{"id":35743781,"url":"https://github.com/wecode-ai/wegent","last_synced_at":"2026-04-01T18:16:32.355Z","repository":{"id":332048877,"uuid":"1131734767","full_name":"wecode-ai/Wegent","owner":"wecode-ai","description":"An open-source AI-native operating system to define, organize, and run intelligent agent teams","archived":false,"fork":false,"pushed_at":"2026-01-31T17:50:37.000Z","size":30737,"stargazers_count":289,"open_issues_count":59,"forks_count":33,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-31T20:41:38.489Z","etag":null,"topics":["agent","ai","chatbot","chatgpt","claude-code","gemini","llm","notebooklm"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wecode-ai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-01-10T15:42:57.000Z","updated_at":"2026-01-31T18:27:22.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/wecode-ai/Wegent","commit_stats":null,"previous_names":["wecode-ai/wegent"],"tags_count":48,"template":false,"template_full_name":null,"purl":"pkg:github/wecode-ai/Wegent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wecode-ai%2FWegent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wecode-ai%2FWegent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wecode-ai%2FWegent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wecode-ai%2FWegent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wecode-ai","download_url":"https://codeload.github.com/wecode-ai/Wegent/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wecode-ai%2FWegent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29084088,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T03:31:03.593Z","status":"ssl_error","status_checked_at":"2026-02-04T03:29:50.742Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent","ai","chatbot","chatgpt","claude-code","gemini","llm","notebooklm"],"created_at":"2026-01-06T16:21:36.169Z","updated_at":"2026-04-01T18:16:32.332Z","avatar_url":"https://github.com/wecode-ai.png","language":"Python","funding_links":[],"categories":["The latest additions 🎉"],"sub_categories":[],"readme":"# Wegent\n\n\u003e 🚀 An open-source AI-native operating system to define, organize, and run intelligent agent teams\n\nEnglish | [简体中文](README_zh.md)\n\n[![Python](https://img.shields.io/badge/python-3.10+-blue.svg)](https://python.org)\n[![FastAPI](https://img.shields.io/badge/FastAPI-0.68+-green.svg)](https://fastapi.tiangolo.com)\n[![Next.js](https://img.shields.io/badge/Next.js-15+-black.svg)](https://nextjs.org)\n[![Docker](https://img.shields.io/badge/docker-ready-blue.svg)](https://docker.com)\n[![Claude](https://img.shields.io/badge/Claude-Code-orange.svg)](https://claude.ai)\n[![Gemini](https://img.shields.io/badge/Gemini-supported-4285F4.svg)](https://ai.google.dev)\n[![Version](https://img.shields.io/badge/version-1.0.20-brightgreen.svg)](https://github.com/wecode-ai/wegent/releases)\n\n\u003cdiv align=\"center\"\u003e\n\n\n\n\n[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)\n\n\u003c/div\u003e\n\n---\n\n## 🏗️ Architecture Overview\n\n```mermaid\ngraph TB\n    subgraph Access[\"Entry Layer\"]\n        direction TB\n        Web[\"🌐 Web\"]\n        IM[\"💬 IM Tools\"]\n        API[\"🔌 API\"]\n    end\n\n    subgraph Features[\"Feature Layer\"]\n        direction TB\n        Chat[\"💬 Chat\"]\n        Code[\"💻 Coding\"]\n        Feed[\"📡 Feed\"]\n        Knowledge[\"📚 Knowledge\"]\n    end\n\n    subgraph Agents[\"Agent Layer\"]\n        direction TB\n        ChatShell[\"🗣️ Wegent Chat\"]\n        ClaudeCode[\"🧠 Claude Code\"]\n        Agno[\"🤝 Agno\"]\n        Dify[\"✨ Dify\"]\n    end\n\n    subgraph Execution[\"Execution Environment\"]\n        direction TB\n        Docker[\"🐳 Agent Sandbox\"]\n        Cloud[\"☁️ Cloud Device\"]\n        Local[\"💻 Local Device\"]\n    end\n\n    Access --\u003e Features\n    Features --\u003e Agents\n    Agents --\u003e Execution\n```\n\n---\n\n## ✨ Core Features\n\n### 💬 Chat Agent\n\u003cimg src=\"https://github.com/user-attachments/assets/677abce3-bd3f-4064-bdab-e247b142c22f\" width=\"100%\" alt=\"Chat Mode Demo\"/\u003e\nA fully open-source chat agent with powerful capabilities:\n\n- **Multi-Model Support**: Compatible with Claude, OpenAI, Gemini, DeepSeek, GLM and other mainstream models\n- **Conversation History**: Create new conversations, multi-turn dialogues, save and share chat history\n- **Group Chat**: AI group chat where AI responds based on conversation context with @mentions\n- **Attachment Parsing**: Send txt, pdf, ppt, doc, images and other file formats in single/group chats\n- **Follow-up Mode**: AI asks clarifying questions to help refine your requirements\n- **Error Correction Mode**: Multiple AI models automatically detect and correct response errors\n- **Long-term Memory**: Supports mem0 integration for conversation memory persistence\n- **Sandbox Execution**: Execute commands or modify files via sandbox, E2B protocol compatible\n- **Extensions**: Customize prompts, MCP tools and Skills (includes chart drawing skill)\n\n### 💻 Code Agent\n\u003cimg src=\"https://github.com/user-attachments/assets/cc25c415-d3f1-4e9f-a64c-1d2614d69c7d\" width=\"100%\" alt=\"Code Mode Demo\"/\u003e\n\nA cloud-based Claude Code execution engine:\n\n- **Multi-Model Configuration**: Configure various Claude-compatible models\n- **Concurrent Execution**: Run multiple coding tasks simultaneously in the cloud\n- **Requirement Clarification**: AI analyzes code and asks questions to generate specification documents\n- **Git Integration**: Integrate with GitHub/GitLab/Gitea/Gerrit to clone, modify and create PRs\n- **MCP/Skill Support**: Configure MCP tools and Skills for agents\n- **Multi-turn Conversations**: Continue conversations with follow-up questions\n\n### 📡 AI Feed\n\u003cimg src=\"https://github.com/user-attachments/assets/6680c33a-f4ba-4ef2-aa8c-e7a53bd003dc\" width=\"100%\" alt=\"Feed Demo\"/\u003e\n\nA cloud-based AI task trigger system:\n\n- **Full Capability Access**: Tasks can use all Chat and Code mode capabilities\n- **Scheduled/Event Triggers**: Set up cron schedules or event-based AI task execution\n- **Information Feed**: Display AI-generated content as an information stream\n- **Event Filtering**: Filter conditions like \"only notify me if it will rain tomorrow\"\n\n### 📚 AI Knowledge\n\u003cimg src=\"https://github.com/user-attachments/assets/2b210d33-2569-4bc9-acac-e163de4e12a5\" width=\"100%\" alt=\"Knowledge Demo\"/\u003e\n\nA cloud-based AI document repository:\n\n- **Document Management**: Upload and manage txt/doc/ppt/xls and other document formats\n- **Web Import**: Import web pages and DingTalk multi-dimensional tables\n- **NotebookLM Mode**: Select documents directly in notebooks for Q\u0026A\n- **Online Editing**: Edit text files directly in notebook mode\n- **Chat Integration**: Reference knowledge bases in single/group chats for AI responses\n\n### 🖥️ AI Device\n\u003cimg src=\"https://github.com/user-attachments/assets/ead0cc30-b3a4-4eb6-a6dd-77ffcbd72238\" width=\"100%\" alt=\"AI Device Demo\"/\u003e\n\nRun AI tasks on your local machine with full control:\n\n- **Local Executor**: Install and run the Wegent executor on your own device\n- **Multi-Device Management**: Register and manage multiple local devices\n- **Default Device**: Set a preferred device for quick task execution\n- **Secure Connection**: Connect to Wegent backend via authenticated WebSocket\n\n### 💬 IM Integration\n\nIntegrate AI agents into your favorite IM tools:\n\n- **DingTalk Bot**: Deploy agents as DingTalk bots for team collaboration\n- **Telegram Bot**: Connect agents to Telegram for personal or group chats\n\n### 🔧 Customization\n\nAll features above are fully customizable:\n\n- **Custom Agents**: Create custom agents in the web UI, configure prompts, MCP, Skills and multi-agent collaboration\n- **Agent Creation Wizard**: 4-step creation: Describe requirements → AI asks questions → Real-time fine-tuning → One-click create\n- **Organization Management**: Create and join groups, share agents, models, Skills within groups\n\n---\n\n## 🔧 Extensibility\n- **Agent Creation Wizard**: 4-step creation: Describe requirements → AI asks questions → Real-time fine-tuning → One-click create\n- **Collaboration Modes**: 4 out-of-the-box multi-Agent collaboration modes (Sequential/Parallel/Router/Loop)\n- **Skill Support**: Dynamically load skill packages to improve Token efficiency\n- **MCP Tools**: Model Context Protocol for calling external tools and services\n- **Execution Engines**: ClaudeCode / Agno sandboxed isolation, Dify API proxy, Chat direct mode\n- **YAML Config**: Kubernetes-style CRD for defining Ghost / Bot / Team / Skill\n- **API**: OpenAI-compatible interface for easy integration with other systems\n\n---\n\n## 🚀 Quick Start\n\n**One command to start:**\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/wecode-ai/Wegent/main/install.sh | bash\n```\n\nThen open http://localhost:3000 in your browser.\n\n### Other Deployment Options\n\n| Mode | Description |\n|------|-------------|\n| **Standalone** (default) | Single container, SQLite, recommended for most users |\n| **Standard** | Multi-container, MySQL, for production |\n| **Development** | Hot reload, for developers |\n\n```bash\n# Standard mode (multi-container with MySQL)\ncurl -fsSL https://raw.githubusercontent.com/wecode-ai/Wegent/main/install.sh | bash -s -- --standard\n\n# Development mode (from source, with hot reload)\ngit clone https://github.com/wecode-ai/Wegent.git \u0026\u0026 cd Wegent \u0026\u0026 ./start.sh\n```\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003e🔧 Common Commands\u003c/b\u003e\u003c/summary\u003e\n\n```bash\n# Standalone mode (single container)\ndocker logs -f wegent-standalone      # View logs\ndocker stop wegent-standalone         # Stop\ndocker start wegent-standalone        # Start\ndocker restart wegent-standalone      # Restart\n\n# Standard mode (multi-container)\ndocker compose logs -f   # View logs\ndocker compose down      # Stop\ndocker compose up -d     # Start\n\n# Development mode\n./start.sh --status      # Check status\n./start.sh --stop        # Stop\n./start.sh --restart     # Restart\n```\n\n\u003c/details\u003e\n\n\u003e 📖 See [Standalone Mode Documentation](docs/en/deployment/standalone-mode.md) for details.\n\n---\n\n## 📦 Built-in Agents\n\n| Team | Purpose |\n|------|---------|\n| chat-team | General AI assistant + Mermaid diagrams |\n| translator | Multi-language translation |\n| dev-team | Git workflow: branch → code → commit → PR |\n| wiki-team | Codebase Wiki documentation generation |\n\n---\n\n## 🤝 Contributing\n\nWe welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for details.\n\n## 📞 Support\n\n- 🐛 Issues: [GitHub Issues](https://github.com/wecode-ai/wegent/issues)\n- 💬 Discord: [Join our community](https://discord.gg/MVzJzyqEUp)\n\n## 👥 Contributors\n\nThanks to the following developers for their contributions and efforts to make this project better. 💪\n\n\u003c!-- readme: contributors -start --\u003e\n\u003ctable\u003e\n\u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/qdaxb\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/4157870?v=4\" width=\"80;\" alt=\"qdaxb\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003eAxb\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/feifei325\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/46489071?v=4\" width=\"80;\" alt=\"feifei325\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003eFeifei\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/Micro66\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/27556103?v=4\" width=\"80;\" alt=\"Micro66\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003eMicroLee\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/cc-yafei\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/78540184?v=4\" width=\"80;\" alt=\"cc-yafei\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003eYaFei Liu\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/FicoHu\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/19767574?v=4\" width=\"80;\" alt=\"FicoHu\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003eFicoHu\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/kissghosts\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/3409715?v=4\" width=\"80;\" alt=\"kissghosts\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003eYanhe\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/johnny0120\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/15564476?v=4\" width=\"80;\" alt=\"johnny0120\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003eJohnny0120\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/yixiangxx\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/3120662?v=4\" width=\"80;\" alt=\"yixiangxx\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003eYi Xiang\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\u003c/tr\u003e\n\u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/joyway1978\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/184585080?v=4\" width=\"80;\" alt=\"joyway1978\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003eJoyway78\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/parabala\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/115564000?v=4\" width=\"80;\" alt=\"parabala\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003eParabala\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/moqimoqidea\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/39821951?v=4\" width=\"80;\" alt=\"moqimoqidea\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003eMoqimoqidea\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/icycrystal4\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/946207?v=4\" width=\"80;\" alt=\"icycrystal4\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003eIcycrystal4\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/2561056571\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/112464849?v=4\" width=\"80;\" alt=\"2561056571\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003eXuemin\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/fengkuizhi\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/3616484?v=4\" width=\"80;\" alt=\"fengkuizhi\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003eFengkuizhi\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/kerwin612\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/3371163?v=4\" width=\"80;\" alt=\"kerwin612\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003eKerwin Bryant\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/maquan0927\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/40860588?v=4\" width=\"80;\" alt=\"maquan0927\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003eJust Quan\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\u003c/tr\u003e\n\u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/junbaor\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/10198622?v=4\" width=\"80;\" alt=\"junbaor\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003eJunbaor\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/fingki\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/11422037?v=4\" width=\"80;\" alt=\"fingki\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003eFingki\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/flyhope\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/5442948?v=4\" width=\"80;\" alt=\"flyhope\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003e李枨煊\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/jolestar\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/77268?v=4\" width=\"80;\" alt=\"jolestar\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003eJolestar\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/haosenwang1018\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/167664334?v=4\" width=\"80;\" alt=\"haosenwang1018\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003eSense_wang\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/LiDaiyan\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/36092701?v=4\" width=\"80;\" alt=\"LiDaiyan\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003eLi Daiyan\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/qwertyerge\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/13088125?v=4\" width=\"80;\" alt=\"qwertyerge\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003eErdawang\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/sunnights\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/1886887?v=4\" width=\"80;\" alt=\"sunnights\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003eJake Zhang\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\u003c/tr\u003e\n\u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/DeadLion\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/2594907?v=4\" width=\"80;\" alt=\"DeadLion\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003eJasper Zhong\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/rayzhang0603\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/2917437?v=4\" width=\"80;\" alt=\"rayzhang0603\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003eRay\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/RichardoMrMu\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/44485717?v=4\" width=\"80;\" alt=\"RichardoMrMu\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003eRichardoMu\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/Ged0\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/4569451?v=4\" width=\"80;\" alt=\"Ged0\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003e_\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/andrewzq777\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/223815624?v=4\" width=\"80;\" alt=\"andrewzq777\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003eAndrewzq777\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/code-wangdi\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/11024395?v=4\" width=\"80;\" alt=\"code-wangdi\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003ecode-wangdi\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/graindt\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/3962041?v=4\" width=\"80;\" alt=\"graindt\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003eGraindt\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/qingchengliu\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/20255838?v=4\" width=\"80;\" alt=\"qingchengliu\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003eQingcheng\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\u003c/tr\u003e\n\u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/salt-hai\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/43851000?v=4\" width=\"80;\" alt=\"salt-hai\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003eSalt-hai\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/wxcfox\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/33141411?v=4\" width=\"80;\" alt=\"wxcfox\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003eWxcfox\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\u003c/tr\u003e\n\u003c/table\u003e\n\u003c!-- readme: contributors -end --\u003e\n\n---\n\n\u003cp align=\"center\"\u003eMade with ❤️ by WeCode-AI Team\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwecode-ai%2Fwegent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwecode-ai%2Fwegent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwecode-ai%2Fwegent/lists"}