UNPKG

daggerai

Version:

A simple and powerful Typescript based agent framework to help businesses thrive in the AI Agent revolution.

13 lines (11 loc) 466 B
import 'core-js' export { ChatAnthropic } from './llm/anthropic' export { ChatOllama } from './llm/ollama' export { ChatOpenAI } from './llm/openai' export { Agent } from './core/agent' export { Squad } from './core/squad' export { Task } from './core/task' export { Input } from './core/input' export { Tool, ToolResponse, ToolCall, ToolError } from './core/tool' export { SerperTool } from './tools/serper' export { SquadEvents, SquadEvent } from './core/events'