What makes Cycls different from other frameworks?
What makes Cycls different from other frameworks?
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.
Is Cycls open source?
Is Cycls open source?
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.
Can I run Cycls locally?
Can I run Cycls locally?
Absolutely. Running
agent.deploy(prod=False) spins up a local Docker container that perfectly mirrors the production environment.Do I need Docker installed?
Do I need Docker installed?
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.
What models can I use?
What models can I use?
Cycls is framework-agnostic. You can use OpenAI, Anthropic, Mistral, Llama, or any other model that has a Python SDK.