hex_ai_chat

Hex AI 聊天核心 - 聊天 UI、服务、主题、本地化与 ChatExtension 扩展点。

特性

  • 完整聊天界面(ChatScreen、消息气泡、侧栏、输入栏)
  • Service Locator 服务定位(Storage / Settings / Session / AIProvider / AgentLoop / Memory)
  • 三层渐进式长期记忆(MemoryService)
  • 中英双语本地化
  • 主题系统(HexTheme + MorandiPalette,30+ 调色板)
  • ChatExtension 扩展点:注入系统提示词、工具、命令、设置项
  • re-export hex_ai_agent(基础层,hide Uuid)——依赖本包即含全部基础能力

使用

dependencies:
  hex_ai_chat: ^0.1.0
import 'package:hex_ai_chat/hex_ai_chat.dart';

Libraries

hex_ai_chat
Hex Chat — core chat application library.