docs/docs/en/ai/workbuddy/index.md
:::warning Content Under Development
This page is still being written. Some sections may be incomplete or subject to change.
:::
WorkBuddy is a full-scenario workplace AI agent by Tencent — describe your needs in one sentence, and it autonomously plans steps and executes them. After connecting it to NocoBase, you can remotely control your business system through WeCom, Lark, DingTalk, and other platforms, completing daily management tasks without opening a browser.
<!-- Screenshot needed: WorkBuddy operating NocoBase in a WeCom conversation -->WorkBuddy is Tencent's "full-scenario workplace AI agent desktop workstation." Unlike ordinary AI conversational tools, WorkBuddy automatically breaks down, plans, and executes tasks when it receives them, ultimately delivering a verifiable result — without requiring your step-by-step guidance.
Core features:
In short, traditional AI tools give you suggestions and leave you to do the work; WorkBuddy does the work for you.
| Traditional AI Chat | WorkBuddy |
|---|---|
| Can only chat, gives suggestions | Can actually execute tasks |
| Requires manual file operations | Automatically operates local files |
| Single-step simple tasks | Multi-step complex tasks, auto-decomposed |
| Outputs text replies | Delivers verifiable results |
If you're deciding which AI Agent to use for operating NocoBase, here are the scenarios where WorkBuddy fits best:
WorkBuddy works with NocoBase in the following way:
You (WeCom / Lark / DingTalk / ...)
|
└─→ WorkBuddy
|
├── NocoBase Skills (enables Agent to understand NocoBase configuration system)
|
└── NocoBase CLI (executes create, modify, deploy, and other operations)
|
└─→ NocoBase Service (your business system)
You send instructions from any supported platform, WorkBuddy completes NocoBase operations on the backend through Skills and CLI, and results are pushed back to your chat window in real time.
Before starting, make sure you have the following environment ready:
:::warning Note
WorkBuddy is currently under rapid iteration, and some features may change. It is recommended to follow the WorkBuddy official documentation for the latest information.
:::
Copy the prompt below to WorkBuddy, and it will automatically complete NocoBase CLI installation, initialization, and environment configuration:
Help me install NocoBase CLI and complete initialization: https://docs.nocobase.com/ai/ai-quick-start.md (please read the linked content directly)
npm install -g @nocobase/cli
nb init --ui
The browser will automatically open a visual configuration page, guiding you to install NocoBase Skills, configure the database, and start the application. For detailed steps, see Quick Start.
After installation is complete, run nb env list to confirm the environment status:
nb env list
Confirm the output shows the configured environment and its running status.