@tuttiai/types
v0.9.0
Published
Type definitions for the Tutti multi-agent orchestration framework
Maintainers
Readme
@tuttiai/types
Type definitions for the Tutti multi-agent orchestration framework.
Install
npm install @tuttiai/typesWhat's included
All core interfaces for building on Tutti:
- LLM —
LLMProvider,ChatRequest,ChatResponse,ContentBlock,ChatMessage - Voice —
Voice,Tool<T>,ToolResult,ToolContext - Agent —
AgentConfig,AgentResult - Score —
ScoreConfig - Session —
Session,SessionStore - Events —
TuttiEvent,TuttiEventType,TuttiEventHandler
Usage
import type { Voice, Tool, LLMProvider } from "@tuttiai/types";Most users should install @tuttiai/core instead — it re-exports all types from this package along with the runtime implementation.
Links
License
MIT
