Metadata-Version: 2.1
Name: asteroid_sdk
Version: 0.1.0
Summary: Asteroid's Python SDK enables efficient control of thousands of agents.
Author-email: Asteroid <founders@asteroid.sh>
License: MIT
Project-URL: Homepage, https://asteroid.sh/
Project-URL: Repository, https://github.com/asteroidai/sentinel
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: inspect-ai>=0.3.41
Requires-Dist: requests
Requires-Dist: openai

# Asteroid Python Package


## Sentinel
Sentinel is an agent control plane developed by Asteroid that allows you to efficiently control thousands of agents running in parallel.
### Features

- Efficient control of parallel-running agents
- Various types of supervisors including human, bash, python or LLM-powered supervisors
- Integration with OpenAI, Anthropic
- Integraiton with AISI's Inspect platform
- Standalone usage capability

### More Information

For more detailed information, documentation, and usage examples, please visit the main GitHub repository:

[https://github.com/asteroidai/sentinel](https://github.com/asteroidai/sentinel)


