Prerequisites
- Python 3.9+
- pip installed
- (Optional) Docker for full stack
Step 1: Install Laddr
Step 2: Initialize a Project
agents/- Your agent definitionsworkers/- Worker scriptsdocker-compose.yml- Docker configurationmain.py- Runner script
Step 3: Set API Keys
Create a.env file in your project root:
Step 4: Add an Agent
Step 5: Add a Tool
Step 6: Run the Agent
Option A: Local Run (Fastest)
Option B: Full Stack (Docker)
Expected Output
You should see:What’s Next?
Build Your First Agent
Learn to create custom agents
Explore the Dashboard
Use the web UI to monitor agents
Agent Configuration
Configure agents in detail
Tool Development
Create custom tools
Troubleshooting
Installation Issues
Ifladdr command not found:
API Key Errors
Ensure your.env file is in the project root and keys are valid.
Docker Issues
If Docker commands fail, ensure Docker is running:Next Steps
- Installation Guide - Detailed setup instructions
- First Agent Tutorial - Build a custom agent
- Agent Configuration - Configure agents
- Tool Development - Create custom tools