Source for the LangStage documentation site — every stage for your LangGraph agent.
Live: https://dkedar7.github.io/langstage-docs/
Built with MkDocs +
Material for MkDocs (the same
stack FastAPI's docs use). Covers the whole family: langstage (web),
langstage-cli, langstage-jupyter, langstage-vscode, langstage-hermes,
and the shared langgraph-stream-parser core.
pip install -r requirements.txt
mkdocs serve # http://127.0.0.1:8000
mkdocs build --strict # full build; fails on broken links / missing imagesPushing to main triggers .github/workflows/docs.yml, which runs
mkdocs gh-deploy to publish the built site to the gh-pages branch.