Hex AI core domain types - shared foundation for all AI assistant packages
More...
Hex AI 核心领域类型 - 所有 AI assistant 包共享的基础层。
零外部 Flutter 依赖,包含领域枚举、数据模型、事件与错误类型,为 hex_ai_llm / hex_ai_tools / hex_ai_agent 提供统一基础。
hex_ai_llm
hex_ai_tools
hex_ai_agent
通常不直接依赖,通过 hex_ai_agent 统一 re-export 访问:
import 'package:hex_ai_agent/hex_ai_agent.dart';
如确需直接使用,依赖:
dependencies: hex_ai_core: ^0.1.0
API reference
unverified uploader
Repository
MIT (license)
json_annotation, meta
Packages that depend on hex_ai_core
Back