Welcome to RunAgent

RunAgent is a unified platform for deploying, managing, and scaling AI agents—no matter which framework you use. Whether your agent is built with LangGraph, CrewAI, Agno, Letta, or any other framework, RunAgent provides the infrastructure and tools to take it from development to production seamlessly.

Why RunAgent?

How It Works

1

Initialize Your Project

Create a new agent project or adapt your existing code

runagent init my-agent --framework langgraph
2

Configure Your Agent

Define entrypoints and settings in runagent.config.json

{
  "agent_name": "my-agent",
  "framework": "langgraph",
  "entrypoints": [...]
}
3

Test Locally

Run your agent locally with hot reload

runagent serve .
4

Deploy to Production

Deploy to our managed infrastructure (coming soon)

runagent deploy .

Key Features

Quick Example

Here’s how easy it is to deploy and use an agent:

# Initialize a new agent
runagent init problem-solver --framework langgraph

# Test locally
runagent serve .

# Deploy (coming soon)
runagent deploy .

Ready to Get Started?

Join Our Community

Have questions or want to share what you’re building? Join our growing community: