profit 77655c298c Initial commit: Agent Governance System Phase 8
Phase 8 Production Hardening with complete governance infrastructure:

- Vault integration with tiered policies (T0-T4)
- DragonflyDB state management
- SQLite audit ledger
- Pipeline DSL and templates
- Promotion/revocation engine
- Checkpoint system for session persistence
- Health manager and circuit breaker for fault tolerance
- GitHub/Slack integrations
- Architectural test pipeline with bug watcher, suggestion engine, council review
- Multi-agent chaos testing framework

Test Results:
- Governance tests: 68/68 passing
- E2E workflow: 16/16 passing
- Phase 2 Vault: 14/14 passing
- Integration tests: 27/27 passing

Coverage: 57.6% average across 12 phases

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-23 22:07:06 -05:00

15 lines
395 B
JSON

{
"name": "multi-agent-coordination",
"version": "0.1.0",
"description": "Multi-agent coordination system with parallel execution, shared blackboard, and conditional spawning",
"main": "orchestrator.ts",
"scripts": {
"start": "bun run orchestrator.ts",
"test": "bun run orchestrator.ts --timeout 60"
},
"dependencies": {
"openai": "^4.0.0",
"redis": "^4.6.0"
}
}