Light Dark

hot.dev/hot-ai — Dependency-free building blocks for AI agents: sessions, identities, messages, scoped memory, RAG, context management, and inter-agent communication.

Version: 1.2.0

Author: Hot Dev

License: Hot Dev Software License Agreement

Add to your project

"hot.dev/hot-ai": "1.2.0"

Add this to your deps in hot.hot

Namespaces

::ai

NamespaceFunctionsTypesDescription
::bus42Typed inter-agent event bus.
::chat22Model registry and chat helpers.
::context7Utilities for fitting content into AI context windows.
::media86Types for AI-generated media files (images, audio, video).
::memory132Session-scoped agent memory with three storage levels: session (shared conversation history), user (per-user persistent data), and KB (shared domain knowledge).
::message54Normalized message types for AI agents.
::rag8Retrieve-Augment-Generate: compose memory search with AI generation.
::session32Session and Identity types for multi-tenant, multi-participant agents.