Learn how to define, configure, and run your Cycls agent
cycls.Agent()
is the main class that holds all configuration for your AI agent. It manages dependencies, authentication, deployment settings, and the overall behavior of your agent.
cycls.Agent()
class:
@agent()
decorator registers your function as an agent and configures its behavior:
agent.run()
to start a local development server:
http://127.0.0.1:port
agent.push()
to deploy your agent to the cloud:
prod=False
):
prod=True
):
your-agent.cycls.ai
)