Available SDKs
- Python SDK (
python/) - Python client for interacting with Agent Control services - TypeScript SDK (
typescript/) - Speakeasy-generated client plus TypeScript wrapper scaffold
Development
This is a uv workspace. To work with the SDKs:Adding New SDKs
To add a new SDK (e.g., TypeScript, Go):- Create a new directory for the SDK
- Add it to the
memberslist insdks/pyproject.toml - Ensure it references the models package if needed