Skip to content

dkedar7/langstage-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

langstage-docs

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.

Local development

pip install -r requirements.txt
mkdocs serve              # http://127.0.0.1:8000
mkdocs build --strict     # full build; fails on broken links / missing images

Deploy

Pushing to main triggers .github/workflows/docs.yml, which runs mkdocs gh-deploy to publish the built site to the gh-pages branch.

About

Documentation for the LangStage family — every stage for your LangGraph agent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors