You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenAgent is an open-source personal AI assistant that brings together powerful LLMs, your own knowledge base, and autonomous agent loops — all in one self-hostable platform. Connect any model provider, build a RAG knowledge base from your documents, and let agents browse the web, run code, and call any MCP-compatible tool on your behalf.
> 📝 **Note:** Screenshots above showcase the built-in admin dashboard.
50
-
51
45
---
52
46
53
-
## 🚀 Online Demo
54
-
55
-
| 🌐 Environment | URL | 💡 Notes |
56
-
|:---|:---|:---|
57
-
|**Live Preview**|https://demo.openagentai.org| Read-only tour — no account needed |
58
-
|**Playground**|https://try.openagentai.org| Make changes freely — data resets every 5 minutes |
47
+
## Quick Start
59
48
60
-
---
61
-
62
-
## 📦 Quick Start
63
-
64
-
Pre-built binaries are available for **Linux**, **macOS**, and **Windows** (`amd64` / `arm64`). The install script downloads the latest release, installs it, and starts the server on **port 14000**.
65
-
66
-
### 🔧 Install Binary (Recommended)
49
+
Pre-built binaries for **Linux**, **macOS**, and **Windows** (`amd64` / `arm64`). The installer downloads the latest release and starts OpenAgent on **port 14000**.
|🎨 **Visual Workflow Builder**| Compose multi-step pipelines with a BPMN-style editor |
131
-
|🔀 **Conditional & Parallel Execution**| Branch on gateway conditions and run tasks concurrently |
132
-
|⏰ **Task Scheduling**|Run workflows or agent jobs on a recurring schedule |
133
-
|📊 **Usage Analytics**| Track token consumption and cost per provider, model, and user |
123
+
|**Visual Workflow Builder**| Compose multi-step pipelines with a BPMN-style drag-and-drop editor |
124
+
|**Conditional & Parallel Execution**| Branch on gateway conditions; run independent tasks concurrently |
125
+
|**Task Scheduling**|Trigger workflows or agent jobs on a recurring schedule |
126
+
|**Usage Analytics**| Track token consumption and cost per provider, model, and user |
134
127
135
-
### 🏗️ Platform Features
128
+
---
129
+
130
+
### 🏗️ Enterprise Platform
136
131
137
-
|Feature| Description |
132
+
|Capability| Description |
138
133
|:---|:---|
139
-
| 🔐 **Single Sign-On**| OIDC / OAuth2 / LDAP / SAML via the integrated auth layer |
140
-
| 🏢 **Multi-tenant**| Separate workspaces per user or organisation |
141
-
| 🌐 **REST API + Swagger UI**| Every feature is accessible programmatically |
142
-
| 📋 **Audit Logs**| Full activity history for every action |
143
-
| 🗄️ **File & Video Management**| Built-in storage for files, images, and video content |
134
+
|**Single Sign-On**| OIDC / OAuth2 / LDAP / SAML via the integrated Casdoor auth layer |
135
+
|**Multi-tenancy**| Isolated workspaces per user or organisation |
136
+
|**REST API + Swagger UI**| Every feature is accessible programmatically |
137
+
|**Audit Logs**| Full activity history for every action |
138
+
|**File & Media Management**| Built-in storage for files, images, and video content |
139
+
140
+
---
144
141
145
-
### 📈 Admin Dashboard
142
+
### 📊 Admin Dashboard
146
143
147
-
|Feature|Description|
144
+
|Panel|What you get|
148
145
|:---|:---|
149
-
| 📊 **Usage Statistics**| Comprehensive metrics covering applications, users, chats, messages, tokens, and estimated cost with interactive charts and heatmaps |
150
-
| 📋 **Activity Monitoring**| Real-time visualization of system operations with success/error tracking, operation-type pie charts, and trend analysis |
151
-
| 🛠️ **Tool Management**| Centralised management of all agent tools — browser-use, GUI automation, office, shell, web search, and more — with full CRUD control |
152
-
| 🔍 **Detailed Request Logs**| Inspect complete request/response payloads with JSON formatting, filtering, and debugging capabilities for every API call |
146
+
|**Usage Statistics**| Token & cost metrics per app, user, and model — with interactive charts and heatmaps |
147
+
|**Activity Monitoring**| Real-time system operations with success/error rates, operation-type breakdowns, and trends |
148
+
|**Tool Management**| Centralised CRUD for all agent tools: browser, shell, office, web search, and more |
149
+
|**Request Logs**| Full request/response payloads with JSON formatting, filtering, and debugging |
150
+
151
+
---
152
+
153
+
## Online Demo
154
+
155
+
| Environment | URL | Notes |
156
+
|:---|:---|:---|
157
+
|**Live Preview**|https://demo.openagentai.org| Read-only tour — no account needed |
158
+
|**Playground**|https://try.openagentai.org| Make changes freely — data resets every 5 minutes |
0 commit comments