UNPKG

@agentica/core

Version:

Agentic AI Library specialized in LLM Function Calling

4 lines (3 loc) 260 B
import type { AgenticaContext } from "../context/AgenticaContext"; import type { IAgenticaExecutor } from "../structures/IAgenticaExecutor"; export declare function execute(executor: Partial<IAgenticaExecutor> | null): (ctx: AgenticaContext) => Promise<void>;