1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Summary
[Introduction](introduction.md)
# Getting Started
- [Installation](getting-started/installation.md)
- [First Server](getting-started/first-server.md)
# Architecture
- [System Overview](architecture.md)
# Using ARES
- [Command Line Interface](cli.md)
- [HTTP API](http-api.md)
- [ARES as a Library](library.md)
# The Cordis Kernel
- [Ideas and Map](kernel/index.md)
- [Fiber Lifecycle](kernel/lifecycle.md)
- [Interception Points](kernel/interception.md)
- [Runtime Services](kernel/runtime.md)
- [Kernel Patterns in Rust](kernel/patterns.md)
# Product Surfaces
- [Agents and Skills](agents.md)
- [Retrieval](rag.md)
# Operations
- [Configuration and Deployment](operations.md)
# Reference
- [Cordis Surface Map](reference/cordis-mapping.md)
- [Upstream Parity Ledger](reference/upstream-parity.md)
[Changelog](changelog.md)