Agent Playbook
Source Of Truth
AGENTS.mdfor repository-wide engineering and agent rules.README.mdfor installation, quick start, and CLI examples.CONTRIBUTING.mdfor branch, commit, and release workflow.pyproject.tomlandMakefilefor supported commands.
Repository Map
src/azure_functions_knowledge/package code.tests/RAG decorator and provider coverage.examples/example Azure Functions apps.docs/documentation site content.
Change Workflow
- Confirm whether the change affects knowledge API, provider behavior, decorator interface, 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 testmake lintmake typecheckmake securitymake build