> ## Documentation Index
> Fetch the complete documentation index at: https://artemiscity.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Routing Modes

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.


## Related topics

- [Changelog](/Changelog/changelog.md)
- [Working with ATP messages](/Documentation/architecture/atp-protocol.md)
- [Hebbian routing](/Documentation/architecture/hebbian-routing.md)
- [Why Not LLM Wrappers?](/Documentation/Introduction/why-not-llm-wrappers.md)
- [Artemiscity (Hebbian Agents) Whitepaper V.3](/Documentation/concepts/whitepaper.md)
