Metadata-Version: 2.1
Name: entropy_labs
Version: 0.1.3
Summary: Entropy Labs' Sentinel is an agent control plane that enables efficient oversight of thousands of parallel-running agents.
Author-email: Entropy Labs <devs@entropy-labs.ai>
License: MIT
Project-URL: Homepage, https://github.com/EntropyLabsAI/sentinel
Project-URL: Repository, https://github.com/EntropyLabsAI/sentinel.git
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

# Entropy Labs Python Package


## Sentinel
Sentinel is an agent control plane developed by Entropy Labs that allows you to efficiently oversee thousands of agents running in parallel. This is the Python package for Sentinel, which implements various types of approvers that can be integrated into the AISI Inspect platform or used separately.

### Features

- Efficient oversight of parallel-running agents
- Various types of approvers including human, bash, python or LLM-powered approvers
- Integration 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/EntropyLabsAI/sentinel](https://github.com/EntropyLabsAI/sentinel)


