Specification Matrix
The design specifications describe the stable contracts for AchillesAgentLib runtime components. The Markdown files under docs/specs/ remain the source material; this page gives the static documentation site an HTML entry point for the current matrix.
Current DS Set
| Specification | Title | Status | Summary |
|---|---|---|---|
| DS000 | MainAgent | current | Main orchestration entrypoint, skill discovery, session lifecycle, and execution routing. |
| DS001 | Skill Discovery | current | Skill discovery rules and descriptor loading behavior. |
| DS002 | Execution and Sessions | current | Runtime execution model and session behavior. |
| DS003 | Logging and Supervision | current | Logging and supervised execution contracts. |
| DS004 | LLMAgent | current | Shared LLM abstraction used by the agent runtime. |
| DS005 | Agentic Session | current | Agentic session lifecycle and execution constraints. |
| DS006 | CodeSkillsSubsystem | current | Code skill descriptor, build, and execution behavior. |
| DS007 | Subsystems | current | Shared subsystem interface and lifecycle. |
| DS008 | Agentic Knowledge Units | draft | Deterministic local-first Knowledge Unit storage, indexing, search, and ContextPack construction. |