Metadata-Version: 2.4
Name: circuit-agent-sdk
Version: 2.10.16
Summary: Official Python SDK for building and deploying agents on the Circuit platform
Project-URL: Repository, https://github.com/circuitorg/monorepo/tree/main/agent-sdk-python
Project-URL: Issues, https://github.com/circuitorg/monorepo/issues
Author-email: Circuit <kyle@selvlabs.com>
License: Proprietary
Keywords: agent,circuit,sdk
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.12
Requires-Dist: pydantic>=2.0.0
Requires-Dist: requests==2.31.0
Requires-Dist: sentry-sdk==2.58.0
Provides-Extra: docs
Requires-Dist: mkdocs-material>=9.0.0; extra == 'docs'
Requires-Dist: mkdocs>=1.5.0; extra == 'docs'
Requires-Dist: mkdocstrings[python]>=0.23.0; extra == 'docs'
Provides-Extra: local
Requires-Dist: python-dotenv>=1.0.0; extra == 'local'
Description-Content-Type: text/markdown

# Circuit Agent SDK - Python

Official Python SDK for building and deploying agents on the Circuit platform.

See the full documentation at [docs.circuit.org](https://docs.circuit.org/agent-developers/overview).
