Local Agents
Step 1: Create a local agent in Euno
Step 2: Deploy the agent container
Quick test
docker run -d --restart unless-stopped \
-e AGENT_ID=<your-agent-id> \
-e AGENT_SECRET=<your-agent-secret> \
eunoai/euno-local-agent:latestPersistent setup (recommended)
Environment variables
Variable
Required
Description
Step 3: Verify the connection
Step 4: Configure a source to use the agent
Managing agents
Action
How
Troubleshooting
Symptom
Fix
Last updated