UNPKG

toto-agent

Version:

Chatbot agent and reusable components for Toto platform

56 lines 4.58 kB
��# toto-agent >�� **AI Agent Library for Pet Rescue Platforms** A modular, context-aware conversational AI system for pet rescue platforms featuring specialized agents, emotional intelligence, advanced intent detection, and collaborative response composition. ## =��� Documentation **All documentation has been moved to the centralized [toto-docs](https://github.com/your-org/toto-docs) repository:** - **=��� [Main Documentation](https://github.com/your-org/toto-docs)** - Complete ecosystem overview - **>�� [AI System Guide](https://github.com/your-org/toto-docs/tree/main/ai-system)** - Agent architecture and capabilities - **=؀� [Deployment Guide](https://github.com/your-org/toto-docs/tree/main/deployment)** - Setup and deployment instructions - **=��� [API Reference](https://github.com/your-org/toto-docs/tree/main/ai-system)** - Complete API documentation - **=�e� [User Guides](https://github.com/your-org/toto-docs/tree/main/user-guides)** - Integration and usage guides ## =؀� Quick Start ### Installation ```bash npm install toto-agent@1.3.3 ``` ### Basic Usage ```js import { OrchestratorService } from 'toto-agent'; const orchestrator = new OrchestratorService(geminiApiKey); const result = await orchestrator.processUserInput( "Quiero adoptar a Luna", { petName: "Luna", animalType: "perro", status: "active", language: "es", location: "Argentina" } ); ``` ## <���� Architecture - **Multi-Agent System**: Orchestrator, Donation, Adoption, Sharing, Engagement, Dialog, Meta/Analyst agents - **Collaborative Responses**: Multi-agent input for unified, nuanced replies - **Emotional Intelligence**: 5-tone detection, empathy matching - **Bilingual Support**: Spanish (Argentina) and English - **Retrieval-Augmented Generation (RAG)**: Grounded, non-repetitive responses ## =�� Related Projects - **[toto](../toto)** - Main pet rescue platform - **[toto-bo](../toto-bo)** - Admin backoffice dashboard - **[toto-wallet](../toto-wallet)** - Payment processing system ## =��� License MIT License - Made with d'� for pet rescue organizations worldwide =�>� --- **For detailed documentation, architecture guides, and deployment instructions, please visit the [toto-docs repository](https://github.com/your-org/toto-docs).**