Files
openclaw/src/agents/subagent-registry-memory.ts
2026-03-26 23:11:00 +00:00

4 lines
138 B
TypeScript

import type { SubagentRunRecord } from "./subagent-registry.types.js";
export const subagentRuns = new Map<string, SubagentRunRecord>();