Skip to content

SDK reference

The sectr SDK (PyPI: sectr) is deliberately small - it only needs to translate the events of your agent into Sectr’s internal event format, and handle resumption of your agent.

Install it in your agent project with:

Terminal window
uv add sectr

See your first agent for a guided walkthrough of building an agent, the primary class of AgentApp, or the available framework adapters.