Skip to content

Embed the decomposition demo in the README, excluded from the sdist - #44

Merged
Shashankss1205 merged 1 commit into
mainfrom
docs/readme-demo-gif
Aug 2, 2026
Merged

Embed the decomposition demo in the README, excluded from the sdist#44
Shashankss1205 merged 1 commit into
mainfrom
docs/readme-demo-gif

Conversation

@Shashankss1205

Copy link
Copy Markdown
Collaborator

Adds the demo footage to the top of the README, right under the status line.

  • docs/media/grapharc-decompose.gif (740KB, 12fps, 960px) — embedded as a plain image so it renders on GitHub, PyPI, and any markdown viewer; GitHub strips <video> tags and only auto-plays videos uploaded through its own web UI, so a GIF is the portable choice.
  • docs/media/grapharc-decompose.mp4 — the full-quality cut, linked from the caption.
  • [tool.hatch.build].exclude gains /docs/media (mirrored in MANIFEST.in, test_manifest_in_mirrors_the_hatch_sdist_allowlist green) so the sdist stays lean — verified by building and inspecting the tarball.

The footage is a real recorded session: grapharc plan with a local qwen3:8b decomposing one English question into a nine-node DAG (four parallel evidence pulls, correlate join, hypothesis fork, report), parking for grapharc approve, then each node turning amber while running and green when done in the serve --live-root browser view.

pytest tests/test_readme.py tests/test_packaging.py — 22 passed. ruff check . clean.

🤖 Generated with Claude Code

A 740KB GIF (with the full-quality mp4 beside it) of a real session:
a local model decomposes one English question into a nine-node graph
with four parallel pulls, the plan parks grey awaiting approval, and
each node runs amber-then-green in the live view. GIF because GitHub
strips <video> and only auto-plays its own upload URLs — an image
renders everywhere, PyPI included. docs/media is excluded from the
build (mirrored in MANIFEST.in): a pip install has no use for it.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@Shashankss1205
Shashankss1205 merged commit c3d8001 into main Aug 2, 2026
6 checks passed
@Shashankss1205
Shashankss1205 deleted the docs/readme-demo-gif branch August 2, 2026 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant