Reve AI
리소스 마켓
MCP개발무료

casibase

⚡️AI Cloud OS: Open-source enterprise-level AI knowledge base and MCP (model-context-protocol)/A2A (agent-to-agent) management platform with admin UI, user management and Single-Sign-On⚡️, supports ChatGPT, Claude, Llama, Ollama, HuggingFace, etc., chat bot demo: https://ai.casibase.com, admin UI demo: https://ai-admin.casibase.com

5.1k

Next-generation personal AI assistant powered by LLM, RAG and agent loops Supporting computer-use, browser-use and coding agent


✨ Overview

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.

📊 Usage Analytics📋 Activity Monitoring
Usage AnalyticsActivity Monitoring
🛠️ Tool Management🔍 Detailed Logs
Tool ManagementDetailed Logs

📝 Note: Screenshots above showcase the built-in admin dashboard.


🚀 Online Demo

🌐 EnvironmentURL💡 Notes
Live Previewhttps://demo.openagentai.orgRead-only tour — no account needed
Playgroundhttps://try.openagentai.orgMake changes freely — data resets every 5 minutes

📦 Quick Start

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.

macOS / Linux / WSL

curl -fsSL --proto '=https' --tlsv1.2 \
  https://raw.githubusercontent.com/the-open-agent/openagent/master/scripts/install.sh | bash

Windows (PowerShell)

irm https://raw.githubusercontent.com/the-open-agent/openagent/master/scripts/install.ps1 | iex

Then open http://localhost:14000.

💡 Optional environment variables: OPENAGENT_VERSION, INSTALL_DIR, BIN_DIR.

🛠️ Build from Source

# Backend
go build

# Frontend
cd web && yarn install && yarn start

🌟 Highlights

🔄 Agent Loops

FeatureDescription
🌐 Browser-UseDrive a real browser: navigate, click, fill forms, scrape, and screenshot pages
🔎 Web Search & FetchSearch the web and pull page content directly into the agent's context
💻 Shell ExecutionRun shell commands and scripts from within the agent loop
📄 Office AutomationRead and write Word, Excel, and PowerPoint files
🔌 MCP (Model Context Protocol)Connect any MCP-compatible server over SSE, Stdio, or StreamableHTTP and expose its tools to the agent
👁️ Transparent Tool CallsSee exactly which tool was invoked, with what arguments, and what it returned, step by step

📚 RAG & Knowledge Base

FeatureDescription
📤 Document IngestionUpload PDFs, Word docs, Excel sheets, and more; they are chunked, embedded, and indexed automatically
🔍 Semantic SearchEvery chat retrieves the most relevant passages from your knowledge base before the LLM responds
🔗 Pluggable Embedding ProvidersOpenAI, Azure, Gemini, Qwen, Cohere, Jina, HuggingFace, local models, and more
🗂️ Per-Store IsolationOrganise knowledge into separate stores and assign them to individual chats or applications

🤖 30+ Model Providers


GitHub에서 전체 내용 보기