UNPKG

generator-begcode

Version:

Spring Boot + Angular/React/Vue in one handy generator

6 lines (5 loc) 250 B
import { AgentContext, RunnableAgent } from '../agent/index.js'; export declare const agentFunctionBaseToAgentFunction: <TRunArgs>(agent: RunnableAgent<TRunArgs>) => (fn: any) => { definition: any; buildExecutor: (_: AgentContext) => any; };