@eko-ai/eko
Version:
Empowering language to transform human words into action.
6 lines • 433 B
TypeScript
import { Agent } from "../agent";
import Context from "../core/context";
import { WorkflowAgent, Tool } from "../types";
export declare function getAgentSystemPrompt(agent: Agent, agentNode: WorkflowAgent, context: Context, tools?: Tool[], extSysPrompt?: string): string;
export declare function getAgentUserPrompt(agent: Agent, agentNode: WorkflowAgent, context: Context, tools?: Tool[]): string;
//# sourceMappingURL=agent.d.ts.map