UNPKG

@eko-ai/eko

Version:

Empowering language to transform human words into action.

4 lines 254 B
import { AgentContext } from "./agent-context"; export declare function checkTaskReplan(agentContext: AgentContext): Promise<boolean>; export declare function replanWorkflow(agentContext: AgentContext): Promise<void>; //# sourceMappingURL=replan.d.ts.map