flutter_local_agent_kit 1.0.0
flutter_local_agent_kit: ^1.0.0 copied to clipboard
A production-ready, offline-first AI framework for Flutter. Orchestrates resident LLM inference, local RAG knowledge retrieval, and autonomous tool-using agents with a high-performance Material 3 Chat UI.
Changelog #
1.0.0 #
- Initial Release: Production-ready core for on-device AI.
- Orchestration: Implemented
FlutterLocalAgentKitunified facade for LLM, RAG, and Agents. - LLM Core: High-performance GGUF inference via
llamadart. - Private RAG: Offline-first vector search via
mobile_rag_engine. - Autonomous Agents: ReAct-based reasoning loop for tool-augmented intelligence.
- Premium UI: Included
AgentChatViewwith high-speed streaming and Markdown support. - Management: Robust
ModelManagerfor background model orchestration and integrity. - Compliance: 100/100 pub.dev health score ready.