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

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

Changelog #

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
0
points
187
downloads

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

unknown (license)

Dependencies

flutter, flutter_agentic, hive, hive_flutter, http

More

Packages that depend on flutter_agentic_memory