Overview
Erdo provides multiple ways to get started, depending on your use case and preferences. This guide covers installation of the CLI, SDK, and platform access.Erdo CLI
The CLI is the fastest way to build and deploy Erdo agents.Homebrew (Recommended)
Manual Installation
Download the latest release for your platform:Verify Installation
Python SDK
Install the Erdo Python SDK for pure Python workflows - sync, test, and invoke agents all from Python without needing the CLI.Verify SDK Installation
SDK Configuration
The SDK uses the same configuration as the CLI, reading from~/.erdo/config.yaml or environment variables:
Platform Access
Create Account
- Go to erdo.ai
- Sign up for a free account
- Verify your email address
Authentication
- CLI
- SDK
Connect your local tools to the platform:This will:
- Open your browser for authentication
- Store your credentials securely
- Set up API access for both CLI and SDK
Verify Authentication
System Requirements
Minimum Requirements
- OS: macOS 10.15+, Linux, Windows 10+ - Memory: 2GB RAM - Python: 3.8+ (for SDK) - Node.js: 16+ (for development)
Recommended
- OS: Latest macOS, Ubuntu 20.04+, Windows 11 - Memory: 8GB+ RAM - Python: 3.11+ - Storage: 10GB+ available space
Development Environment
IDE Setup
- VS Code
- PyCharm
- Other IDEs
Install the Erdo extension for enhanced development experience:Features:
- Syntax highlighting for Erdo agent files
- IntelliSense and autocomplete
- Built-in debugging tools
- Agent preview and testing
Git Configuration
For collaborative development:Configuration
Environment Variables
Set up common environment variables:Configuration File
Create a global configuration file at~/.erdo/config.yaml:
Troubleshooting
CLI installation fails
CLI installation fails
Permission denied errors:PATH issues:
SDK import errors
SDK import errors
Virtual environment issues:Dependency conflicts:
Authentication problems
Authentication problems
Login failures:Token issues:
Performance issues
Performance issues
Slow operations:
- Clear cache:
erdo cache clear - Update CLI:
brew upgrade erdo - Check internet connection
- Verify system resources
Next Steps
Now that you have Erdo installed:- Follow the Quick Start - Build your first agent
- Explore Examples - See real-world use cases
- Read the SDK Docs - Dive deeper into development