An open-source AI-native operating system to define, organize, and run intelligent agent teams
# Wegent
> ๐ An open-source AI-native operating system to define, organize, and run intelligent agent teams
English | [็ฎไฝไธญๆ](README_zh.md)
[](https://python.org)
[](https://fastapi.tiangolo.com)
[](https://nextjs.org)
[](https://docker.com)
[](https://claude.ai)
[](https://ai.google.dev)
[](https://github.com/wecode-ai/wegent/releases)
<div align="center">
[Quick Start](#-quick-start) ยท [Documentation](https://wecode-ai.github.io/wegent-docs/) ยท [Development Guide](https://wecode-ai.github.io/wegent-docs/docs/category/developer-guide)
</div>
---
## ๐๏ธ Architecture Overview
```mermaid
graph TB
subgraph Access["Entry Layer"]
direction TB
Web["๐ Web"]
IM["๐ฌ IM Tools"]
API["๐ API"]
end
subgraph Features["Feature Layer"]
direction TB
Chat["๐ฌ Chat"]
Code["๐ป Coding"]
Feed["๐ก Feed"]
Knowledge["๐ Knowledge"]
end
subgraph Agents["Agent Layer"]
direction TB
ChatShell["๐ฃ๏ธ Wegent Chat"]
ClaudeCode["๐ง Claude Code"]
Agno["๐ค Agno"]
Dify["โจ Dify"]
end
subgraph Execution["Execution Environment"]
direction TB
Docker["๐ณ Agent Sandbox"]
Cloud["โ๏ธ Cloud Device"]
Local["๐ป Local Device"]
end
Access --> Features
Features --> Agents
Agents --> Execution
```
---
## โจ Core Features
### ๐ฌ Chat Agent
<img src="https://github.com/user-attachments/assets/677abce3-bd3f-4064-bdab-e247b142c22f" width="100%" alt="Chat Mode Demo"/>
A fully open-Google's AI-powered research notebook that ingests your documents and becomes an expert on your content. Generates audio overviews, study guides, FAQs, and interactive discussions from uploaded sources.
Google DeepMind's experimental AI agent that can navigate websites, fill forms, and complete multi-step browser tasks autonomously. Uses Gemini's multimodal understanding to interact with web interfaces.
Google DeepMind's universal AI assistant prototype that can see, hear, and respond in real-time through your device camera and microphone. Demonstrates the future of multimodal AI interaction.
Google Cloud's enterprise platform for building, deploying, and managing AI agents powered by Gemini. Supports multi-agent orchestration, tool integration, and enterprise governance.
Gemini's agentic research capability that autonomously browses the web, synthesizes information from dozens of sources, and produces comprehensive research reports on any topic.
Interactive coding and content creation agent that generates, previews, and iterates on code, documents, and interactive applications in a side panel. Supports HTML/CSS/JS, Python, and more.