wanwu
Enrichment pendingChina Unicom's Yuanjing Wanwu Agent Platform is an enterprise-grade, multi-tenant AI agent development platform. It helps users build applications such as intelligent agents, workflows, and rag, and a
GraphCanon updated today · GitHub synced today
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Very active (0d since push)
- As of today
- Provenance
- Not a fork · Personal account
- As of today
- Security (OSV)
- 23 low (23 low)
- As of today
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
go get github.com/UnicomAI/wanwu pkg.go.devSimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
China Unicom's Yuanjing Wanwu Agent Platform is an enterprise-grade, multi-tenant AI agent development platform. It helps users build applications such as intelligent agents, workflows, and rag, and also supports model management. The platform features a developer-friendly license, and we welcome all developers to build upon the platform.
Capability facts
- Languages
- go
Source: github.language · Jul 15, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Jul 15, 2026)
Model Hub**: Unified access to hundreds of proprietary/open‑source models; deep OpenAI API compatibility and Yuanjing ecosystem support; multiple inference backends.Source link
Tags
README
🚀 3 Deployment Methods: Reach Business On‑Site
After capability building, Wanwu provides 3 deployment paths to minimize FDE delivery difficulty:
📦 Method 1: Out‑of‑the‑Box Platform
Use directly via visual interface; no coding required for creating agents, workflows, and Q&A. Zero‑threshold AI productivity for rapid on‑site validation and delivery.
🔗 Method 2: API Seamless Integration
RESTful API (BaaS) for embedding into OA, CRM, ERP, etc. Fine‑grained permission control enables deep AI integration without changing user habits.
🖥️Method 3: Skill + UniClaw Dedicated Client
For high‑privilege scenarios (local PC control, DingTalk messages, etc.). FDEs develop Skills and execute via UniClaw to handle cross‑system high‑privilege on‑site operations.
UniClaw download: https://maas.ai-yuanjing.com/app/uniclaw/uniclaw-official.html
🛠️ Infrastructure & Ecosystem
- 🔥 Apache‑2.0 License: Free extension, secondary development, and commercial use.
- ✔ Model Hub: Unified access to hundreds of proprietary/open‑source models; deep OpenAI API compatibility and Yuanjing ecosystem support; multiple inference backends.
- ✔ Skill Plaza: 100+ built‑in industry Skills ready to use; no adapters needed for external capabilities.
- ✔ Web Search: Real‑time information, multi‑source integration, intelligent retrieval strategies.
- ✔ Multi‑tenant architecture: Isolated accounts for cost control, data security, and elastic scaling.
- ✔ Xinchuang compliance: Certified Xinchuang AI Software/Hardware System Inspection Certificate. Supports Kunpeng CPUs, Euler, Kylin, CULinux, TiDB, OceanBase, etc.
🚀 Quick Start
-
The workflow module of the Wanwu AI Agent Platform uses the following project, you can go to its warehouse to view the details.
- v0.1.8 and earlier: wanwu-agentscope project
- v0.2.0 and later: wanwu-workflow project
-
Recommended Configuration:
- CPU: 8-core or 16-core; RAM: 32GB; Storage: 200GB or more; GPU: Not required.
-
Model Requirements:
- When using WanwuBot (General Agent) or creating Skills with a single command, the selected model must have a context length >= 32000 when importing.
-
Security Statement:
- All middleware components (MySQL, Redis, MinIO, Kafka, Elasticsearch, etc.) support custom passwords configured in the
.envfile. - For front-end and back-end user password transmission, RSA asymmetric encryption is used to encrypt passwords. The key pair is automatically generated on first service startup; custom key pairs can also be configured via
WANWU_BFF_LOGIN_RSA_PATHin.env. - It is strongly recommended to change all default passwords and keep them secure before deploying in a production environment to avoid security risks associated with default credentials.
- All middleware components (MySQL, Redis, MinIO, Kafka, Elasticsearch, etc.) support custom passwords configured in the
-
Docker Installation (Recommended)
-
Before the first run
1.1 Copy the environment variable file
cp .env.example .env1.2 Modify the
WANWU_ARCHandWANWU_EXTERNAL_IPvariables in the .env file according to the system# amd64 / arm64 WANWU_ARCH=amd64 # external ip port (Note: if the browser accesses Wanwu deployed on a non-localhost server, you need to change localhost to the external IP, for example, 192.168.xx.xx) WANWU_EXTERNAL_IP=localhost1.3 Configure the
WANWU_BFF_JWT_SIGNING_KEYvariable in the .env file, a custom complex random string used for generating JWT tokens# bff WANWU_BFF_JWT_SIGNING_KEY=1.4 Copy environment variable file (Ontology Agent)
cp .env.ontology.example .env.ontology1.5 (Optional) Generate custom RSA keys before the first run (Ontology Agent)
Skip this step to use the default keys baked into the images. To use independent keys in production, generate them as follows.
- 1.5.1 Generate RSA ke
For agents
This page has a .md twin and JSON over the API.