Skip to main content
- Cycls is now open-source GitHub.
- Use
agent.run()
to serve an agent locally and agent.push()
to deploy it to the Cycls cloud.
- Use
@agent()
decorator to define agent configuration, including pip
/apt
dependencies and authentication rules, directly within a Python script.
- All deployed agents now automatically serve a streaming, OpenAI-compatible
/chat/completions
API endpoint.
- Auto generated, customizable web chat UI for every agent.
- Built-in user and context management to enable the creation of stateful, multi-turn agents.