mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-20 21:23:23 +00:00
4 lines
138 B
TypeScript
4 lines
138 B
TypeScript
import type { SubagentRunRecord } from "./subagent-registry.types.js";
|
|
|
|
export const subagentRuns = new Map<string, SubagentRunRecord>();
|