Install RunAgent CLI
- Python
Before installing RunAgent, ensure you have Python 3.8+.The CLI comes bundled with the Python SDK for seamless local development.
1
Install RunAgent CLI & Python SDK
2
Verify Installation
Check that RunAgent is installed correctly:
3
Setup Authentication (Optional)
For cloud deployment and middleware sync features, configure your authentication:This will prompt you to choose between:To view your current configuration:To reconfigure:
- Express Setup (Browser login): Opens your browser for secure authentication
- Manual Setup: Enter your API key directly
Express Setup uses device code authentication - you’ll get a code to enter in your browser, and the CLI will automatically complete the setup once you authenticate.
Install RunAgent SDK
- Python
- JavaScript
- Rust
- Go
When RunAgent CLI is installed, the Python SDK is installed as a dependency. You can install it manually as well.The CLI comes bundled with the Python SDK for seamless local development.
1
Install RunAgent Python SDK
Framework Templates
RunAgent provides pre-built templates for popular AI frameworks to get you started quickly:- LangGraph
- LangChain
- CrewAI
- Custom
1
Initialize LangGraph Project
2
What's Included
- Pre-configured LangGraph agent setup
- Streaming and non-streaming entrypoints
- Sample state management examples
- Ready-to-deploy configuration
Next Steps
After installation, you can:- Initialize your first agent:
runagent init my_agent - Start the development server:
runagent serve my_agent - Connect from your application using any of our SDKs
- Deploy to production (coming soon):
runagent deploy my_agent
Still have a question?
- Join our Discord Community
- Email us: [email protected]
- Follow us on X
- New here? Sign up