API Reference
Sessions and persistence
QitOS public API: sessions
Obtain Session through composition.session/restore/fork or Engine.session; do not call its constructor directly. run(steering=…) executes and returns EngineResult; inspect reads a SessionInspection. pause requests a cooperative boundary and returns a receipt, not proof of immediate termination. Session identities, run identities and snapshot/checkpoint identities are distinct. SQLite supports clean-process recovery; Memory is process-local. Unresolved approvals and CLI live pause/steer remain unsupported.
完整可运行教程 / Complete tutorial · API index
Signatures and fields below are extracted from the pinned source. Signatures are reference material, not standalone programs. Source links bind the same runtime baseline. Any does not imply arbitrary objects are supported; use the behavioral contract above and the linked tutorial.
Source @ 19f6258
Usage and executable example
Usage fragment: continues with objects from the linked complete tutorial; not a standalone program.
Source
Source
Source
Source
Source
Source
Source @ 19f6258
Usage and executable example
Usage fragment: continues with objects from the linked complete tutorial; not a standalone program.
Source @ 19f6258
Usage and executable example
Usage fragment: continues with objects from the linked complete tutorial; not a standalone program.
Source
Source
