OpenAgent

Active
GitHub Go Apache-2.0

Description

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

Key Features

  • Support for 30+ model providers, switchable per conversation without code changes
  • Autonomous agent loops: browser automation, web search, shell execution and Office automation
  • MCP-compatible integration with any MCP server (SSE/Stdio/StreamableHTTP)
  • RAG knowledge base with auto-chunked document embedding and semantic search
  • Single binary distribution with no runtime dependencies, ready to use out of the box
  • Visual workflow builder with conditional branching, parallel execution and task scheduling

Use Cases

πŸ’‘ Personal AI assistant integrating multiple LLMs for chat, search, code execution and more
πŸ’‘ Enterprise knowledge Q&A systems providing precise answers from document RAG
πŸ’‘ Browser automation tasks such as form filling, web scraping and data collection
πŸ’‘ Extend agent capabilities by integrating third-party tools via MCP

Quick Start

Run curl -fsSL https://raw.githubusercontent.com/the-open-agent/openagent/master/scripts/install.sh | bash then open http://localhost:14000. Also supports Docker and building from source (Go 1.25+, Node.js 20+).

Related Projects