RunAgent provides Python, JavaScript, Rust, and Go SDKs along with a powerful CLI for deploying and managing AI agents across multiple frameworks.

Install RunAgent CLI

Before installing RunAgent, ensure you have Python 3.8+.
1

Install RunAgent CLI & Python SDK

pip install runagent
The CLI comes bundled with the Python SDK for seamless local development.
2

Verify Installation

Check that RunAgent is installed correctly:
runagent --version
3

Login (Optional)

For cloud deployment features (coming soon), login to get your API key:
runagent login

Install RunAgent SDK

When RunAgent CLI is installed, the Python SDK is installed as a dependency. You can install it manually as well.
1

Install RunAgent Python SDK

pip install runagent
The CLI comes bundled with the Python SDK for seamless local development.

Framework Templates

RunAgent provides pre-built templates for popular AI frameworks to get you started quickly:
1

Initialize LangGraph Project

runagent init my_langgraph_agent --langgraph
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:
  1. Initialize your first agent: runagent init my_agent
  2. Start the development server: runagent serve my_agent
  3. Connect from your application using any of our SDKs
  4. Deploy to production (coming soon): runagent deploy my_agent

Need Help?

If you encounter any issues during installation: