Agent Playbook
Source Of Truth
AGENT.md for repository-wide engineering and agent rules.
README.md for installation, quick start, and CLI examples.
CONTRIBUTING.md for branch, commit, and release workflow.
pyproject.toml and Makefile for supported commands.
Repository Map
src/azure_functions_langgraph/ package code.
tests/ LangGraph adapter and deployment coverage.
examples/ example agent applications.
docs/ documentation site content.
Change Workflow
- Confirm whether the change affects LangGraph adapter API, agent lifecycle, state management, or docs only.
- Update examples when they are used as public contract material.
- Keep tests and docs in lockstep for public behavior changes.
- Do not broaden supported Python versions or dependency ranges casually.
Validation
make test
make lint
make typecheck
make security
make build