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
DS000MainAgentcurrentMain orchestration entrypoint, skill discovery, session lifecycle, and execution routing.
DS001Skill DiscoverycurrentSkill discovery rules and descriptor loading behavior.
DS002Execution and SessionscurrentRuntime execution model and session behavior.
DS003Logging and SupervisioncurrentLogging and supervised execution contracts.
DS004LLMAgentcurrentShared LLM abstraction used by the agent runtime.
DS005Agentic SessioncurrentAgentic session lifecycle and execution constraints.
DS006CodeSkillsSubsystemcurrentCode skill descriptor, build, and execution behavior.
DS007SubsystemscurrentShared subsystem interface and lifecycle.
DS008Agentic Knowledge UnitsdraftDeterministic local-first Knowledge Unit storage, indexing, search, and ContextPack construction.