AIAny
AI Agent2025
Icon for item

Wegent

Composes AI agent teams from a Ghost+Shell+Model formula: each Bot pairs a prompt/MCP/Skills Ghost with a Chat, ClaudeCode, or Dify shell and a model like Claude or DeepSeek. Bots form Teams that run as traceable Tasks, wired to GitHub and DingTalk.

Introduction

Most agent frameworks make you wire models, prompts, and execution environments together by hand. Wegent collapses that into one small algebra: Ghost + Shell + Model = Bot, several Bots plus a collaboration mode = Team, and Team + Workspace = a Task you can trace end to end. The unit you reuse is the Bot, not a tangle of glue code.

What Sets It Apart
  • A portable Ghost. A Ghost (prompt + MCP + Skills) is decoupled from where it runs, so the same agent intent flows through a Chat shell, ClaudeCode, or Dify without being rewritten. You change execution environments without redefining the agent.
  • Declarative definition. Build agents in a web wizard (describe requirements -> AI follow-up questions -> live prompt tuning -> one-click creation) or check them in as YAML. The same team becomes reproducible and reviewable like code.
  • Two executor paths. A Cloud Executor runs ClaudeCode and Dify work; a Local Executor connects over WebSocket to host, container, or hybrid setups. Agents can reach private repos and local machines the cloud cannot.
  • Wired into real dev flow. It connects to GitHub, GitLab, Gitea, and Gerrit for code, plus DingTalk, Telegram, and other IM tools for human hand-off.
Who It's For And The Trade-offs

Great fit if you want to assemble multi-bot teams over your existing Git hosting and chat tools, and you prefer declaring agents as YAML you can version. Look elsewhere if you only need a single chat assistant -- the Ghost / Shell / Model / Bot / Team / Task layering adds vocabulary you won't use -- or if your execution environment isn't Chat, ClaudeCode, or Dify, since those are the three supported shells.

Information

  • Websitegithub.com
  • OrganizationsWeCode-AI
  • AuthorsWeCode-AI Team
  • Published date2025/09/04

More Items

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

GitHub
AI Infra2025

Measures generative AI inference performance with token-level metrics (TTFT, inter-token latency), latency, and throughput under realistic traffic patterns. Provides a multiprocess engine, real-time TUI dashboard, extensible plugins, and integrations for telemetry and result uploads, aimed at inference benchmarking and capacity planning.

GitHub
AI Agent2026

A curated collection of production-ready Agent Skills that turn tasks—presentation production, image generation, local KB retrieval, article assembly, and web-design—into agent-loadable skill folders. Uses a SKILL.md contract, supports multiple agent runtimes (Claude Code, Cursor, Codex), and offers modular install paths with pinned release zips.