@little-samo/samo-ai-sdk
v0.8.0
Published
SamoAI SDK
Readme
Features
- Type-safe DTOs for all SamoAI entities (Agents, Users, Locations, Items)
- Zod validation schemas for runtime type checking
- Configuration models with comprehensive validation
- Event system for real-time updates
- Request/Response types for API interactions
- Full TypeScript support with strict type checking
Installation
Install the package using npm:
npm install @little-samo/samo-ai-sdkOr using yarn:
yarn add @little-samo/samo-ai-sdkLearn More
- SamoAI Core Library - The main SamoAI framework
- SamoAI Example CLI - Example implementation
