Metadata-Version: 2.4
Name: composabl-core-dev
Version: 0.20.0.dev1
Summary: the Composabl core functionality required to apply the Machine Teaching paradigm
Author-email: Hunter Park <hunter@composabl.com>
Requires-Python: >=3.10, <3.13
Description-Content-Type: text/markdown
Requires-Dist: composabl-api-dev>=0.20.0.dev1
Requires-Dist: numpy<2.0.0
Requires-Dist: tomli
Requires-Dist: networkx>=3.1
Requires-Dist: grpcio==1.59.0
Requires-Dist: grpcio-tools==1.59.0
Requires-Dist: grpcio-reflection==1.59.0
Requires-Dist: pytest-asyncio
Requires-Dist: fastapi
Requires-Dist: uvicorn
Requires-Dist: gymnasium==0.28.1
Requires-Dist: requests==2.31.0
Requires-Dist: urllib3==1.26.12
Requires-Dist: sentry-sdk
Requires-Dist: segment-analytics-python
Requires-Dist: typer[all]
Requires-Dist: rich
Requires-Dist: Cython==3.0.10
Requires-Dist: cloudpickle==3.0.0
Requires-Dist: docker
Requires-Dist: kubernetes
Requires-Dist: pydantic==2.11.7
Requires-Dist: pydantic-settings
Requires-Dist: paho-mqtt==2.0.0
Requires-Dist: nest-asyncio
Requires-Dist: matplotlib
Requires-Dist: protobuf
Requires-Dist: psutil
Requires-Dist: uvloop==0.22.1
Requires-Dist: aiohttp
Requires-Dist: jwt
Requires-Dist: ruff
Requires-Dist: toml
Requires-Dist: pyarrow==20.0.0
Requires-Dist: redis
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-python

# Composabl

Composabl helps you build Autonomous Agents! Through an easy SDK you get access to outscaled simulator training tools.

## Licenses / Seats

Composabl is an enterprise platform and requires an API key to use.

We offer 3 types of licenses:

- **Enterprise:** for enterprise projects and agent creations
- **Personal:** for personal usage and testing (typically offered to System Integrators)
- **Trial:** validate the Composabl platform (requires sales contact person)

One key is needed per user (seat-based licensing)

You can request an API Key through the following methods:

- [Discord](https://discord.gg/EQ3BgJt9NC)
- [Mail](mailto:sales@composabl.io?subject=REQUEST%20API%20KEY%20-%20COMPANY_NAME%20-%20NAME&body=Hi%2C%0D%0A%0D%0AI%20would%20like%20to%20request%20an%20API%20key%20for%20my%20company%20to%20get%20started%20with%20Composabl.%0D%0A%0D%0A*%20Company%20Name%3A%20COMPANY_NAME%0D%0A*%20Seats%3A%20NO_OF_SEATS%0D%0A*%20License%20Type%3A%20Enterprise%20%7C%20Personal%20%7C%20Trial%20%28keep%20what%20is%20required%29%0D%0A%0D%0AKind%20Regards%2C%0D%0ANAME%0D%0AFUNCTION)

## Getting Started

1. Download the Composabl SDK: `pip install composabl`
2. Request an API Key
3. Get a simulator or use one of the [prebuilt ones](https://hub.docker.com/u/composabl)
4. Create an Agent or see our [examples](https://github.com/Composabl/examples.composabl.io)
