casibase
AI 클라우드 OS. 관리자 UI, 사용자 관리, 싱글 사인온을 갖춘 오픈소스 엔터프라이즈급 AI 지식 베이스이자 MCP·A2A 관리 플랫폼입니다. ChatGPT, Claude, Llama, Ollama, HuggingFace 등을 지원합니다.
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 |
|---|---|
![]() | ![]() |
| 🛠️ Tool Management | 🔍 Detailed Logs |
![]() | ![]() |
📝 Note: Screenshots above showcase the built-in admin dashboard.
🚀 Online Demo
| 🌐 Environment | URL | 💡 Notes |
|---|---|---|
| Live Preview | https://demo.openagentai.org | Read-only tour — no account needed |
| Playground | https://try.openagentai.org | Make 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.
🔧 Install Binary (Recommended)
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
| Feature | Description |
|---|---|
| 🌐 Browser-Use | Drive a real browser: navigate, click, fill forms, scrape, and screenshot pages |
| 🔎 Web Search & Fetch | Search the web and pull page content directly into the agent's context |
| 💻 Shell Execution | Run shell commands and scripts from within the agent loop |
| 📄 Office Automation | Read 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 Calls | See exactly which tool was invoked, with what arguments, and what it returned, step by step |
📚 RAG & Knowledge Base
| Feature | Description |
|---|---|
| 📤 Document Ingestion | Upload PDFs, Word docs, Excel sheets, and more; they are chunked, embedded, and indexed automatically |
| 🔍 Semantic Search | Every chat retrieves the most relevant passages from your knowledge base before the LLM responds |
| 🔗 Pluggable Embedding Providers | OpenAI, Azure, Gemini, Qwen, Cohere, Jina, HuggingFace, local models, and more |
| 🗂️ Per-Store Isolation | Organise knowledge into separate stores and assign them to individual chats or applications |
🤖 30+ Model Providers
같은 카테고리 다른 리소스
Next.js
React 기반 풀스택 프레임워크. App Router와 서버 컴포넌트(RSC)가 사실상 표준이며, SSR·SSG·ISR을 한 프로젝트 안에서 다룬다.
shadcn/ui
복사·붙여넣기 방식의 React 컴포넌트 모음. npm 의존성이 아닌 코드 소유권 모델이라 커스터마이징이 자유롭다.
Supabase
PostgreSQL 기반 BaaS. Auth · Realtime · Storage · Edge Functions 통합.
Anthropic MCP
Claude가 외부 도구/데이터에 접근하도록 해주는 프로토콜 표준. 생태계의 근간.



