Agent: meta/repo-manager
Version: 1.0.0
Category: Meta
Type: Meta Agent
Eval tests for the Repository Manager meta agent. This agent orchestrates OpenAgents Control repository development with context-aware planning, task breakdown, and automatic documentation.
smoke-test.yaml)Basic functionality verification:
Run:
cd evals/framework
npm run eval:sdk -- --agent=meta/repo-manager --pattern="smoke-test.yaml"
context-loading-test.yaml)Verifies appropriate context loading for different task types:
Run:
cd evals/framework
npm run eval:sdk -- --agent=meta/repo-manager --pattern="context-loading-test.yaml"
delegation-test.yaml)Verifies delegation decisions and context bundle creation:
Run:
cd evals/framework
npm run eval:sdk -- --agent=meta/repo-manager --pattern="delegation-test.yaml"
cd evals/framework
npm run eval:sdk -- --agent=meta/repo-manager
Context Loading: ✅ Covered
Approval Gates: ✅ Covered
Delegation Logic: ✅ Covered
Context Bundles: ✅ Covered
Validation: ⚠️ Partial (needs integration tests)
Documentation Updates: ⚠️ Partial (needs integration tests)
Last Updated: 2025-01-21
Maintainer: opencode