Agents must be identifiable, constrainable, upgradeable, and revocable.
Agents need a life cycle like employee accounts and model versions: who can create it, who can authorize it, how to monitor it during operation, how to pause it when an accident occurs, and how to process the data after it is eliminated. Without a state machine, there is no trusted execution layer, and it is impossible to explain to the auditor “what was running in the system at that time.”
critical state
life cycle path
Registration → Risk assessment and authorization → Online (Active) → Continuous monitoring and random inspection → Event-driven suspension → Change upgrade (with approval) → Retirement and retention strategy
Life cycle design goal: answer at any time - which Agent is running, what model is used, what can be accessed, and who approved the last change.
Governance and Risk Management Framework (Condensed)
| Dimensions | Key points |
|---|---|
| Ownership | Each Agent has an owning node or platform responsible person; if there is a running incident, please contact the owner first |
| Change | Production changes go through the change window and rollback; major model switching can require parallel grayscale |
| Data | Training/log retention and cross-border transmission comply with node location and contract |
| Security | Escrow of keys and tool credentials; prohibiting agents from persistently holding user plaintext passwords |
| Audit | Log retention period ≥ business dispute tracing requirements; support exporting to third-party due diligence |
The lack of the ability to suspend and retire tacitly allows "zombie agents" to hold expired permissions for a long time - a common source of data breaches and compliance penalties.
The fundamental difference from AutoGPT-style "normally open loop"
The autonomous loop defaults to no clear endpoint; the WCN life cycle ties each run to task and authorization aging. The task ends or the authorization expires → Agent calls should be rejected or entered read-only instead of continuing to "think" in the background.
One sentence when explaining to an auditor or LP: **Our Agents are like controlled batch jobs, not like tireless automated workers. **