Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.44 KB

File metadata and controls

21 lines (16 loc) · 1.44 KB

Modules

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

Adoption Pattern

Teams can adopt the modules incrementally:

  1. Start with Agent Contracts to define boundaries.
  2. Add CapToken and GuardMesh for authorization and policy control.
  3. Introduce TraceForge for execution visibility.
  4. Use SkillPulse and AgentEvalOps to improve reliability over time.