mateclaw/mateclaw-server/src/test/java/vip/mate/plugin
Lcos 396cdb175b
feat(memory): add Mem0 as an optional external plugin memory provider
Extend the plugin memory SPI with a three-arg prefetch(agentId, userQuery, ownerKey) default method and forward ownerKey through PluginMemoryBridge, enabling per-owner isolated recall for external providers. Ship mateclaw-plugin-mem0: an optional, zero-extra-dependency plugin that bridges a self-hosted Mem0 service (semantic recall via /memories/search/, async turn sync via /memories/) with full fault isolation — not part of the default stack. Includes 42 tests and bilingual user docs.
2026-07-26 10:52:01 +08:00
..
bridge feat(memory): add Mem0 as an optional external plugin memory provider 2026-07-26 10:52:01 +08:00
PluginContextImplSearchTest.java chore(search): drop internal issue refs and external-project names from plugin search code 2026-07-03 17:00:37 +08:00
PluginManagerSearchLookupTest.java feat(plugin/settings): search-provider catalog endpoint + grouped settings UI + plugin config form 2026-07-04 12:06:33 +08:00
PluginManagerUpdateConfigTest.java feat(plugin/settings): search-provider catalog endpoint + grouped settings UI + plugin config form 2026-07-04 12:06:33 +08:00