Plan
Agent breaks the task down: goal, constraints, available tools, relevant knowledge. Humans can edit the plan before execution.
- Explicit plan steps
- Edit plan in human
- Replanning supported
Product · AiDo
AiDo is the enterprise agent suite on AI-OS. Plan / Action / Reflection makes every agent output traceable; durable runs and session replay make long tasks and post-mortem reviews everyday workbench work.
PAR · Three-phase agent
Break-down → execute → reflect — AiDo makes these three things mandatory flow. Customers see what the agent thinks, what it does, and how it judges itself afterward.
Agent breaks the task down: goal, constraints, available tools, relevant knowledge. Humans can edit the plan before execution.
Calls tools, reads knowledge, writes documents, sends emails, updates tickets according to the plan. Every step has structured I/O records.
After execution agent self-checks: was the plan met? Did output meet standards? Error signals flow into evaluation for next run.
Runtime · Built for production
Enterprise agents can't end in two minutes. AiDo is designed around long tasks, pause / resume, replay and parallel sessions so agents become a daily workbench.
Browser refresh, tab close, network drop don't kill long tasks. Events persist to disk; resume from the same point next time.
Every session is archived as rollout JSONL. Any task can be replayed at original speed, annotated, edited and re-run.
Customers can pause, ask, or change direction at any time — agent holds an internal abort controller, no runaway behavior.
One user, many agents in parallel. Sessions don't fight for resources or leak data across each other.
Lifecycle
Every step structured. Audit, replay and improvement are all evidence-based.
User asks in natural language with knowledge references and goal.
natural language
Agent emits plan first; user can confirm / edit / replan.
explicit plan
Calls tools, reads knowledge, modifies documents, triggers external APIs. Every step recorded.
tool calls
Agent self-checks completion; user marks satisfaction; eval signal flows back.
self-eval
Session lands in archive — replay, annotate, edit, refine prompt anytime.
rollout JSONL
Tools · Integrations
AiDo isn't an island agent — it uses your existing email, docs, tickets, code, APIs. Every call passes the whitelist and audit chain.
Connects to enterprise mailbox, calendar, Jira / DingTalk / Feishu tickets.
Confluence / Notion / Feishu docs / self-hosted wiki / knowledge space.
GitHub / GitLab / Jenkins / Argo / any SaaS API.
REST / GraphQL / gRPC inside your perimeter, authorized via tool whitelist.
On-Chain Identity
AiDo agents can run inside ordinary business — or carry blockchain identities and become regulator-auditable digital workers.
Through Shuke Chain's Agent on Chain, an AiDo agent registers an independent account on a FISCO BCOS SM-cryptography consortium chain (private key vaulted by OpenBao). Every contract call it makes is SM2-signed and on-chain. For tourism, supply chain, IP rights, carbon assets — any scenario that needs AI auto-decision + regulator traceability — this upgrades Plan / Action / Reflection from internal logs to an immutable ledger.
FAQ
Try AiDo
aios.shukeyun.com/demo offers a no-login experience. A plan → action → reflection run takes 15-30 minutes. Want to build your own? Head to AiDo Studio.