API docs

Per-item Rust API documentation is published on docs.rs. This book covers concepts and worked examples; docs.rs is the source of truth for every type, trait, method, and feature flag. For a higher-level map of which crate owns which concern, see Crate overview.

Published crates

Most users depend only on the paigasus-helikon facade and enable the features they need; the facade docs link out to each sibling. Crate versions move every release — see Crate overview for the current numbers.

Publish status

All 18 non-internal crates now publish to crates.io — the last two stubs (paigasus-helikon-evals, paigasus-helikon-cli) ascended to real implementations in SMA-332/SMA-333, following -runtime-axum, -runtime-temporal, and -runtime-agentcore before them. The lone exception is paigasus-helikon-sessions-testkit, an internal Session conformance test harness that is publish = false by design, not a stub awaiting an ascend.

Building locally

cargo doc --workspace --all-features --no-deps --open