flutter_agentic_memory 0.2.0 copy "flutter_agentic_memory: ^0.2.0" to clipboard
flutter_agentic_memory: ^0.2.0 copied to clipboard

Semantic memory for Flutter AI agents — embeddings, on-device vector search, and long-term recall that plugs into flutter_agentic.

0.2.0 — 2026-07-02 #

Changed #

  • Updated flutter_agentic dependency to ^2.0.0; all Genesis* identifiers in the core are now Agentic* (e.g. AgenticAgent, AgenticTool).

Changelog #

0.1.1 — 2026-07-02 #

  • Security hardening: the Gemini API key is now sent in the x-goog-api-key header instead of the URL query string, so it can no longer leak into request logs.
  • Formatted with dart format for full pub.dev static-analysis score.

0.1.0 — 2026-07-02 #

Initial release.

  • EmbeddingProvider interface with GeminiEmbeddingProvider (embedContent + batch endpoint) and OpenAIEmbeddingProvider (custom baseUrl supported).
  • VectorStore interface with cosine-similarity search (topK, minScore, metadata filter), deleteWhere.
  • InMemoryVectorStore (ephemeral) and HiveVectorStore (persistent, survives app restarts).
  • SemanticMemory — a drop-in flutter_agentic MemoryStore that embeds conversation turns and adds recall(query) and buildContext(query) for meaning-based long-term memory.
  • cosineSimilarity utility.
1
likes
160
points
187
downloads

Documentation

API reference

Publisher

verified publisherinlayad.com

Weekly Downloads

Semantic memory for Flutter AI agents — embeddings, on-device vector search, and long-term recall that plugs into flutter_agentic.

Repository (GitHub)
View/report issues

Topics

#flutter #ai #memory #embeddings #vector-search

License

MIT (license)

Dependencies

flutter, flutter_agentic, hive, hive_flutter, http

More

Packages that depend on flutter_agentic_memory