OpenBot

OpenBot

Open-source AI colleagues, each with their own browser, files, and tools.

MCPOfficeOpen source
Type
MCP
Open source
Yes
GitHub Stars
★ 2.9k
Source
mcp-github

Overview

OpenBot is an open-source AI colleague platform where each AI colleague has its own computing environment, including a browser, files, and tools. All actions are decided in advance and recorded after execution. Users can integrate any AG-UI agent and manage them through the OpenBot platform. Suitable for enterprises and individuals looking to integrate AI assistants into their daily workflows. Deployment via Docker Compose, data stored in PostgreSQL, and models provided by administrators.

Capabilities

  • Each AI colleague has an independent browser and file system
  • All actions are pre-decided and recorded
  • Supports AG-UI agents built with various frameworks
  • Runs on local infrastructure

Use cases

Automation of daily work tasksInternal enterprise knowledge queriesRisk and compliance analysis

Setup

Requires: DockerBun 1.3+CopilotKit Intelligence项目和许可证模型API Key
1. Create .env file: `cp .env.example .env`
2. Obtain CopilotKit Intelligence credentials:
   ```sh
   npx --yes copilotkit@latest login
   npx --yes copilotkit@latest project select
   npx --yes copilotkit@latest license --write
   ```

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

What AI frameworks does OpenBot support?

Supports LangGraph, Mastra, CrewAI, Pydantic AI, Google ADK, and more.

How do I deploy OpenBot?

Deploy using Docker Compose; see the documentation for detailed steps.

Related skills