Skip to main content
Cycls is designed for distribution. While other frameworks focus on building the agent logic, Cycls focuses on shipping it. We handle the containerization, cloud hosting, authentication, and UI generation so you can go from Python script to production app in one command.
Yes, the Cycls SDK is open source and free to use. You can find it on GitHub. The Cycls Cloud platform is a managed service that helps you host and scale your agents.
Absolutely. Running agent.deploy(prod=False) spins up a local Docker container that perfectly mirrors the production environment.
Yes, for local development, Cycls uses Docker to ensure that your agent runs in the exact same environment locally as it does in the cloud.
Cycls is framework-agnostic. You can use OpenAI, Anthropic, Mistral, Llama, or any other model that has a Python SDK.