UNPKG

tinyagent-ts

Version:

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

5 lines (4 loc) 218 B
export { Agent } from './agent'; export { model, tool } from './decorators'; export type { ToolMetadata } from './decorators'; export { FinalAnswerTool, FinalAnswerArgs, FinalAnswerOutput } from './final-answer.tool';