Skip to main content

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.

Artemis City uses multiple routing modes depending on task shape.

Sequential

Ordered handoff between agents where each stage consumes prior output.

Concurrent

Parallel execution for decomposable workstreams and merge-safe outputs.

Adaptive

Kernel selects next-step routing based on intermediate validation and confidence signals. These modes are policy-driven, not free-form loop decisions.
Last modified on May 23, 2026