UNPKG

tinyagent-ts

Version:

Modern TypeScript framework for building AI agents with pluggable tools and ReAct reasoning

3 lines (2 loc) 80 B
import type { Tool } from './types'; export declare const pythonExecTool: Tool;