Wrapper-first systems are useful for prototyping but weak for long-lived operations.Documentation Index
Fetch the complete documentation index at: https://artemiscity.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Common Failure Modes
- Non-deterministic tool routing
- Context and memory drift over long tasks
- Limited accountability for runtime decisions
- High cost from repeated full-inference planning loops
Kernel-First Alternative
Artemis City separates runtime control from inference:- Kernel: governance, routing, state transitions
- Agents/LLMs: task execution within boundaries
