learned-experience
Related Servers
Alternatives to learned-experience
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to persist and recall episodic memories across sessions, consolidating experiences into reusable rules and lessons to reduce repeated mistakes and improve task performance.1MIT
- AlicenseNot gradedqualityBmaintenanceProvides a cross-session experience knowledge base for AI agents, enabling retrieval of past problem-solution experiences via MCP tools. It helps agents reuse solutions without retraining, with zero-LLM runtime retrieval.MIT
- AlicenseNot gradedqualityBmaintenanceGives AI assistants a reliable memory for proven, verified skills, enabling them to reuse successful solutions and avoid repeating mistakes.3 npmMIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to store, retrieve, and self-improve procedural memories (lessons learned) based on relevance to the current task, pruning unused memories to reduce context load and prevent repetition of past mistakes.MIT
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to retain memory of past interactions and detect behavioral drift, preventing repeated mistakes without LLM token extraction.13 npm91 PyPI480MIT
- AlicenseNot gradedqualityDmaintenanceProvides persistent, cross-session memory for AI agents, allowing them to store and automatically retrieve information across different conversations and sessions without repeating context.3 npm174MIT
TDQS
Scored across 14 tools
Most tools have distinct purposes: record/inspect/recall form a clear CRUD+query core, while begin_attempt/feedback/reinforce/dismiss handle the verification lifecycle. The main ambiguity is between reinforce and feedback (both report outcomes) and between dismiss and reinforce (both are feedback paths), though the descriptions do clarify the intended use cases.
Tool names are mostly single verbs (record, inspect, recall, dismiss, amend, feedback, restore, forget, consolidate, stats, transfer) which is consistent in style, but the mix of single-word verbs and compound names (begin_attempt, maintenance) breaks a strict pattern. There is no verb_noun convention, but the naming is still readable and predictable.
14 tools is within the well-scoped range and each tool addresses a distinct lifecycle concern (recording, querying, verifying, maintaining, transferring). The count feels slightly heavy due to legacy/overlapping feedback tools (reinforce, dismiss, feedback), but it is not excessive.
The surface covers the full lesson lifecycle: create (record), read (inspect, recall), update (amend, restore), delete (forget), plus verification (begin_attempt, feedback), maintenance, and transfer. Minor gaps exist—there is no explicit search/list-all tool beyond recall, and the legacy reinforce path creates some redundancy—but the core domain is well covered.