Metadata-Version: 2.4
Name: osymandias
Version: 0.2.1
Summary: Multi-agent runtime for Python developers
License: MIT
Keywords: agents,ai,llm,multi-agent,runtime
Requires-Python: >=3.11
Requires-Dist: alembic>=1.13.0
Requires-Dist: asyncpg>=0.29.0
Requires-Dist: beautifulsoup4>=4.12.0
Requires-Dist: celery[rabbitmq]>=5.3.0
Requires-Dist: ddgs>=0.1.0
Requires-Dist: fastapi>=0.111.0
Requires-Dist: httpx>=0.27.0
Requires-Dist: kombu>=5.3.0
Requires-Dist: litellm>=1.40.0
Requires-Dist: loguru>=0.7.0
Requires-Dist: pgvector>=0.3.0
Requires-Dist: psycopg2-binary>=2.9.0
Requires-Dist: pydantic-settings>=2.2.0
Requires-Dist: pydantic>=2.7.0
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: python-multipart>=0.0.9
Requires-Dist: qdrant-client>=1.9.0
Requires-Dist: redis[hiredis]>=5.0.0
Requires-Dist: rich>=13.7.0
Requires-Dist: sqlalchemy[asyncio]>=2.0.0
Requires-Dist: tenacity>=8.3.0
Requires-Dist: tiktoken>=0.7.0
Requires-Dist: typer>=0.12.0
Requires-Dist: uvicorn[standard]>=0.29.0
Provides-Extra: dev
Requires-Dist: pytest>=8.0.0; extra == 'dev'
Description-Content-Type: text/markdown

# osymandias

> This directory is the `osymandias` PyPI package.

```bash
pip install -e .   # editable install for development
osy init           # setup project
osy serve          # start runtime
```

See the [root README](../README.md) for full documentation.
