The demo gallery is generated from scripts/create_demo_gif.py and committed under
docs/assets/.
docs/assets/demo.gif shows the deterministic local flow:
- Ingest a fixture paper.
- Submit a research query.
- Inspect the Observe -> Decide -> Act planning trace.
- Return a citation-backed answer.
Additional assets:
docs/assets/use_cases.gif: starts from common research workflow issues and shows how Scholar RAG Agent addresses them.docs/assets/planning_trace.gif: shows Observe -> Decide -> Act planning and persisted audit events.docs/assets/grounded_answer.gif: shows validated claims, source chunk IDs, and[UNGROUNDED]protection.
Recreate the assets with:
uv run python scripts/create_demo_gif.pyRun the same end-to-end flow in the terminal with:
uv run python scripts/demo_local.py