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
Login (Optional)
For cloud deployment features (coming soon), login to get your API key:
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