flutter_local_agent_kit 1.1.0
flutter_local_agent_kit: ^1.1.0 copied to clipboard
Offline-first AI framework for Flutter. Resident LLM inference, local RAG, and autonomous agents with a Material 3 Chat UI.
1.1.0 - 2026-04-22 #
Added #
- Token Management: Added
contextSizeandmaxTokensconfiguration for precise generation control. - Pub.dev Optimization: Resolved repository URL casing mismatches and standardized code formatting for a 100/100 health score.
- Platform Support: Added a comprehensive platform matrix and refined desktop RAG status.
- Premium Branding: New high-fidelity project logo and documentation architecture.
- RAG File Parsing: Built-in support for
.pdf,.txt, and.jsondocument ingestion. - Session Persistence: Robust local storage for conversation history with auto-save support.
- Integrity Management: SHA-256 checksum verification for model weights.
- Google-Tier Demo: A completely overhauled example app with session management and premium UX.
1.0.2 #
- Documentation: Overhauled
README.mdwith beginner glossaries and architecture diagrams. - Models: Added built-in native support for
GemmaTemplate,MistralTemplate, andChatMlTemplate. - Reliability: Fixed missing library exports for prompt templates.
- Cleanup: Removed deprecated screenshot assets for a leaner package footprint.
1.0.1 #
- Lifecycle: Reinitializing
FlutterLocalAgentKitnow disposes existing LLM and RAG sessions before recreating them. - Reliability:
Llama3Templatenow serializes a single BOS token per prompt for correct multi-turn formatting. - Capability State: Added
isRagReadyandragInitializationErrorso apps can detect LLM-only fallback when optional RAG startup fails. - Testing: Added regression coverage for prompt formatting, reinitialization cleanup, degraded RAG startup, and chat-stream error handling.
- UI:
AgentChatViewnow replaces failed response placeholders with a visible error message instead of leaving an empty assistant bubble. - Dependency Cleanup: Removed unused
google_generative_aiand migrated from discontinuedflutter_markdowntoflutter_markdown_plus. - Pub.dev Optimization: Improved metadata, shortened description, and updated dependency constraints.
- Documentation: Added missing library and constructor documentation to reach 100% coverage.
- Visuals: Replaced placeholder screenshots with high-fidelity, premium Material 3 UI assets.
- Bug Fixes: Updated markdown rendering dependency for continued package support.
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.