Name | runagent JSON |
Version |
0.1.20
JSON |
| download |
home_page | None |
Summary | A command-line tool and SDK for deploying, managing, and interacting with AI agents |
upload_time | 2025-08-29 15:13:27 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | None |
keywords |
agents
ai
automation
cli
langchain
langgraph
llm
sdk
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
<p align="center">
<a href="https://run-agent.ai/#gh-dark-mode-only">
<img src="./docs/logo/logo_dark.svg" width="318px" alt="RunAgent logo" />
</a>
<a href="https://run-agent.ai/#gh-light-mode-only">
<img src="./docs/logo/logo_light.svg" width="318px" alt="RunAgent Logo" />
</a>
</p>
<h2 align="center">
Universal AI Agent Platform
</h2>
<h3 align="center">
Write agent once, use everywhere
</h3>
<p align="center">
<a href="https://docs.run-agent.ai">
<img
src="https://img.shields.io/badge/Click%20here%20for-RunAgent%20Docs-blue?style=for-the-badge&logo=read-the-docs"
alt="Read the Docs">
</a>
</p>
<p align="center">
<a href="https://pypi.org/project/runagent/">
<img src="https://img.shields.io/pypi/v/runagent" alt="PyPI" />
</a>
<a href="https://pypi.org/project/runagent/">
<img src="https://img.shields.io/pypi/dm/runagent" alt="PyPI - Downloads" />
</a>
<a href="https://pypi.org/project/runagent/">
<img src="https://img.shields.io/pypi/pyversions/runagent.svg" alt="Python Versions" />
</a>
<a href="https://discord.gg/Q9P9AdHVHz">
<img src="https://img.shields.io/discord/1389567838825480192?color=7289DA&label=Discord&logo=discord&logoColor=white" alt="Discord" />
</a>
</p>
<p align="center">
<strong>Write AI agents once in Python, access them natively from any language.</strong><br>
<strong>Deploy locally today, or on our serverless cloud platform (coming soon).</strong>
</p>
<p align="center">
<a href="#-features">Features</a> ā¢
<a href="#-quickstartdeploying-an-agent">Quick Start</a> ā¢
<a href="#-cli">CLI</a> ā¢
<a href="#-documentation">Documentation</a> ā¢
<a href="#-contributing">Contributing</a>
</p>
---
## šÆ What is RunAgent?
RunAgent is an **AI Agent Deployment Platform**, built for builders who are **using AI agents to empower/enhance their products**. From development to deployment, RunAgent enables the developer to fully focus on actual agent development, and not care about:
- Deploying AI Agents with powerful **RunAgent CLI** with a simple configuration file.
- Spinning up a configurable **REST-API and WebSocket server** for your agents with one cli command.
- **Langugae SDK's** for most major languages, to use the deployed agents.
As a result you, the developer gets the freedom to:
* Focus on the agent development and **avoid repeatative process** of implementing REST and Streaming API to use the agents through.
* Use their developed agent in **any devlopment environment**(Web App, Mobile or Desktop App, Games)
* Build application with **cross language response streaming**, without even thinking about the complex underlying serialization & deserialization logic.
<div style="width:100%;display:flex;justify-content:center;align-items:center;">
<a href="https://run-agent.ai/#gh-dark-mode-only" style="flex:1;">
<img src="./docs/images/runagent_dia_dark.jpg" style="width:100%;max-width:900px;" alt="RunAgent Diagram" />
</a>
<a href="https://run-agent.ai/#gh-light-mode-only" style="flex:1;">
<img src="./docs/images/runagent_dia_light.jpg" style="width:100%;max-width:900px;" alt="RunAgent Diagram" />
</a>
</div>
With RunAgent, you get both a powerful local development environment and a clear path to production-scale serverless deployment. Whether you're building a prototype on your laptop or scaling to millions of users, RunAgent provides the infrastructure and tools to deploy your agents seamlessly.
## š Table of Contents
- [šÆ What is RunAgent?](#-what-is-runagent)
- [š Table of Contents](#-table-of-contents)
- [Why RunAgent?](#why-runagent)
- [Perfect For](#perfect-for)
- [⨠Features](#-features)
- [š QuickStart(Deploying an Agent)](#-quickstartdeploying-an-agent)
- [1. Installation](#1-installation)
- [2. Initialize from a template](#2-initialize-from-a-template)
- [3. Configure your agent (`runagent.config.json`)](#3-configure-your-agent-runagentconfigjson)
- [4. Serve your agent (built-in runagent server)](#4-serve-your-agent-built-in-runagent-server)
- [5. Deploy agent on RunAgent Cloud - Serverless (coming soon)](#5-deploy-agent-on-runagent-cloud---serverless-coming-soon)
- [š QuickStart(Use a Deployed Agent)](#-quickstartuse-a-deployed-agent)
- [Python SDK](#python-sdk)
- [Rust SDK](#rust-sdk)
- [JavaScript/ TypeScript SDK](#javascript-typescript-sdk)
- [Go SDK](#go-sdk)
- [š Advanced: Streaming Responses](#-advanced-streaming-responses)
- [š§ CLI](#-cli)
- [šØ Framework Support](#-framework-support)
- [Supported Frameworks](#supported-frameworks)
- [Framework Templates](#framework-templates)
- [š¢ Enterprise Features (Coming Soon)](#-enterprise-features-coming-soon)
- [š Documentation](#-documentation)
- [Getting Started](#getting-started)
- [SDK Documentation](#sdk-documentation)
- [CLI Documentation](#cli-documentation)
- [Configuration \& Deployment](#configuration--deployment)
- [API Reference](#api-reference)
- [Resources](#resources)
- [šŗļø Platform Evolution Roadmap](#ļø-platform-evolution-roadmap)
- [ā
Foundation (Available Now)](#-foundation-available-now)
- [š§ Cloud Platform (Coming Q2 2025)](#-cloud-platform-coming-q2-2025)
- [š® Enterprise (Coming 2025)](#-enterprise-coming-2025)
- [š¤ Contributing](#-contributing)
- [Ways to Contribute](#ways-to-contribute)
- [Development Setup](#development-setup)
- [Contribution Guidelines](#contribution-guidelines)
- [š¬ Community \& Support](#-community--support)
- [Community Channels](#community-channels)
- [Getting Help](#getting-help)
- [Stay Updated](#stay-updated)
- [š License](#-license)
- [š Acknowledgments](#-acknowledgments)
- [Core Technologies](#core-technologies)
- [AI Framework Communities](#ai-framework-communities)
- [Open Source Inspiration](#open-source-inspiration)
- [Our Community](#our-community)
- [Special Thanks](#special-thanks)
---
### Why RunAgent?
- **š Universal Access**: Write agents in Python, use them natively in **any language** - no API complexity
- **š Deploy in Minutes**: From local development to production with a single command
- **š§ Framework Agnostic**: Works with any AI agent framework - LangChain, LangGraph, CrewAI, or custom
- **š Native Streaming**: Real-time agent responses that feel natural in every programming language
- **š¦ Smart Architecture**: Local development today, serverless cloud deployment tomorrow
- **š”ļø Production Ready**: Built-in monitoring, logging, and debugging tools included
- **š Developer Experience**: Intuitive CLI, comprehensive SDKs, and extensive documentation
### Perfect For
- **Polyglot Teams**: Python AI experts collaborating with frontend (JS/TS) and backend (Rust/Go) developers
- **Microservices Architecture**: Centralized AI logic with distributed access across your service mesh
- **Legacy Integration**: Add cutting-edge AI capabilities to existing applications without rewrites
- **Performance Critical Apps**: Write AI logic in Python, consume from high-performance languages
- **Rapid Prototyping**: Quick local development with seamless production deployment path
## ⨠Features
**SharedCode:** Native-feeling SDKs for Python, JavaScript, Rust, and Go with full type safety, intellisense, automatic error handling, and seamless authentication - no more wrestling with REST APIs
**UniversalDeploy:** Local development server available now with full debugging capabilities, serverless cloud deployment with auto-scaling and global edge distribution coming soon, plus future enterprise options with private cloud and advanced security
**StreamingNative:** Synchronous and asynchronous clients with language-specific iterators, comprehensive retry logic, and built-in monitoring for complex multi-step agent workflows
**CloudScale:** Complete agent lifecycle management with smart project initialization, local FastAPI server with hot reload, environment management, and one-command deployment
**FrameworkAgnostic:** Framework-specific templates, real-time monitoring with logging and metrics, extensive documentation and examples, plus webhook support for event-driven architectures
---
## š QuickStart(Deploying an Agent)
RunAgent provides a comprehensive toolset for both deploying agents from any framework and consuming those agents in your applications. The Python SDK is bundled with the CLI, while other language SDKs are available from their respective package repositories.
### 1. Installation
```bash
pip install runagent
```
Learn more about installation options in our [Installation Guide](https://docs.run-agent.ai/get-started/installation.md).
### 2. Initialize from a template
We've created comprehensive [templates](./templates) covering most supported frameworks. These serve as both examples and starting points, and you can initialize them with the `runagent init` command.
```bash
# Framework-specific templates:
runagent init my_agent --langgraph # LangGraph template
runagent init my_agent --crewai # CrewAI template
runagent init my_agent --letta # Letta template
runagent init my_agent --agno # Agno template
# Create a minimal project:
runagent init my_agent
```
See all available framework templates in our [Frameworks Overview](https://docs.run-agent.ai/frameworks/overview.md).
If we examine the directory structure:
```bash
my-agent/
āāā __init__.py
āāā email_agent.py
āāā main.py
āāā runagent.config.json
```
The most important file in any RunAgent project is `runagent.config.json`, which contains project metadata and the list of `entrypoints` - the functions/methods from your codebase that will be exposed through the RunAgent server.
> **Key Concept**: `entrypoints` are the single most important concept in the RunAgent ecosystem. They define which functions in your code become accessible through our SDKs. Learn more in [Core Concepts](https://docs.run-agent.ai/get-started/core-concepts.md).
### 3. Configure your agent (`runagent.config.json`)
Let's examine the `main.py` content (partial):
```python
from .email_agent import MockOpenAIClient
from typing import Iterator
def mock_response(message, role="user"):
"""Test the mock agent with non-streaming responses"""
client = MockOpenAIClient()
prompt = [
{
"role": role,
"content": message
}
]
response = client.create(model="gpt-4", messages=prompt)
print(response.content)
print(f"\nTokens used: {response.usage_tokens}")
print(f"Response time: {response.response_time:.2f}s")
return response.content
def mock_response_stream(message, role="user") -> Iterator[str]:
"""Test the mock agent with streaming responses"""
client = MockOpenAIClient()
prompt = [
{
"role": role,
"content": message
}
]
for chunk in client.create(
model="gpt-4",
messages=prompt,
stream=True
):
if not chunk.finished:
yield chunk.delta
else:
yield "\n[STREAM COMPLETE]"
```
The functions `mock_response` and `mock_response_stream` will serve as agent entrypoints. We specify these in the `runagent.config.json` file:
```json
{
"agent_name": "my-agent",
"description": "A simple placeholder agent",
"framework": "default",
"template": "default",
"version": "1.0.0",
"created_at": "2025-07-11 15:08:18",
"template_source": {
"repo_url": "https://github.com/runagent-dev/runagent.git",
"author": "sawradip",
"path": "templates/default"
},
"agent_architecture": {
"entrypoints": [
{
"file": "main.py",
"module": "mock_response",
"tag": "minimal"
},
{
"file": "main.py",
"module": "mock_response_stream",
"tag": "minimal_stream"
}
]
},
"env_vars": {}
}
```
Each entrypoint record specifies:
- **file**: Relative (or absolute) path to the file containing the entrypoint function
- **module**: The function name to expose
- **tag**: Unique identifier for this entrypoint within the project
**Important**: For streaming entrypoints (like `mock_response_stream`), the tag should include a `_stream` suffix to indicate streaming capability.
Learn more about configuration in our [Configuration File Guide](https://docs.run-agent.ai/configuration/config-file.md).
### 4. Serve your agent (built-in runagent server)
```bash
# Start the local development server
runagent serve <project_dir>
# If you're inside the project directory:
runagent serve .
# Using project name also works:
runagent serve my_agent
```
This command starts a local FastAPI server and provides you with:
- An `agent_id` for programmatic access
- A `host:port` URL for HTTP access
- WebSocket endpoints for streaming
- A development dashboard for monitoring
You can use either the `agent_id` or `host:port` combination with `RunAgentClient` from any RunAgent SDK.
See more details in our [Local Development Guide](https://docs.run-agent.ai/deployment/local-development.md).
### 5. Deploy agent on RunAgent Cloud - Serverless (coming soon)
```bash
# Deploy to production cloud infrastructure
runagent deploy <project_dir>
```
Cloud deployment will provide:
- Automatic scaling based on demand
- Global edge distribution
- Built-in monitoring and analytics
- Webhook integrations
- Production-grade security
Learn more about our upcoming [Cloud Deployment](https://docs.run-agent.ai/deployment/cloud-deployment.md) features.
## š QuickStart(Use a Deployed Agent)
RunAgent provides SDKs for multiple languages, with more being added continuously. If you need support for a specific language or want to contribute, join our [Discord](https://discord.gg/runagent) or raise an issue.
Remember the `agent_id`, URL (`host:port`), and `tag` from the deployment step. With our SDKs, you can access the `entrypoints` (defined in `runagent.config.json`) like native functions - even for streaming responses. We handle all the complex communication in the background.
### Python SDK
The Python SDK is already installed when you install the CLI. Let's connect to our agent using the `minimal` tag, which corresponds to `def mock_response(message, role="user"):`.
```python
from runagent import RunAgentClient
# Connect using agent_id
ra = RunAgentClient(
agent_id="<agent_id>",
entrypoint_tag="<tag>",
local=True # You're running a local server
)
# Or connect using host:port
ra = RunAgentClient(
host="<host>",
port=<port>,
entrypoint_tag="<tag>",
local=True
)
```
The magic of RunAgent SDKs is that you can invoke the `RunAgentClient.run` method as if it were the target entrypoint function. Since our function signature is `def mock_response(message, role="user"):`, you can call:
```python
agent_results = ra.run(
role="user",
message="Analyze the benefits of remote work for software teams"
)
print(agent_results)
```
Complete example:
```python
from runagent import RunAgentClient
ra = RunAgentClient(
agent_id="<agent_id>",
entrypoint_tag="<tag>",
local=True
)
agent_results = ra.run(
role="user",
message="Analyze the benefits of remote work for software teams"
)
print(agent_results)
```
**Streaming Support**: For streaming functions, you can iterate over the returned object naturally:
```python
from runagent import RunAgentClient
ra = RunAgentClient(
agent_id="<agent_id>",
entrypoint_tag="<tag>_stream", # Note the _stream suffix
local=True
)
for chunk in ra.run(
role="user",
message="Analyze the benefits of remote work for software teams"
):
print(chunk, end='')
```
Learn more in our [Python SDK Documentation](https://docs.run-agent.ai/sdk/python/getting-started.md).
### Rust SDK
**Non-streaming Example:**
```rust
use runagent::client::RunAgentClient;
use serde_json::json;
#[tokio::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
// Connect to agent
let client = RunAgentClient::new("<agent_id>", "<tag>", true).await?;
// Simple invocation with native Rust types
let result = client.run(&[
("message", json!("Help me plan a trip to Japan")),
("role", json!("user"))
]).await?;
println!("Result: {}", result);
Ok(())
}
```
**Streaming Example:**
```rust
use runagent::client::RunAgentClient;
use serde_json::json;
use futures::StreamExt;
#[tokio::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
// Stream responses for real-time interaction
let client = RunAgentClient::new("<agent_id>", "<tag>_stream", true).await?;
let mut stream = client.run_stream(&[
("message", json!("Explain quantum computing step by step")),
("role", json!("user"))
]).await?;
while let Some(chunk) = stream.next().await {
print!("{}", chunk?);
}
Ok(())
}
```
### JavaScript/ TypeScript SDK
Create an `.mjs` file or add `"type": "module"` to your `package.json`.
**Non-streaming Example:**
```javascript
import { RunAgentClient } from 'runagent';
const ra = new RunAgentClient({
agentId: "<agent_id>",
host: "<host>",
port: <port>,
entrypointTag: "minimal",
local: true
});
await ra.initialize();
const solutionResult = await ra.run({
role: 'user',
message: 'Analyze the benefits of remote work for software teams',
});
console.log(solutionResult);
```
**Streaming Example:**
```javascript
import { RunAgentClient } from 'runagent';
const ra = new RunAgentClient({
agentId: "<agent_id>",
host: "<host>",
port: <port>,
entrypointTag: "minimal_stream",
local: true
});
await ra.initialize();
const stream = await ra.run({
role: 'user',
message: 'Write a detailed analysis of remote work benefits',
});
for await (const chunk of stream) {
process.stdout.write(chunk);
}
```
### Go SDK
**Non-streaming Example:**
```go
package main
import (
"context"
"fmt"
"log"
"time"
"github.com/runagent-dev/runagent/runagent-go/runagent"
)
func main() {
fmt.Println("=== RunAgent Go SDK Example ===")
config := runagent.Config{
AgentID: "<agent_id>",
EntrypointTag: "minimal",
Host: "<host>",
Port: <port>,
Local: true,
}
client := runagent.NewRunAgentClient(config)
ctx, cancel := context.WithTimeout(context.Background(), 2*time.Minute)
defer cancel()
if err := client.Initialize(ctx); err != nil {
log.Fatalf("Failed to initialize: %v", err)
}
result, err := client.Run(ctx, map[string]interface{}{
"role": "user",
"message": "Analyze the benefits of remote work for software teams",
})
if err != nil {
log.Fatalf("Failed to run agent: %v", err)
}
fmt.Printf("Result: %v\n", result)
}
```
**Streaming Example:**
```go
package main
import (
"context"
"fmt"
"log"
"time"
"github.com/runagent-dev/runagent/runagent-go/runagent"
)
func main() {
fmt.Println("=== Streaming Agent Example ===")
client := runagent.NewRunAgentClient(runagent.Config{
AgentID: "<agent_id>",
EntrypointTag: "minimal_stream",
Host: "<host>",
Port: <port>,
Local: true,
})
ctx, cancel := context.WithTimeout(context.Background(), 5*time.Minute)
defer cancel()
if err := client.Initialize(ctx); err != nil {
log.Fatalf("Failed to initialize: %v", err)
}
result, err := client.Run(ctx, map[string]interface{}{
"role": "user",
"message": "Write a detailed analysis of remote work benefits",
})
if err != nil {
log.Fatalf("Failed to start streaming: %v", err)
}
stream := result.(*runagent.StreamIterator)
defer stream.Close()
fmt.Println("š” Streaming response:")
fmt.Println("----------------------------------------")
for {
chunk, hasMore, err := stream.Next(ctx)
if err != nil {
log.Printf("Stream error: %v", err)
break
}
if !hasMore {
break
}
if chunk != nil {
fmt.Print(chunk)
}
}
fmt.Println("\nā
Stream completed!")
}
```
---
## š Advanced: Streaming Responses
One of RunAgent's most powerful features is **native streaming support** across all languages. Streaming responses feel natural and idiomatic in each programming language:
**Python** - Uses Python iterators:
```python
for chunk in client.run(message="Generate a long story"):
print(chunk, end='')
```
**JavaScript** - Uses async iterators:
```javascript
for await (const chunk of client.run({message: "Generate a long story"})) {
process.stdout.write(chunk);
}
```
**Rust** - Uses futures streams:
```rust
while let Some(chunk) = stream.next().await {
print!("{}", chunk?);
}
```
**Go** - Uses context-aware iterators:
```go
for {
chunk, hasMore, err := stream.Next(ctx)
if !hasMore { break }
fmt.Print(chunk)
}
```
Learn more about streaming in our [Streaming Responses Guide](https://docs.run-agent.ai/sdk/python/streaming.md).
---
## š§ CLI
The RunAgent CLI is your command center for agent operations. Here's the complete reference:
| Command | Description | Documentation |
|---------|-------------|---------------|
| `runagent init` | Create a new agent project from templates | [CLI Reference](https://docs.run-agent.ai/cli/commands/init.md) |
| `runagent serve` | Run agent locally for development | [CLI Reference](https://docs.run-agent.ai/cli/commands/serve.md) |
| `runagent deploy` | Deploy to cloud (coming soon) | [CLI Reference](https://docs.run-agent.ai/cli/commands/deploy.md) |
| `runagent run` | Execute a deployed agent | [CLI Reference](https://docs.run-agent.ai/cli/commands/run.md) |
| `runagent setup` | Configure authentication | [CLI Reference](https://docs.run-agent.ai/cli/commands/setup.md) |
| `runagent template` | Manage project templates | [CLI Reference](https://docs.run-agent.ai/cli/commands/template.md) |
| `runagent upload` | Upload agent to remote server | [CLI Reference](https://docs.run-agent.ai/cli/commands/upload.md) |
| `runagent start` | Start an uploaded agent | [CLI Reference](https://docs.run-agent.ai/cli/commands/start.md) |
| `runagent teardown` | Remove RunAgent configuration | [CLI Reference](https://docs.run-agent.ai/cli/commands/teardown.md) |
See our [CLI Overview](https://docs.run-agent.ai/cli/overview.md) and [CLI Examples](https://docs.run-agent.ai/cli/examples.md) for comprehensive usage patterns.
## šØ Framework Support
RunAgent works with any Python AI framework. We provide pre-built templates and specific guides for popular frameworks:
### Supported Frameworks
- **[LangGraph](https://docs.run-agent.ai/frameworks/langgraph.md)** - Deploy LangGraph agents with full graph support
- **[CrewAI](https://docs.run-agent.ai/frameworks/crewai.md)** - Deploy multi-agent CrewAI systems
- **[Letta](https://docs.run-agent.ai/frameworks/letta.md)** - Deploy Letta agents with long-term memory
- **[Agno](https://docs.run-agent.ai/frameworks/agno.md)** - Deploy Agno agents with built-in reasoning
- **[Custom Frameworks](https://docs.run-agent.ai/frameworks/custom.md)** - Deploy agents built with any Python framework
### Framework Templates
```bash
runagent init my-agent --langgraph # LangGraph template
runagent init my-agent --crewai # CrewAI multi-agent template
runagent init my-agent --letta # Letta memory-enabled template
runagent init my-agent --agno # Agno reasoning template
runagent init my-agent --custom # Custom framework template
```
See our [Frameworks Overview](https://docs.run-agent.ai/frameworks/overview.md) for detailed guides on each framework.
## š¢ Enterprise Features (Coming Soon)
RunAgent's enterprise tier will provide production-grade features for organizations:
- **Private Cloud Deployment**: Run RunAgent in your own infrastructure
- **Advanced Security**: SOC2 compliance, encryption at rest and in transit
- **Team Collaboration**: Shared agents, role-based access control, audit logs
- **Custom Domains**: Deploy agents to your own domains with SSL
- **SLA Support**: 99.9% uptime guarantee with dedicated support
- **Advanced Monitoring**: Custom dashboards, alerts, and analytics
- **Compliance**: GDPR, HIPAA, and industry-specific compliance features
---
## š Documentation
Our comprehensive documentation covers every aspect of RunAgent development and deployment:
### Getting Started
- **[Introduction](https://docs.run-agent.ai/get-started/introduction.md)** - Deploy AI agents to production in seconds
- **[Installation](https://docs.run-agent.ai/get-started/installation.md)** - Install RunAgent CLI and SDK
- **[Quick Start](https://docs.run-agent.ai/get-started/quickstart.md)** - Deploy your first agent in under 5 minutes
- **[Core Concepts](https://docs.run-agent.ai/get-started/core-concepts.md)** - Master fundamental RunAgent concepts
### SDK Documentation
- **[SDK Overview](https://docs.run-agent.ai/sdk/overview.md)** - Overview of all RunAgent SDKs
- **[Python SDK](https://docs.run-agent.ai/sdk/python/getting-started.md)** - Complete Python SDK guide
- **[API Reference](https://docs.run-agent.ai/sdk/python/api-reference.md)** - Complete API documentation
- **[Synchronous Client](https://docs.run-agent.ai/sdk/python/sync-client.md)** - Using sync clients
- **[Asynchronous Client](https://docs.run-agent.ai/sdk/python/async-client.md)** - Using async clients
- **[Streaming Responses](https://docs.run-agent.ai/sdk/python/streaming.md)** - Real-time streaming
- **[Coming Soon: Additional SDKs](https://docs.run-agent.ai/sdk/coming-soon.md)** - JavaScript, Rust, Go SDKs
### CLI Documentation
- **[CLI Overview](https://docs.run-agent.ai/cli/overview.md)** - Master the command-line interface
- **[CLI Examples](https://docs.run-agent.ai/cli/examples.md)** - Common usage patterns
- **Command References**: [init](https://docs.run-agent.ai/cli/commands/init.md), [serve](https://docs.run-agent.ai/cli/commands/serve.md), [deploy](https://docs.run-agent.ai/cli/commands/deploy.md), [run](https://docs.run-agent.ai/cli/commands/run.md), [setup](https://docs.run-agent.ai/cli/commands/setup.md), [template](https://docs.run-agent.ai/cli/commands/template.md), [upload](https://docs.run-agent.ai/cli/commands/upload.md), [start](https://docs.run-agent.ai/cli/commands/start.md), [teardown](https://docs.run-agent.ai/cli/commands/teardown.md)
### Configuration & Deployment
- **[Configuration File](https://docs.run-agent.ai/configuration/config-file.md)** - Understanding runagent.config.json
- **[Project Structure](https://docs.run-agent.ai/configuration/project-structure.md)** - Understanding RunAgent project organization
- **[Environment Variables](https://docs.run-agent.ai/configuration/environment.md)** - Managing environment variables and secrets
- **[Local Development](https://docs.run-agent.ai/deployment/local-development.md)** - Running and testing agents locally
- **[Cloud Deployment](https://docs.run-agent.ai/deployment/cloud-deployment.md)** - Deploy to RunAgent cloud infrastructure
### API Reference
- **[API Introduction](https://docs.run-agent.ai/api-reference/introduction.md)** - RESTful API for interacting with RunAgent
- **[Authentication](https://docs.run-agent.ai/api-reference/authentication.md)** - API authentication and security
- **[Rate Limits](https://docs.run-agent.ai/api-reference/rate-limits.md)** - API rate limiting and quotas
- **[Error Handling](https://docs.run-agent.ai/api-reference/errors.md)** - Understanding and handling API errors
- **Endpoints**: [Health Check](https://docs.run-agent.ai/api-reference/endpoints/health.md), [Invoke Agent](https://docs.run-agent.ai/api-reference/endpoints/invoke.md), [Stream Agent Response](https://docs.run-agent.ai/api-reference/endpoints/stream.md)
- **[Webhooks](https://docs.run-agent.ai/api-reference/webhooks.md)** - Receive real-time notifications for agent events
### Resources
- **[Examples](https://docs.run-agent.ai/resources/examples.md)** - Example agents and code snippets
- **[Troubleshooting Guide](https://docs.run-agent.ai/resources/troubleshooting.md)** - Common issues and solutions
- **[Frequently Asked Questions](https://docs.run-agent.ai/resources/faq.md)** - Common questions about RunAgent
## šŗļø Platform Evolution Roadmap
### ā
Foundation (Available Now)
Our current open-source foundation provides everything you need for local development and self-hosting:
- **Cross-Language SDKs**: Python, JavaScript, Rust, and Go SDKs with native streaming
- **Local Development Server**: Full-featured FastAPI server with hot reload
- **Framework-Agnostic Support**: Works with LangChain, LangGraph, CrewAI, Letta, Agno, or any Python framework
- **Pre-Built Templates**: Quick-start templates for popular AI frameworks
- **Comprehensive CLI**: Complete command-line interface for project management
- **Real-Time Debugging**: Built-in logging, monitoring, and debugging tools
- **Production-Ready**: Suitable for self-hosting and enterprise deployments
### š§ Cloud Platform (Coming Q2 2025)
Our serverless cloud platform will provide effortless scaling and production deployment:
- **One-Command Deployment**: Deploy with `runagent deploy` to auto-scaling infrastructure
- **Global Edge Network**: Deploy agents across multiple regions for minimal latency
- **Auto-Scaling**: Scale from zero to thousands of concurrent requests automatically
- **Built-in Monitoring**: Real-time dashboards, metrics, and alerting
- **Webhook Integrations**: Event-driven architectures with HTTP callbacks
- **Team Collaboration**: Shared agents, environment management, and access controls
- **Usage Analytics**: Detailed insights into agent performance and usage patterns
- **API Gateway**: Advanced routing, rate limiting, and authentication features
### š® Enterprise (Coming 2025)
Enterprise features for organizations requiring advanced security and control:
- **Private Cloud Deployment**: Run RunAgent in your own infrastructure (AWS, GCP, Azure)
- **Advanced Security**: SOC2 Type II compliance, encryption at rest and in transit
- **Compliance Features**: GDPR, HIPAA, and industry-specific compliance tools
- **Role-Based Access Control**: Fine-grained permissions and audit logging
- **Custom SLAs**: 99.9% uptime guarantees with dedicated support
- **Custom Runtime Environments**: Specialized containers and security sandboxes
- **Enterprise Integrations**: SSO, LDAP, and enterprise directory services
- **Advanced Analytics**: Custom reporting, data export, and business intelligence
---
## š¤ Contributing
We welcome contributions from the community! RunAgent is built by developers, for developers, and we're excited to have you join us.
### Ways to Contribute
- **Bug Reports**: Found an issue? Report it on [GitHub Issues](https://github.com/runagent-dev/runagent/issues)
- **Feature Requests**: Have an idea? Share it in [GitHub Discussions](https://github.com/runagent-dev/runagent/discussions)
- **Code Contributions**: Submit pull requests for bug fixes or new features
- **Documentation**: Help improve our guides, examples, and API documentation
- **Community Support**: Help other developers in Discord and GitHub discussions
- **SDK Development**: Contribute to existing SDKs or help build new language support
### Development Setup
```bash
# Clone the repository
git clone https://github.com/runagent-dev/runagent.git
cd runagent
# Install development dependencies
pip install -e ".[dev]"
# Run tests
pytest
# Format code
black runagent tests
# Run linting
flake8 runagent tests
# Type checking
mypy runagent
```
### Contribution Guidelines
- Follow our [Code of Conduct](CODE_OF_CONDUCT.md)
- Write tests for new features and bug fixes
- Follow existing code style and conventions
- Update documentation for any user-facing changes
- Add appropriate type hints for Python code
See our detailed [Contributing Guide](CONTRIBUTING.md) for more information.
## š¬ Community & Support
Join our growing community of AI developers and get support from both the team and fellow users:
### Community Channels
- **[Discord Community](https://discord.gg/Q9P9AdHVHz)** - Real-time chat with developers, get help, and share projects
- **[GitHub Discussions](https://github.com/runagent-dev/runagent/discussions)** - Ask questions, share ideas, and discuss features
- **[Twitter](https://twitter.com/run_agent)** - Follow for updates, announcements, and AI development tips
- **[Blog](https://run-agent.ai/blog)** - In-depth tutorials, best practices, and case studies
### Getting Help
- **Technical Issues**: Check our [Troubleshooting Guide](https://docs.run-agent.ai/resources/troubleshooting.md) first
- **General Questions**: Browse our [FAQ](https://docs.run-agent.ai/resources/faq.md)
- **Community Support**: Ask in Discord or GitHub Discussions
- **Bug Reports**: Create an issue on GitHub with detailed reproduction steps
### Stay Updated
- **GitHub Releases**: Watch our repository for new releases and features
- **Newsletter**: Subscribe on our website for monthly updates and tutorials
- **Social Media**: Follow us on Twitter for daily updates and community highlights
## š License
RunAgent is licensed under the Elastic License 2.0 (ELv2).
What this means:
ā
Free to use for development, testing, and production<br>
ā
Modify and distribute as needed<br>
ā
Commercial use in your applications<br>
ā Cannot offer RunAgent as a managed service without permission<br>
This license ensures RunAgent remains freely available while protecting against unfair competition from cloud providers.
See the LICENSE file for complete terms.
## š Acknowledgments
RunAgent stands on the shoulders of giants. We're grateful to the entire AI and open-source community, especially:
### Core Technologies
- **[FastAPI](https://fastapi.tiangolo.com/)** - For the blazingly fast API framework that powers our local server
- **[Pydantic](https://pydantic-docs.helpmanual.io/)** - For data validation and serialization
- **[Uvicorn](https://www.uvicorn.org/)** - For the lightning-fast ASGI server
### AI Framework Communities
- **[LangChain](https://langchain.com/)** and **[LangGraph](https://langchain-ai.github.io/langgraph/)** - For pioneering AI agent frameworks
- **[LlamaIndex](https://llamaindex.ai/)** - For advancing RAG and knowledge-based AI systems
- **[CrewAI](https://crewai.com/)** - For multi-agent system innovations
- **[Letta](https://letta.ai/)** - For advancing memory-enabled conversational AI
### Open Source Inspiration
- **[Vercel](https://vercel.com/)** - For inspiration in developer experience and deployment simplicity
- **[Supabase](https://supabase.com/)** - For demonstrating the power of open-source alternatives
- **[Hugging Face](https://huggingface.co/)** - For democratizing AI and fostering community
### Our Community
- **Contributors** - Everyone who has submitted code, documentation, or bug reports
- **Early Adopters** - Beta users who provided feedback and shaped our roadmap
- **Discord Community** - Active members who help each other and improve RunAgent
- **Framework Maintainers** - Teams behind the AI frameworks we support
### Special Thanks
- All the developers building amazing AI applications with RunAgent
- The broader Python and AI communities for continuous innovation
- Everyone who believes in making AI development more accessible
---
<p align="center">
<strong>Ready to build universal AI agents?</strong>
</p>
<p align="center">
<a href="https://docs.run-agent.ai">
<img src="https://img.shields.io/badge/Get%20Started-Local%20Development-blue?style=for-the-badge" alt="Get Started Local">
</a>
<a href="https://run-agent.ai">
<img src="https://img.shields.io/badge/Join%20Waitlist-Cloud%20Platform-green?style=for-the-badge" alt="Join Cloud Waitlist">
</a>
</p>
<p align="center">
<a href="https://github.com/runagent-dev/runagent">š Star us on GitHub</a> ā¢
<a href="https://discord.gg/runagent">š¬ Join Discord</a> ā¢
<a href="https://docs.run-agent.ai">š Read the Docs</a>
</p>

<p align="center">
Made with ā¤ļø by the RunAgent Team
</p>
Raw data
{
"_id": null,
"home_page": null,
"name": "runagent",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "agents, ai, automation, cli, langchain, langgraph, llm, sdk",
"author": null,
"author_email": "Sawradip Saha <sawradip0@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/1e/24/dc3944bec34e2c003d60b062c00b9f8f03e2909ff85ecc78f473eb5611c6/runagent-0.1.20.tar.gz",
"platform": null,
"description": "<p align=\"center\">\n <a href=\"https://run-agent.ai/#gh-dark-mode-only\">\n <img src=\"./docs/logo/logo_dark.svg\" width=\"318px\" alt=\"RunAgent logo\" />\n </a>\n <a href=\"https://run-agent.ai/#gh-light-mode-only\">\n <img src=\"./docs/logo/logo_light.svg\" width=\"318px\" alt=\"RunAgent Logo\" />\n </a>\n</p>\n\n<h2 align=\"center\">\n Universal AI Agent Platform\n</h2>\n\n<h3 align=\"center\">\n Write agent once, use everywhere\n</h3>\n\n<p align=\"center\">\n <a href=\"https://docs.run-agent.ai\">\n <img\n src=\"https://img.shields.io/badge/Click%20here%20for-RunAgent%20Docs-blue?style=for-the-badge&logo=read-the-docs\"\n alt=\"Read the Docs\">\n </a>\n</p>\n\n<p align=\"center\">\n <a href=\"https://pypi.org/project/runagent/\">\n <img src=\"https://img.shields.io/pypi/v/runagent\" alt=\"PyPI\" />\n </a>\n\n <a href=\"https://pypi.org/project/runagent/\">\n <img src=\"https://img.shields.io/pypi/dm/runagent\" alt=\"PyPI - Downloads\" />\n </a>\n <a href=\"https://pypi.org/project/runagent/\">\n <img src=\"https://img.shields.io/pypi/pyversions/runagent.svg\" alt=\"Python Versions\" />\n </a>\n <a href=\"https://discord.gg/Q9P9AdHVHz\">\n <img src=\"https://img.shields.io/discord/1389567838825480192?color=7289DA&label=Discord&logo=discord&logoColor=white\" alt=\"Discord\" />\n </a>\n</p>\n\n\n<p align=\"center\">\n <strong>Write AI agents once in Python, access them natively from any language.</strong><br>\n <strong>Deploy locally today, or on our serverless cloud platform (coming soon).</strong>\n</p>\n\n<p align=\"center\">\n <a href=\"#-features\">Features</a> \u2022\n <a href=\"#-quickstartdeploying-an-agent\">Quick Start</a> \u2022\n <a href=\"#-cli\">CLI</a> \u2022\n <a href=\"#-documentation\">Documentation</a> \u2022\n <a href=\"#-contributing\">Contributing</a>\n</p>\n\n---\n\n\n## \ud83c\udfaf What is RunAgent?\n\n\nRunAgent is an **AI Agent Deployment Platform**, built for builders who are **using AI agents to empower/enhance their products**. From development to deployment, RunAgent enables the developer to fully focus on actual agent development, and not care about:\n\n- Deploying AI Agents with powerful **RunAgent CLI** with a simple configuration file.\n- Spinning up a configurable **REST-API and WebSocket server** for your agents with one cli command.\n- **Langugae SDK's** for most major languages, to use the deployed agents.\n \nAs a result you, the developer gets the freedom to:\n\n* Focus on the agent development and **avoid repeatative process** of implementing REST and Streaming API to use the agents through.\n* Use their developed agent in **any devlopment environment**(Web App, Mobile or Desktop App, Games)\n* Build application with **cross language response streaming**, without even thinking about the complex underlying serialization & deserialization logic.\n\n<div style=\"width:100%;display:flex;justify-content:center;align-items:center;\">\n <a href=\"https://run-agent.ai/#gh-dark-mode-only\" style=\"flex:1;\">\n <img src=\"./docs/images/runagent_dia_dark.jpg\" style=\"width:100%;max-width:900px;\" alt=\"RunAgent Diagram\" />\n </a>\n <a href=\"https://run-agent.ai/#gh-light-mode-only\" style=\"flex:1;\">\n <img src=\"./docs/images/runagent_dia_light.jpg\" style=\"width:100%;max-width:900px;\" alt=\"RunAgent Diagram\" />\n </a>\n</div>\n\n\nWith RunAgent, you get both a powerful local development environment and a clear path to production-scale serverless deployment. Whether you're building a prototype on your laptop or scaling to millions of users, RunAgent provides the infrastructure and tools to deploy your agents seamlessly.\n\n\n## \ud83d\udcd6 Table of Contents\n\n- [\ud83c\udfaf What is RunAgent?](#-what-is-runagent)\n- [\ud83d\udcd6 Table of Contents](#-table-of-contents)\n - [Why RunAgent?](#why-runagent)\n - [Perfect For](#perfect-for)\n- [\u2728 Features](#-features)\n- [\ud83d\ude80 QuickStart(Deploying an Agent)](#-quickstartdeploying-an-agent)\n - [1. Installation](#1-installation)\n - [2. Initialize from a template](#2-initialize-from-a-template)\n - [3. Configure your agent (`runagent.config.json`)](#3-configure-your-agent-runagentconfigjson)\n - [4. Serve your agent (built-in runagent server)](#4-serve-your-agent-built-in-runagent-server)\n - [5. Deploy agent on RunAgent Cloud - Serverless (coming soon)](#5-deploy-agent-on-runagent-cloud---serverless-coming-soon)\n- [\ud83d\ude80 QuickStart(Use a Deployed Agent)](#-quickstartuse-a-deployed-agent)\n - [Python SDK](#python-sdk)\n - [Rust SDK](#rust-sdk)\n - [JavaScript/ TypeScript SDK](#javascript-typescript-sdk)\n - [Go SDK](#go-sdk)\n- [\ud83c\udf0a Advanced: Streaming Responses](#-advanced-streaming-responses)\n- [\ud83d\udd27 CLI](#-cli)\n- [\ud83c\udfa8 Framework Support](#-framework-support)\n - [Supported Frameworks](#supported-frameworks)\n - [Framework Templates](#framework-templates)\n- [\ud83c\udfe2 Enterprise Features (Coming Soon)](#-enterprise-features-coming-soon)\n- [\ud83d\udcda Documentation](#-documentation)\n - [Getting Started](#getting-started)\n - [SDK Documentation](#sdk-documentation)\n - [CLI Documentation](#cli-documentation)\n - [Configuration \\& Deployment](#configuration--deployment)\n - [API Reference](#api-reference)\n - [Resources](#resources)\n- [\ud83d\uddfa\ufe0f Platform Evolution Roadmap](#\ufe0f-platform-evolution-roadmap)\n - [\u2705 Foundation (Available Now)](#-foundation-available-now)\n - [\ud83d\udea7 Cloud Platform (Coming Q2 2025)](#-cloud-platform-coming-q2-2025)\n - [\ud83d\udd2e Enterprise (Coming 2025)](#-enterprise-coming-2025)\n- [\ud83e\udd1d Contributing](#-contributing)\n - [Ways to Contribute](#ways-to-contribute)\n - [Development Setup](#development-setup)\n - [Contribution Guidelines](#contribution-guidelines)\n- [\ud83d\udcac Community \\& Support](#-community--support)\n - [Community Channels](#community-channels)\n - [Getting Help](#getting-help)\n - [Stay Updated](#stay-updated)\n- [\ud83d\udcc4 License](#-license)\n- [\ud83d\ude4f Acknowledgments](#-acknowledgments)\n - [Core Technologies](#core-technologies)\n - [AI Framework Communities](#ai-framework-communities)\n - [Open Source Inspiration](#open-source-inspiration)\n - [Our Community](#our-community)\n - [Special Thanks](#special-thanks)\n\n---\n\n### Why RunAgent?\n\n- **\ud83c\udf10 Universal Access**: Write agents in Python, use them natively in **any language** - no API complexity\n- **\ud83d\ude80 Deploy in Minutes**: From local development to production with a single command\n- **\ud83d\udd27 Framework Agnostic**: Works with any AI agent framework - LangChain, LangGraph, CrewAI, or custom\n- **\ud83c\udf0a Native Streaming**: Real-time agent responses that feel natural in every programming language\n- **\ud83d\udce6 Smart Architecture**: Local development today, serverless cloud deployment tomorrow\n- **\ud83d\udee1\ufe0f Production Ready**: Built-in monitoring, logging, and debugging tools included\n- **\ud83d\udcca Developer Experience**: Intuitive CLI, comprehensive SDKs, and extensive documentation\n\n### Perfect For\n\n- **Polyglot Teams**: Python AI experts collaborating with frontend (JS/TS) and backend (Rust/Go) developers\n- **Microservices Architecture**: Centralized AI logic with distributed access across your service mesh\n- **Legacy Integration**: Add cutting-edge AI capabilities to existing applications without rewrites\n- **Performance Critical Apps**: Write AI logic in Python, consume from high-performance languages\n- **Rapid Prototyping**: Quick local development with seamless production deployment path\n\n## \u2728 Features\n\n\n**SharedCode:** Native-feeling SDKs for Python, JavaScript, Rust, and Go with full type safety, intellisense, automatic error handling, and seamless authentication - no more wrestling with REST APIs\n\n**UniversalDeploy:** Local development server available now with full debugging capabilities, serverless cloud deployment with auto-scaling and global edge distribution coming soon, plus future enterprise options with private cloud and advanced security\n\n**StreamingNative:** Synchronous and asynchronous clients with language-specific iterators, comprehensive retry logic, and built-in monitoring for complex multi-step agent workflows\n\n**CloudScale:** Complete agent lifecycle management with smart project initialization, local FastAPI server with hot reload, environment management, and one-command deployment\n\n**FrameworkAgnostic:** Framework-specific templates, real-time monitoring with logging and metrics, extensive documentation and examples, plus webhook support for event-driven architectures\n\n---\n\n## \ud83d\ude80 QuickStart(Deploying an Agent)\n\nRunAgent provides a comprehensive toolset for both deploying agents from any framework and consuming those agents in your applications. The Python SDK is bundled with the CLI, while other language SDKs are available from their respective package repositories.\n\n### 1. Installation\n\n```bash\npip install runagent\n```\n\nLearn more about installation options in our [Installation Guide](https://docs.run-agent.ai/get-started/installation.md).\n\n### 2. Initialize from a template\n\nWe've created comprehensive [templates](./templates) covering most supported frameworks. These serve as both examples and starting points, and you can initialize them with the `runagent init` command.\n\n```bash\n# Framework-specific templates:\nrunagent init my_agent --langgraph # LangGraph template\nrunagent init my_agent --crewai # CrewAI template\nrunagent init my_agent --letta # Letta template\nrunagent init my_agent --agno # Agno template\n\n# Create a minimal project:\nrunagent init my_agent\n```\n\nSee all available framework templates in our [Frameworks Overview](https://docs.run-agent.ai/frameworks/overview.md).\n\nIf we examine the directory structure:\n\n```bash\nmy-agent/\n\u251c\u2500\u2500 __init__.py\n\u251c\u2500\u2500 email_agent.py\n\u251c\u2500\u2500 main.py\n\u2514\u2500\u2500 runagent.config.json\n```\n\nThe most important file in any RunAgent project is `runagent.config.json`, which contains project metadata and the list of `entrypoints` - the functions/methods from your codebase that will be exposed through the RunAgent server.\n\n> **Key Concept**: `entrypoints` are the single most important concept in the RunAgent ecosystem. They define which functions in your code become accessible through our SDKs. Learn more in [Core Concepts](https://docs.run-agent.ai/get-started/core-concepts.md).\n\n### 3. Configure your agent (`runagent.config.json`)\n\nLet's examine the `main.py` content (partial):\n\n```python\nfrom .email_agent import MockOpenAIClient\nfrom typing import Iterator\n\n\ndef mock_response(message, role=\"user\"):\n \"\"\"Test the mock agent with non-streaming responses\"\"\"\n client = MockOpenAIClient()\n\n prompt = [\n {\n \"role\": role,\n \"content\": message\n }\n ]\n response = client.create(model=\"gpt-4\", messages=prompt)\n\n print(response.content)\n print(f\"\\nTokens used: {response.usage_tokens}\")\n print(f\"Response time: {response.response_time:.2f}s\")\n\n return response.content\n\n\ndef mock_response_stream(message, role=\"user\") -> Iterator[str]:\n \"\"\"Test the mock agent with streaming responses\"\"\"\n client = MockOpenAIClient()\n prompt = [\n {\n \"role\": role,\n \"content\": message\n }\n ]\n for chunk in client.create(\n model=\"gpt-4\",\n messages=prompt,\n stream=True\n ):\n if not chunk.finished:\n yield chunk.delta\n else:\n yield \"\\n[STREAM COMPLETE]\"\n```\n\nThe functions `mock_response` and `mock_response_stream` will serve as agent entrypoints. We specify these in the `runagent.config.json` file:\n\n```json\n{\n \"agent_name\": \"my-agent\",\n \"description\": \"A simple placeholder agent\",\n \"framework\": \"default\",\n \"template\": \"default\",\n \"version\": \"1.0.0\",\n \"created_at\": \"2025-07-11 15:08:18\",\n \"template_source\": {\n \"repo_url\": \"https://github.com/runagent-dev/runagent.git\",\n \"author\": \"sawradip\",\n \"path\": \"templates/default\"\n },\n \"agent_architecture\": {\n \"entrypoints\": [\n {\n \"file\": \"main.py\",\n \"module\": \"mock_response\",\n \"tag\": \"minimal\"\n },\n {\n \"file\": \"main.py\",\n \"module\": \"mock_response_stream\",\n \"tag\": \"minimal_stream\"\n }\n ]\n },\n \"env_vars\": {}\n}\n```\n\nEach entrypoint record specifies:\n\n- **file**: Relative (or absolute) path to the file containing the entrypoint function\n- **module**: The function name to expose\n- **tag**: Unique identifier for this entrypoint within the project\n\n**Important**: For streaming entrypoints (like `mock_response_stream`), the tag should include a `_stream` suffix to indicate streaming capability.\n\nLearn more about configuration in our [Configuration File Guide](https://docs.run-agent.ai/configuration/config-file.md).\n\n### 4. Serve your agent (built-in runagent server)\n\n```bash\n# Start the local development server\nrunagent serve <project_dir>\n\n# If you're inside the project directory:\nrunagent serve .\n\n# Using project name also works:\nrunagent serve my_agent\n```\n\nThis command starts a local FastAPI server and provides you with:\n\n- An `agent_id` for programmatic access\n- A `host:port` URL for HTTP access\n- WebSocket endpoints for streaming\n- A development dashboard for monitoring\n\nYou can use either the `agent_id` or `host:port` combination with `RunAgentClient` from any RunAgent SDK.\n\nSee more details in our [Local Development Guide](https://docs.run-agent.ai/deployment/local-development.md).\n\n### 5. Deploy agent on RunAgent Cloud - Serverless (coming soon)\n\n```bash\n# Deploy to production cloud infrastructure\nrunagent deploy <project_dir>\n```\n\nCloud deployment will provide:\n\n- Automatic scaling based on demand\n- Global edge distribution\n- Built-in monitoring and analytics\n- Webhook integrations\n- Production-grade security\n\nLearn more about our upcoming [Cloud Deployment](https://docs.run-agent.ai/deployment/cloud-deployment.md) features.\n\n## \ud83d\ude80 QuickStart(Use a Deployed Agent)\n\nRunAgent provides SDKs for multiple languages, with more being added continuously. If you need support for a specific language or want to contribute, join our [Discord](https://discord.gg/runagent) or raise an issue.\n\nRemember the `agent_id`, URL (`host:port`), and `tag` from the deployment step. With our SDKs, you can access the `entrypoints` (defined in `runagent.config.json`) like native functions - even for streaming responses. We handle all the complex communication in the background.\n\n### Python SDK\n\nThe Python SDK is already installed when you install the CLI. Let's connect to our agent using the `minimal` tag, which corresponds to `def mock_response(message, role=\"user\"):`.\n\n```python\nfrom runagent import RunAgentClient\n\n# Connect using agent_id\nra = RunAgentClient(\n agent_id=\"<agent_id>\",\n entrypoint_tag=\"<tag>\",\n local=True # You're running a local server\n)\n\n# Or connect using host:port\nra = RunAgentClient(\n host=\"<host>\", \n port=<port>, \n entrypoint_tag=\"<tag>\", \n local=True\n)\n```\n\nThe magic of RunAgent SDKs is that you can invoke the `RunAgentClient.run` method as if it were the target entrypoint function. Since our function signature is `def mock_response(message, role=\"user\"):`, you can call:\n\n```python\nagent_results = ra.run(\n role=\"user\",\n message=\"Analyze the benefits of remote work for software teams\"\n)\nprint(agent_results)\n```\n\nComplete example:\n\n```python\nfrom runagent import RunAgentClient\n\nra = RunAgentClient(\n agent_id=\"<agent_id>\",\n entrypoint_tag=\"<tag>\",\n local=True\n)\n\nagent_results = ra.run(\n role=\"user\",\n message=\"Analyze the benefits of remote work for software teams\"\n)\n\nprint(agent_results)\n```\n\n**Streaming Support**: For streaming functions, you can iterate over the returned object naturally:\n\n```python\nfrom runagent import RunAgentClient\n\nra = RunAgentClient(\n agent_id=\"<agent_id>\",\n entrypoint_tag=\"<tag>_stream\", # Note the _stream suffix\n local=True\n)\n\nfor chunk in ra.run(\n role=\"user\", \n message=\"Analyze the benefits of remote work for software teams\"\n):\n print(chunk, end='')\n```\n\nLearn more in our [Python SDK Documentation](https://docs.run-agent.ai/sdk/python/getting-started.md).\n\n### Rust SDK\n\n**Non-streaming Example:**\n\n```rust\nuse runagent::client::RunAgentClient;\nuse serde_json::json;\n\n#[tokio::main]\nasync fn main() -> Result<(), Box<dyn std::error::Error>> {\n // Connect to agent\n let client = RunAgentClient::new(\"<agent_id>\", \"<tag>\", true).await?;\n \n // Simple invocation with native Rust types\n let result = client.run(&[\n (\"message\", json!(\"Help me plan a trip to Japan\")),\n (\"role\", json!(\"user\"))\n ]).await?;\n \n println!(\"Result: {}\", result);\n Ok(())\n}\n```\n\n**Streaming Example:**\n\n```rust\nuse runagent::client::RunAgentClient;\nuse serde_json::json;\nuse futures::StreamExt;\n\n#[tokio::main]\nasync fn main() -> Result<(), Box<dyn std::error::Error>> {\n // Stream responses for real-time interaction\n let client = RunAgentClient::new(\"<agent_id>\", \"<tag>_stream\", true).await?;\n let mut stream = client.run_stream(&[\n (\"message\", json!(\"Explain quantum computing step by step\")),\n (\"role\", json!(\"user\"))\n ]).await?;\n \n while let Some(chunk) = stream.next().await {\n print!(\"{}\", chunk?);\n }\n \n Ok(())\n}\n```\n\n### JavaScript/ TypeScript SDK\n\nCreate an `.mjs` file or add `\"type\": \"module\"` to your `package.json`.\n\n**Non-streaming Example:**\n\n```javascript\nimport { RunAgentClient } from 'runagent';\n\nconst ra = new RunAgentClient({\n agentId: \"<agent_id>\",\n host: \"<host>\",\n port: <port>,\n entrypointTag: \"minimal\",\n local: true\n});\n\nawait ra.initialize();\n\nconst solutionResult = await ra.run({\n role: 'user',\n message: 'Analyze the benefits of remote work for software teams',\n});\n\nconsole.log(solutionResult);\n```\n\n**Streaming Example:**\n\n```javascript\nimport { RunAgentClient } from 'runagent';\n\nconst ra = new RunAgentClient({\n agentId: \"<agent_id>\",\n host: \"<host>\",\n port: <port>,\n entrypointTag: \"minimal_stream\",\n local: true\n});\n\nawait ra.initialize();\n\nconst stream = await ra.run({\n role: 'user',\n message: 'Write a detailed analysis of remote work benefits',\n});\n\nfor await (const chunk of stream) {\n process.stdout.write(chunk);\n}\n```\n\n### Go SDK\n\n**Non-streaming Example:**\n\n```go\npackage main\n\nimport (\n \"context\"\n \"fmt\"\n \"log\"\n \"time\"\n\n \"github.com/runagent-dev/runagent/runagent-go/runagent\"\n)\n\nfunc main() {\n fmt.Println(\"=== RunAgent Go SDK Example ===\")\n\n config := runagent.Config{\n AgentID: \"<agent_id>\",\n EntrypointTag: \"minimal\",\n Host: \"<host>\",\n Port: <port>,\n Local: true,\n }\n\n client := runagent.NewRunAgentClient(config)\n\n ctx, cancel := context.WithTimeout(context.Background(), 2*time.Minute)\n defer cancel()\n\n if err := client.Initialize(ctx); err != nil {\n log.Fatalf(\"Failed to initialize: %v\", err)\n }\n\n result, err := client.Run(ctx, map[string]interface{}{\n \"role\": \"user\",\n \"message\": \"Analyze the benefits of remote work for software teams\",\n })\n if err != nil {\n log.Fatalf(\"Failed to run agent: %v\", err)\n }\n\n fmt.Printf(\"Result: %v\\n\", result)\n}\n```\n\n**Streaming Example:**\n\n```go\npackage main\n\nimport (\n \"context\"\n \"fmt\"\n \"log\"\n \"time\"\n\n \"github.com/runagent-dev/runagent/runagent-go/runagent\"\n)\n\nfunc main() {\n fmt.Println(\"=== Streaming Agent Example ===\")\n\n client := runagent.NewRunAgentClient(runagent.Config{\n AgentID: \"<agent_id>\",\n EntrypointTag: \"minimal_stream\",\n Host: \"<host>\",\n Port: <port>,\n Local: true,\n })\n\n ctx, cancel := context.WithTimeout(context.Background(), 5*time.Minute)\n defer cancel()\n\n if err := client.Initialize(ctx); err != nil {\n log.Fatalf(\"Failed to initialize: %v\", err)\n }\n\n result, err := client.Run(ctx, map[string]interface{}{\n \"role\": \"user\",\n \"message\": \"Write a detailed analysis of remote work benefits\",\n })\n if err != nil {\n log.Fatalf(\"Failed to start streaming: %v\", err)\n }\n\n stream := result.(*runagent.StreamIterator)\n defer stream.Close()\n\n fmt.Println(\"\ud83d\udce1 Streaming response:\")\n fmt.Println(\"----------------------------------------\")\n\n for {\n chunk, hasMore, err := stream.Next(ctx)\n if err != nil {\n log.Printf(\"Stream error: %v\", err)\n break\n }\n if !hasMore {\n break\n }\n if chunk != nil {\n fmt.Print(chunk)\n }\n }\n\n fmt.Println(\"\\n\u2705 Stream completed!\")\n}\n```\n\n---\n\n## \ud83c\udf0a Advanced: Streaming Responses\n\nOne of RunAgent's most powerful features is **native streaming support** across all languages. Streaming responses feel natural and idiomatic in each programming language:\n\n**Python** - Uses Python iterators:\n\n```python\nfor chunk in client.run(message=\"Generate a long story\"):\n print(chunk, end='')\n```\n\n**JavaScript** - Uses async iterators:\n\n```javascript\nfor await (const chunk of client.run({message: \"Generate a long story\"})) {\n process.stdout.write(chunk);\n}\n```\n\n**Rust** - Uses futures streams:\n\n```rust\nwhile let Some(chunk) = stream.next().await {\n print!(\"{}\", chunk?);\n}\n```\n\n**Go** - Uses context-aware iterators:\n\n```go\nfor {\n chunk, hasMore, err := stream.Next(ctx)\n if !hasMore { break }\n fmt.Print(chunk)\n}\n```\n\nLearn more about streaming in our [Streaming Responses Guide](https://docs.run-agent.ai/sdk/python/streaming.md).\n\n---\n\n## \ud83d\udd27 CLI\n\nThe RunAgent CLI is your command center for agent operations. Here's the complete reference:\n\n| Command | Description | Documentation |\n|---------|-------------|---------------|\n| `runagent init` | Create a new agent project from templates | [CLI Reference](https://docs.run-agent.ai/cli/commands/init.md) |\n| `runagent serve` | Run agent locally for development | [CLI Reference](https://docs.run-agent.ai/cli/commands/serve.md) |\n| `runagent deploy` | Deploy to cloud (coming soon) | [CLI Reference](https://docs.run-agent.ai/cli/commands/deploy.md) |\n| `runagent run` | Execute a deployed agent | [CLI Reference](https://docs.run-agent.ai/cli/commands/run.md) |\n| `runagent setup` | Configure authentication | [CLI Reference](https://docs.run-agent.ai/cli/commands/setup.md) |\n| `runagent template` | Manage project templates | [CLI Reference](https://docs.run-agent.ai/cli/commands/template.md) |\n| `runagent upload` | Upload agent to remote server | [CLI Reference](https://docs.run-agent.ai/cli/commands/upload.md) |\n| `runagent start` | Start an uploaded agent | [CLI Reference](https://docs.run-agent.ai/cli/commands/start.md) |\n| `runagent teardown` | Remove RunAgent configuration | [CLI Reference](https://docs.run-agent.ai/cli/commands/teardown.md) |\n\nSee our [CLI Overview](https://docs.run-agent.ai/cli/overview.md) and [CLI Examples](https://docs.run-agent.ai/cli/examples.md) for comprehensive usage patterns.\n\n## \ud83c\udfa8 Framework Support\n\nRunAgent works with any Python AI framework. We provide pre-built templates and specific guides for popular frameworks:\n\n### Supported Frameworks\n\n- **[LangGraph](https://docs.run-agent.ai/frameworks/langgraph.md)** - Deploy LangGraph agents with full graph support\n- **[CrewAI](https://docs.run-agent.ai/frameworks/crewai.md)** - Deploy multi-agent CrewAI systems \n- **[Letta](https://docs.run-agent.ai/frameworks/letta.md)** - Deploy Letta agents with long-term memory\n- **[Agno](https://docs.run-agent.ai/frameworks/agno.md)** - Deploy Agno agents with built-in reasoning\n- **[Custom Frameworks](https://docs.run-agent.ai/frameworks/custom.md)** - Deploy agents built with any Python framework\n\n### Framework Templates\n\n```bash\nrunagent init my-agent --langgraph # LangGraph template\nrunagent init my-agent --crewai # CrewAI multi-agent template \nrunagent init my-agent --letta # Letta memory-enabled template\nrunagent init my-agent --agno # Agno reasoning template\nrunagent init my-agent --custom # Custom framework template\n```\n\nSee our [Frameworks Overview](https://docs.run-agent.ai/frameworks/overview.md) for detailed guides on each framework.\n\n## \ud83c\udfe2 Enterprise Features (Coming Soon)\n\nRunAgent's enterprise tier will provide production-grade features for organizations:\n\n- **Private Cloud Deployment**: Run RunAgent in your own infrastructure\n- **Advanced Security**: SOC2 compliance, encryption at rest and in transit\n- **Team Collaboration**: Shared agents, role-based access control, audit logs\n- **Custom Domains**: Deploy agents to your own domains with SSL\n- **SLA Support**: 99.9% uptime guarantee with dedicated support\n- **Advanced Monitoring**: Custom dashboards, alerts, and analytics\n- **Compliance**: GDPR, HIPAA, and industry-specific compliance features\n\n---\n\n## \ud83d\udcda Documentation\n\nOur comprehensive documentation covers every aspect of RunAgent development and deployment:\n\n### Getting Started\n\n- **[Introduction](https://docs.run-agent.ai/get-started/introduction.md)** - Deploy AI agents to production in seconds\n- **[Installation](https://docs.run-agent.ai/get-started/installation.md)** - Install RunAgent CLI and SDK\n- **[Quick Start](https://docs.run-agent.ai/get-started/quickstart.md)** - Deploy your first agent in under 5 minutes\n- **[Core Concepts](https://docs.run-agent.ai/get-started/core-concepts.md)** - Master fundamental RunAgent concepts\n\n### SDK Documentation\n\n- **[SDK Overview](https://docs.run-agent.ai/sdk/overview.md)** - Overview of all RunAgent SDKs\n- **[Python SDK](https://docs.run-agent.ai/sdk/python/getting-started.md)** - Complete Python SDK guide\n - **[API Reference](https://docs.run-agent.ai/sdk/python/api-reference.md)** - Complete API documentation\n - **[Synchronous Client](https://docs.run-agent.ai/sdk/python/sync-client.md)** - Using sync clients\n - **[Asynchronous Client](https://docs.run-agent.ai/sdk/python/async-client.md)** - Using async clients\n - **[Streaming Responses](https://docs.run-agent.ai/sdk/python/streaming.md)** - Real-time streaming\n- **[Coming Soon: Additional SDKs](https://docs.run-agent.ai/sdk/coming-soon.md)** - JavaScript, Rust, Go SDKs\n\n### CLI Documentation\n\n- **[CLI Overview](https://docs.run-agent.ai/cli/overview.md)** - Master the command-line interface\n- **[CLI Examples](https://docs.run-agent.ai/cli/examples.md)** - Common usage patterns\n- **Command References**: [init](https://docs.run-agent.ai/cli/commands/init.md), [serve](https://docs.run-agent.ai/cli/commands/serve.md), [deploy](https://docs.run-agent.ai/cli/commands/deploy.md), [run](https://docs.run-agent.ai/cli/commands/run.md), [setup](https://docs.run-agent.ai/cli/commands/setup.md), [template](https://docs.run-agent.ai/cli/commands/template.md), [upload](https://docs.run-agent.ai/cli/commands/upload.md), [start](https://docs.run-agent.ai/cli/commands/start.md), [teardown](https://docs.run-agent.ai/cli/commands/teardown.md)\n\n### Configuration & Deployment\n\n- **[Configuration File](https://docs.run-agent.ai/configuration/config-file.md)** - Understanding runagent.config.json\n- **[Project Structure](https://docs.run-agent.ai/configuration/project-structure.md)** - Understanding RunAgent project organization\n- **[Environment Variables](https://docs.run-agent.ai/configuration/environment.md)** - Managing environment variables and secrets\n- **[Local Development](https://docs.run-agent.ai/deployment/local-development.md)** - Running and testing agents locally\n- **[Cloud Deployment](https://docs.run-agent.ai/deployment/cloud-deployment.md)** - Deploy to RunAgent cloud infrastructure\n\n### API Reference\n\n- **[API Introduction](https://docs.run-agent.ai/api-reference/introduction.md)** - RESTful API for interacting with RunAgent\n- **[Authentication](https://docs.run-agent.ai/api-reference/authentication.md)** - API authentication and security\n- **[Rate Limits](https://docs.run-agent.ai/api-reference/rate-limits.md)** - API rate limiting and quotas\n- **[Error Handling](https://docs.run-agent.ai/api-reference/errors.md)** - Understanding and handling API errors\n- **Endpoints**: [Health Check](https://docs.run-agent.ai/api-reference/endpoints/health.md), [Invoke Agent](https://docs.run-agent.ai/api-reference/endpoints/invoke.md), [Stream Agent Response](https://docs.run-agent.ai/api-reference/endpoints/stream.md)\n- **[Webhooks](https://docs.run-agent.ai/api-reference/webhooks.md)** - Receive real-time notifications for agent events\n\n### Resources\n\n- **[Examples](https://docs.run-agent.ai/resources/examples.md)** - Example agents and code snippets\n- **[Troubleshooting Guide](https://docs.run-agent.ai/resources/troubleshooting.md)** - Common issues and solutions\n- **[Frequently Asked Questions](https://docs.run-agent.ai/resources/faq.md)** - Common questions about RunAgent\n\n## \ud83d\uddfa\ufe0f Platform Evolution Roadmap\n\n### \u2705 Foundation (Available Now)\n\nOur current open-source foundation provides everything you need for local development and self-hosting:\n\n- **Cross-Language SDKs**: Python, JavaScript, Rust, and Go SDKs with native streaming\n- **Local Development Server**: Full-featured FastAPI server with hot reload\n- **Framework-Agnostic Support**: Works with LangChain, LangGraph, CrewAI, Letta, Agno, or any Python framework\n- **Pre-Built Templates**: Quick-start templates for popular AI frameworks\n- **Comprehensive CLI**: Complete command-line interface for project management\n- **Real-Time Debugging**: Built-in logging, monitoring, and debugging tools\n- **Production-Ready**: Suitable for self-hosting and enterprise deployments\n\n### \ud83d\udea7 Cloud Platform (Coming Q2 2025)\n\nOur serverless cloud platform will provide effortless scaling and production deployment:\n\n- **One-Command Deployment**: Deploy with `runagent deploy` to auto-scaling infrastructure\n- **Global Edge Network**: Deploy agents across multiple regions for minimal latency\n- **Auto-Scaling**: Scale from zero to thousands of concurrent requests automatically\n- **Built-in Monitoring**: Real-time dashboards, metrics, and alerting\n- **Webhook Integrations**: Event-driven architectures with HTTP callbacks\n- **Team Collaboration**: Shared agents, environment management, and access controls\n- **Usage Analytics**: Detailed insights into agent performance and usage patterns\n- **API Gateway**: Advanced routing, rate limiting, and authentication features\n\n### \ud83d\udd2e Enterprise (Coming 2025)\n\nEnterprise features for organizations requiring advanced security and control:\n\n- **Private Cloud Deployment**: Run RunAgent in your own infrastructure (AWS, GCP, Azure)\n- **Advanced Security**: SOC2 Type II compliance, encryption at rest and in transit\n- **Compliance Features**: GDPR, HIPAA, and industry-specific compliance tools\n- **Role-Based Access Control**: Fine-grained permissions and audit logging\n- **Custom SLAs**: 99.9% uptime guarantees with dedicated support\n- **Custom Runtime Environments**: Specialized containers and security sandboxes\n- **Enterprise Integrations**: SSO, LDAP, and enterprise directory services\n- **Advanced Analytics**: Custom reporting, data export, and business intelligence\n\n---\n\n## \ud83e\udd1d Contributing\n\nWe welcome contributions from the community! RunAgent is built by developers, for developers, and we're excited to have you join us.\n\n### Ways to Contribute\n\n- **Bug Reports**: Found an issue? Report it on [GitHub Issues](https://github.com/runagent-dev/runagent/issues)\n- **Feature Requests**: Have an idea? Share it in [GitHub Discussions](https://github.com/runagent-dev/runagent/discussions)\n- **Code Contributions**: Submit pull requests for bug fixes or new features\n- **Documentation**: Help improve our guides, examples, and API documentation\n- **Community Support**: Help other developers in Discord and GitHub discussions\n- **SDK Development**: Contribute to existing SDKs or help build new language support\n\n### Development Setup\n\n```bash\n# Clone the repository\ngit clone https://github.com/runagent-dev/runagent.git\ncd runagent\n\n# Install development dependencies\npip install -e \".[dev]\"\n\n# Run tests\npytest\n\n# Format code\nblack runagent tests\n\n# Run linting\nflake8 runagent tests\n\n# Type checking\nmypy runagent\n```\n\n### Contribution Guidelines\n\n- Follow our [Code of Conduct](CODE_OF_CONDUCT.md)\n- Write tests for new features and bug fixes\n- Follow existing code style and conventions\n- Update documentation for any user-facing changes\n- Add appropriate type hints for Python code\n\nSee our detailed [Contributing Guide](CONTRIBUTING.md) for more information.\n\n## \ud83d\udcac Community & Support\n\nJoin our growing community of AI developers and get support from both the team and fellow users:\n\n### Community Channels\n\n- **[Discord Community](https://discord.gg/Q9P9AdHVHz)** - Real-time chat with developers, get help, and share projects\n- **[GitHub Discussions](https://github.com/runagent-dev/runagent/discussions)** - Ask questions, share ideas, and discuss features\n- **[Twitter](https://twitter.com/run_agent)** - Follow for updates, announcements, and AI development tips\n- **[Blog](https://run-agent.ai/blog)** - In-depth tutorials, best practices, and case studies\n\n### Getting Help\n\n- **Technical Issues**: Check our [Troubleshooting Guide](https://docs.run-agent.ai/resources/troubleshooting.md) first\n- **General Questions**: Browse our [FAQ](https://docs.run-agent.ai/resources/faq.md)\n- **Community Support**: Ask in Discord or GitHub Discussions\n- **Bug Reports**: Create an issue on GitHub with detailed reproduction steps\n\n### Stay Updated\n\n- **GitHub Releases**: Watch our repository for new releases and features\n- **Newsletter**: Subscribe on our website for monthly updates and tutorials\n- **Social Media**: Follow us on Twitter for daily updates and community highlights\n\n## \ud83d\udcc4 License\n\nRunAgent is licensed under the Elastic License 2.0 (ELv2).\nWhat this means:\n\n\u2705 Free to use for development, testing, and production<br>\n\u2705 Modify and distribute as needed<br>\n\u2705 Commercial use in your applications<br>\n\u274c Cannot offer RunAgent as a managed service without permission<br>\n\nThis license ensures RunAgent remains freely available while protecting against unfair competition from cloud providers.\nSee the LICENSE file for complete terms.\n\n## \ud83d\ude4f Acknowledgments\n\nRunAgent stands on the shoulders of giants. We're grateful to the entire AI and open-source community, especially:\n\n### Core Technologies\n\n- **[FastAPI](https://fastapi.tiangolo.com/)** - For the blazingly fast API framework that powers our local server\n- **[Pydantic](https://pydantic-docs.helpmanual.io/)** - For data validation and serialization\n- **[Uvicorn](https://www.uvicorn.org/)** - For the lightning-fast ASGI server\n\n### AI Framework Communities\n\n- **[LangChain](https://langchain.com/)** and **[LangGraph](https://langchain-ai.github.io/langgraph/)** - For pioneering AI agent frameworks\n- **[LlamaIndex](https://llamaindex.ai/)** - For advancing RAG and knowledge-based AI systems\n- **[CrewAI](https://crewai.com/)** - For multi-agent system innovations\n- **[Letta](https://letta.ai/)** - For advancing memory-enabled conversational AI\n\n### Open Source Inspiration\n\n- **[Vercel](https://vercel.com/)** - For inspiration in developer experience and deployment simplicity\n- **[Supabase](https://supabase.com/)** - For demonstrating the power of open-source alternatives\n- **[Hugging Face](https://huggingface.co/)** - For democratizing AI and fostering community\n\n### Our Community\n\n- **Contributors** - Everyone who has submitted code, documentation, or bug reports\n- **Early Adopters** - Beta users who provided feedback and shaped our roadmap\n- **Discord Community** - Active members who help each other and improve RunAgent\n- **Framework Maintainers** - Teams behind the AI frameworks we support\n\n### Special Thanks\n\n- All the developers building amazing AI applications with RunAgent\n- The broader Python and AI communities for continuous innovation\n- Everyone who believes in making AI development more accessible\n\n---\n\n<p align=\"center\">\n <strong>Ready to build universal AI agents?</strong>\n</p>\n\n<p align=\"center\">\n <a href=\"https://docs.run-agent.ai\">\n <img src=\"https://img.shields.io/badge/Get%20Started-Local%20Development-blue?style=for-the-badge\" alt=\"Get Started Local\">\n </a>\n <a href=\"https://run-agent.ai\">\n <img src=\"https://img.shields.io/badge/Join%20Waitlist-Cloud%20Platform-green?style=for-the-badge\" alt=\"Join Cloud Waitlist\">\n </a>\n</p>\n\n<p align=\"center\">\n <a href=\"https://github.com/runagent-dev/runagent\">\ud83c\udf1f Star us on GitHub</a> \u2022\n <a href=\"https://discord.gg/runagent\">\ud83d\udcac Join Discord</a> \u2022\n <a href=\"https://docs.run-agent.ai\">\ud83d\udcda Read the Docs</a>\n</p>\n\n \n\n<p align=\"center\">\n Made with \u2764\ufe0f by the RunAgent Team\n</p>\n",
"bugtrack_url": null,
"license": null,
"summary": "A command-line tool and SDK for deploying, managing, and interacting with AI agents",
"version": "0.1.20",
"project_urls": {
"Changelog": "https://github.com/runagent-dev/runagent/blob/main/CHANGELOG.md",
"Discord": "https://discord.gg/runagent",
"Documentation": "https://docs.runagent.live",
"Funding": "https://github.com/sponsors/runagent-dev",
"Homepage": "https://github.com/runagent-dev/runagent",
"Issues": "https://github.com/runagent-dev/runagent/issues",
"Repository": "https://github.com/runagent-dev/runagent.git"
},
"split_keywords": [
"agents",
" ai",
" automation",
" cli",
" langchain",
" langgraph",
" llm",
" sdk"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "debaa0bcc9a52e9a7fcd107335ac9abf937d92a6c58d83b35da6d721ad27dbf3",
"md5": "e38cdf76c04e7ed1d5471280cbd07469",
"sha256": "65c5a27c38ec6fc369c120ebadcdd554899d65906cf864fd0b301c17a697152a"
},
"downloads": -1,
"filename": "runagent-0.1.20-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e38cdf76c04e7ed1d5471280cbd07469",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 112942,
"upload_time": "2025-08-29T15:13:25",
"upload_time_iso_8601": "2025-08-29T15:13:25.257487Z",
"url": "https://files.pythonhosted.org/packages/de/ba/a0bcc9a52e9a7fcd107335ac9abf937d92a6c58d83b35da6d721ad27dbf3/runagent-0.1.20-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1e24dc3944bec34e2c003d60b062c00b9f8f03e2909ff85ecc78f473eb5611c6",
"md5": "8d52625e0ce716787fe685c0463b0584",
"sha256": "73416f6405d937f001343249d5ca091f0735a5dbcdedc76e8a9c340ed2223478"
},
"downloads": -1,
"filename": "runagent-0.1.20.tar.gz",
"has_sig": false,
"md5_digest": "8d52625e0ce716787fe685c0463b0584",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 9779703,
"upload_time": "2025-08-29T15:13:27",
"upload_time_iso_8601": "2025-08-29T15:13:27.252879Z",
"url": "https://files.pythonhosted.org/packages/1e/24/dc3944bec34e2c003d60b062c00b9f8f03e2909ff85ecc78f473eb5611c6/runagent-0.1.20.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-29 15:13:27",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "runagent-dev",
"github_project": "runagent",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "runagent"
}