The ecosystem is organized as a set of focused repositories.
| Module | Responsibility | Repository |
|---|---|---|
| Agent Contracts | Defines delegation contracts, task handoff structure, and interoperability boundaries. | github.com/enkronos/agent-contracts |
| CapToken | Issues and validates scoped capability tokens for governed authorization. | github.com/enkronos/captoken |
| GuardMesh | Applies runtime policy checks before agents invoke tools or execute actions. | github.com/enkronos/guardmesh |
| TraceForge | Captures portable execution traces for observability, debugging, and audit. | github.com/enkronos/traceforge |
| SkillPulse | Detects skill degradation, tracks health signals, and supports recovery loops. | github.com/enkronos/skillpulse |
| AgentEvalOps | Runs evaluations and failure-mode exercises for agent systems. | github.com/enkronos/agentevalops |
Teams can adopt the modules incrementally:
- Start with
Agent Contractsto define boundaries. - Add
CapTokenandGuardMeshfor authorization and policy control. - Introduce
TraceForgefor execution visibility. - Use
SkillPulseandAgentEvalOpsto improve reliability over time.