Dashboard › opencode › Distillation
fe378fc7-c6b2-46f3-a008-916c7233dae9["lore_tm_v1_XDBUnrKTGKabwMBtEtl5M5KbyiysJJmsoVmMfdSKMvc"]
Date: Sep 8, 2026
/home/byk/Code/opencode-v2-pilot/packages/plugin/src/promise/agent.ts defines AgentEditor with mutable agent operations: list() returns readonly DeepMutable<Agent.Info>[], get(id) returns a mutable agent or undefined, default(id) accepts a string or undefined, update(id, update) mutates an agent through a callback, and remove(id) deletes an agent./home/byk/Code/opencode-v2-pilot/packages/plugin/src/promise/agent.ts defines AgentDomain extends AgentApi with readonly transform: Transform<AgentEditor> and asynchronous reload: () => Promise<void>.