Install RunAgent CLI
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
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: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
Need Help?
If you encounter any issues during installation:
- Check our troubleshooting guide
- Join our Discord community
- Report issues on GitHub