Skip to content

Core Concepts

The architectural reference for Axiom's behavior. Each page here explains how a part of the system works — the data model, the lifecycle, the contracts — rather than which button to click (that's Web UI) or which value to set (that's Settings).

Read these when you want to understand why the agent behaves the way it does, debug something that's not doing what you expected, or write a skill or instruction file that plays nicely with the existing machinery.

Pages

PageWhat it covers
Agent InstructionsAGENTS.md, HEARTBEAT.md, CONSOLIDATION.md — the plain-Markdown files that shape day-to-day behavior.
Built-in ToolsThe tool registry: which tools the agent has every turn, which are opt-in, what each one does.
Memory SystemThe file-based memory tiers (SOUL.md, MEMORY.md, daily, users, wiki, sources) plus the SQLite fact store.
SkillsHow skills are discovered, indexed, loaded on demand, and built-in vs. user-installed.
System PromptThe full layered system prompt — every block the model sees before your message.
Tasks & CronjobsBackground jobs, scheduled work, one-shot reminders — lifecycle, isolation, the scheduler.

Where to next?

Released under the MIT License.