Wegent

by wecode-aiVerified

An open-source AI-native operating system to define, organize, and run intelligent agent teams

712
Stars
125
Forks
TypeScript
Language
8/23/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/wecode-ai/Wegent

Getting Started

Guides for using skills like Wegent.

Security Report

Verified

Last scanned: —

{
  "status": "PASSED",
  "issues": []
}

README.md

Wegent

An open-source, self-hostable platform for building and running AI agent teams.

English | 简体中文

CI License GitHub Issues

Wegent helps teams create and share AI agents that perform real work across chat, coding, knowledge, and automation. Manage team capabilities on the web, and use Wework when agents need to work directly with local projects and development environments.

Wegent product interface

What You Can Build

ScenarioWhat Wegent provides
Team AI assistantsA private chat entry point with shared models, knowledge, skills, group collaboration, and file handling
AI codingChange code, run tests, commit updates, and open pull requests in isolated or local environments
Knowledge assistantsParse and index documents, webpages, and enterprise data for grounded answers
Continuous automationTrack information, analyze webpages, filter notifications, and publish feeds from schedules and events
Local and private-network executionWork with local code, CLIs, browsers, dedicated development environments, and intranet resources
Existing system integrationBring agents into applications and team tools through APIs, MCP, and IM bots

Choose How You Work

Use Wegent WebUse Wework
Create and share agents, models, knowledge bases, and automationOpen local projects and let AI use files, terminals, CLIs, and development environments
Manage users, permissions, and execution devicesUse local Codex, local models, and the local executor
Serve teams through the browser, APIs, and IMFocus on daily AI coding and local workflows

Wework can connect to a team deployment of Wegent to use shared models, cloud devices, and remote tasks while working locally.

Deploy Wegent · Download Wework

Why Choose Wegent

CapabilityBenefit
Reuse capabilitiesCombine models, knowledge, tools, and skills into agents that work across many tasks
Let bots collaborateOrganize bots to divide research, analysis, coding, and review work
Run tasks in the right placeChoose cloud, containers, local devices, or private environments based on where code and data live
Reach teams from every entry pointUse the same agent capabilities from the web, Wework, APIs, and IM

Quick Start

Deploy Wegent Web

Prerequisite: Docker. Run Wegent in a single container with SQLite:

curl -fsSL https://raw.githubusercontent.com/wecode-ai/Wegent/main/install.sh | bash -s -- --standalone

After it starts:

  1. Open http://localhost:3000.
  2. Follow the setup flow to create the administrator password.
  3. Configure a model and API key in Settings.
  4. Choose a built-in agent and send your first message.

Common management commands:

wegent-standalone status
wegent-standalone logs
wegent-standalone restart
wegent-standalone stop

If the command is not in your current PATH, use ~/.local/bin/wegent-standalone.

Use Wework

Download Wework and open a local project to start AI coding. Wework includes local execution and can also connect to a team deployment of Wegent from Settings.

While a task runs, Wework keeps the latest tool activity visible. The tool list shows about 3.5 rows by default and remains scrollable; the latest row and any running tool use a shimmer cue, while command output, search details, and file changes can be expanded individually. Intermediate narrative text closes only the current tool segment, which remains summarized as called tools. Once the final answer starts, the processing timeline collapses into a separated processed row and expands back into the same tool list.

Download Wework Desktop

Wegent Web Deployment Options

OptionBest forStart here
StandalonePersonal trials and lightweight self-hostingUse the install command above
StandardTeam deployments with MySQL, Redis, and dedicated servicesInstallation Guide
DevelopmentContributing and extending WegentDevelopment Setup

Standalone can also use host, container, or hybrid executor modes. See Standalone Mode for details.

Agent Model

See how Wegent organizes agents and tasks

Wegent manages capabilities, collaboration, and runtime context separately so they can be reused across tasks and environments.

Ghost (prompt + MCP + skills)
  + Shell (Chat / ClaudeCode / Agno / Dify)
  + Model
  = Bot

Multiple Bots + collaboration mode = Team (the user-facing Agent)
Team + Workspace = Task (a traceable execution)

Manage these resources through the UI, YAML, or APIs. See Core Concepts and the YAML Specification for details.

Architecture

View Wegent's technical components
graph TB
    User["User / API / IM"] --> Frontend["Wegent Web<br/>Next.js"]
    User --> Wework["Wework Desktop<br/>Tauri + React"]
    Frontend --> Backend["Backend<br/>FastAPI"]
    Wework -. "Optional cloud connection" .-> Backend
    Wework --> LocalWork["Local Codex / Files / Terminal"]

    Backend --> Database[("MySQL / SQLite")]
    Backend --> Redis[("Redis")]
    Backend --> ChatShell["Chat Shell"]
    Backend --> ExecutorManager["Executor Manager"]
    Backend --> KnowledgeRuntime["Knowledge Runtime"]

    ExecutorManager --> CloudExecutor["Cloud / Container Executor"]
    Backend <--> LocalExecutor["Local Executor"]
    KnowledgeRuntime --> VectorStore["Elasticsearch / Qdrant / Milvus"]
    KnowledgeRuntime --> DocConverter["Document Converter"]

Repository Map

DirectoryResponsibility
frontend/Wegent Web product
backend/REST API and core business logic
wework/Tauri desktop workbench
executor/Agent task execution environments
executor_manager/Executor scheduling and orchestration
chat_shell/Chat runtime
knowledge_runtime/Knowledge retrieval services
knowledge_doc_converter/Document parsing and conversion
shared/Modules shared across services

Documentation

Get Involved

Bug reports, documentation improvements, code contributions, and new ways of using Wegent are all welcome.

Contributors

Thanks to everyone who helps Wegent grow.


Made with ❤️ by WeCode-AI Team

Frequently Asked Questions

What is Wegent?

Wegent is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by wecode-ai. An open-source AI-native operating system to define, organize, and run intelligent agent teams. It has 712 GitHub stars.

Is Wegent safe to use?

Yes. Wegent passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install Wegent?

Clone the repository with "git clone https://github.com/wecode-ai/Wegent" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is Wegent written in?

Wegent is primarily written in TypeScript. It is open-source under wecode-ai on GitHub, so you can review or fork the full source.

Are there alternatives to Wegent?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh Wegent against similar tools.

Comments (0)

No comments yet. Be the first to share your thoughts!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI Agents
View details

Developers Also Liked

Based on votes and bookmarks from developers who liked this skill

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP Serversapisai-tools
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details