UNPKG

local-agent

Version:

A CLI agentic system for orchestrating tools and memory with per-folder scoping

7 lines 157 B
/** * @fileoverview * Task management module exports. */ export * from './task-state'; export * from './task-manager'; //# sourceMappingURL=index.d.ts.map