saia_core 1.0.1
saia_core: ^1.0.1 copied to clipboard
Systemic Artificial Intelligence Agent (SAIA) core models, use cases, and translation contracts.
Changelog #
1.0.1 — 2026-05-22 #
- English Standardization: Fully standardized all comments, dartdoc APIs, and default fallback names and descriptions to English (e.g. Systemic Artificial Intelligence Agent).
- Comprehensive API Documentation: Added rich dartdoc comments on every single public model class, constructor, field, and interface method.
- Recognized OSI License: Overwrote the partial Apache License header with the full, official Apache 2.0 text for recognition.
- Example Added: Developed a beautiful, fully functional multi-lingual dashboard example showcasing SAIA's features.
1.0.0 — 2026-05-22 #
- Initial Public Release: Fully localized and modular AI core interfaces and models for the SAIA ecosystem.
- Domain Models: Added
SaiaSpirit,SaiaSpiritRankenums,SaiaVoiceMode,SaiaVoiceProfile,SaiaTtsRequest, andSaiaTtsResult. - AI & Vectoring Use Cases: Integrated
IaItemInfo,SaiaJobProgress,LocalAiService,SaiaTtsProvider,ImageGenerationService, andVectorIndexAdminService. - Localization Support: Created
SaiaCoreTranslationConstantsand translation resources for English (SaiaCoreEnTranslations) and Spanish (SaiaCoreEsTranslations). - Premium Documentation: Created detailed architecture guides, integration snippets, and Mermaid maps in
README.md.