Skip to content

This is a community translation of the original Chinese text. The translation may contain inaccuracies. When in doubt, please refer to the original Chinese version.

Departure and Retirement

An agent's lifecycle has an end. When an agent is decommissioned, replaced, or phased out, killing the process is not the end of the matter.

Like an employee leaving, it should go through a process. Skip it, and what's left is not a clean vacancy — it's loose ends.

Decommissioning is a departure with a process

At least four things need doing.

Handoff. The unfinished work in its hands, and the context it alone holds, must pass to the agent or human taking over. When an agent simply vanishes, everything in its head and on its computer that never got written up vanishes with it.

Archiving. Its artifacts, its career record, its useful work records must be preserved, not evaporate with the instance. These are the organization's assets, not the agent's private property — when it retires, the assets go into the vault, not into the grave.

Permission revocation. The tool access, data read/write, and external authorizations it holds must be reclaimed. This one is the easiest to miss and the most dangerous: a decommissioned agent that still holds permissions is a dangling security hole. Chapter 3 issued permissions as part of the JD; departure has to revoke them one for one.

Memory disposition. Its long-term memory has to be dealt with — what merges into organizational assets, what gets destroyed outright, what touches sensitive information and must be purged. Memory is the career record, and a record can contain things that shouldn't be kept and shouldn't be allowed to spread.

The end is part of the design

Only with all four done is an agent's decommissioning a clean departure, rather than a process kill that leaves hazards behind.

A lifecycle has a beginning and an end. A system that designs the hiring but never the departure will, as agents come and go, accumulate more and more dangling permissions, lost context, and unclaimed memories. The end is part of the design too.