Metadata-Version: 2.1
Name: concrete-operators
Version: 0.1.4
Summary: AI Agent Orchestration Platform
Author: Abstract Operators
Author-email: hello@abstractoperators.ai
Requires-Python: ==3.11.9
Classifier: Programming Language :: Python :: 3
Requires-Dist: openai (==1.35.14)
Requires-Dist: python-dotenv (==1.0.1)
Description-Content-Type: text/markdown

# Concrete

## Installation
```python
pip install concrete-operators
```

## Quickstart
```bash
export OPENAI_API_KEY=<your-api-key-here>
python -m concrete.orchestrator "Create a simple program that says 'Hello, World!'"
```
