@aiet/contracts
v1.0.2
Published
Shared contract interfaces, types, schemas, and typed registries for AI Engineering Toolkit (AIET)
Readme
@aiet/contracts
Shared contract interfaces, types, JSON schemas, and typed registries for the AI Engineering Toolkit (AIET).
Installation
pnpm add @aiet/contractsUsage
import {
AIProvider,
ChatProvider,
Tool,
ToolRegistryImpl,
ProviderRegistry,
ILifecycle
} from "@aiet/contracts";
// Typed Provider Registry
const providerRegistry = new ProviderRegistry();
// Typed Tool Registry
const toolRegistry = new ToolRegistryImpl();