UNPKG

@eko-ai/eko

Version:

Empowering language to transform human words into action.

7 lines 563 B
import { Workflow } from "../types/core.types"; export declare function parseWorkflow(taskId: string, xml: string, done: boolean, thinking?: string): Workflow | null; export declare function buildAgentRootXml(agentXml: string, mainTaskPrompt: string, nodeCallback: (nodeId: number, node: Element) => void): string; export declare function extractAgentXmlNode(agentXml: string, nodeId: number): Element | null; export declare function getInnerXML(node: Element): string; export declare function getOuterXML(node: Element): string; //# sourceMappingURL=xml.d.ts.map