China Unicom open-sources an enterprise agent stack with a GUI bot
It bundles RAG, workflow orchestration, model management, and GUI automation into one multi-tenant Go platform for enterprise AI delivery.

What it does
Wanwu is an all-in-one agent development platform written in Go. It targets enterprise teams who need to build, deploy, and manage AI agents on-site. The platform wraps a model hub, knowledge bases, visual workflow orchestration, MCP tool integration, and a GUI agent that can click through legacy applications inside Docker sandboxes.
The interesting bit
The standout feature is the GUI Agent, which lets bots operate non-API applications by literally interacting with the UI, sandboxed in Docker. For China Unicom to release this under Apache 2.0 is unusual; it also touts “Xinchuang” compliance for domestic Chinese hardware and software stacks like Kunpeng and Kylin, making it a rare open-source agent stack with explicit state-sector certification.
Key highlights
- Multi-tenant architecture with isolated accounts and cost controls.
- Visual workflow studio with low-code canvas and built-in nodes for APIs, LLMs, knowledge bases, and MCP.
- RAG pipeline supporting 12 file formats, OCR, web crawling, and a built-in GraphRAG module.
- Model Hub that abstracts hundreds of proprietary and open-source models behind an OpenAI-compatible API.
- GUI Agent for UI-level automation of legacy apps without underlying API integration.
Caveats
- The README leans heavily on marketing language—claims like “industry-first” and “industry-leading F1 score” appear repeatedly, while deep technical architecture details are scarce.
- The
UniClawdedicated client for local PC control is distributed via an external binary link, and its open-source status is not addressed. - It is unclear how much of the visual low-code frontend lives in this Go repository versus being a separate component.
Verdict
Worth evaluating if you are building enterprise agent infrastructure inside a regulated or on-prem environment, especially one that requires Chinese “Xinchuang” compliance. Skip it if you are looking for a lightweight, hackable agent framework rather than a full-stack platform.
Frequently asked
- What is UnicomAI/wanwu?
- It bundles RAG, workflow orchestration, model management, and GUI automation into one multi-tenant Go platform for enterprise AI delivery.
- Is wanwu open source?
- Yes — UnicomAI/wanwu is open source, released under the Apache-2.0 license.
- What language is wanwu written in?
- UnicomAI/wanwu is primarily written in Go.
- How popular is wanwu?
- UnicomAI/wanwu has 2.6k stars on GitHub.
- Where can I find wanwu?
- UnicomAI/wanwu is on GitHub at https://github.com/UnicomAI/wanwu.