API reference¶
The arcana package (from arcana-core) is the library you build agents with.
These pages are generated directly from the source docstrings via
mkdocstrings, so they stay in lockstep with
the code.
Top-level exports¶
from arcana import Agent, Card, CardRegistry, AgentRegistry, SessionManager
from arcana.models import ConnectionStore, ModelGateway
| Symbol | Page |
|---|---|
Agent, AgentRegistry, SessionManager |
Agent |
Card, CardRegistry |
Cards |
ModelGateway, ConnectionStore, adapters |
Models |