Quickstart
Create and deploy your first agent in four steps using the cli. This will create a wireframe agent that will post a simple log to the UI.
Step 1: Authenticate
circuit loginStep 2: Initialize an Agent
circuit initStep 3: Install Dependencies
cd agent-name
bun installStep 4: Test Locally
Step 5: Deploy
Next Steps
Last updated