This repository is the central catalog of reusable agentic workflows for Observability automation.
Primary repository documentation lives under docs/. Workflow routing implementation notes are maintained under .github/workflow-routing/.
- Docs home: docs/README.md
- Architecture and design: docs/architecture/overview.md
- Workflow-specific docs: docs/workflows/README.md
- Routing docs: docs/routing/README.md
- Workflow routing implementation notes: .github/workflow-routing/
- Distribution and rollout operations: docs/operations/distribute-client-workflow.md
- Contributing and local setup: docs/development/contributing.md
Before opening a PR:
- Install pre-commit and run
pre-commit install - Run
pre-commit run --all-filesto validate locally - Run
pytest tests/andnpm testfor Python and TypeScript tests
See docs/development/contributing.md for full setup and check details.
Target repositories should consume only this reusable entrypoint:
Reference client workflow template:
The primary executable workflows are in .github/workflows/, and their documentation is maintained in docs/workflows/.