recall

Search the memory system for relevant snippets, metadata, and related skills.

108|10|Updated Dec 29, 2024
One-click install
npx skills add https://github.com/Qredence/agentic-fleet --skill recall-qredence
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recall
Source: https://github.com/Qredence/agentic-fleet/tree/main/.fleet/context/system/recall
Command: npx skills add https://github.com/Qredence/agentic-fleet --skill recall-qredence

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Semantic recall over the memory system helps teams quickly retrieve relevant past decisions, patterns, and contextual information to inform current work.

Core Features & Use Cases

  • Semantic search across memory to surface top matches, related actions, and source metadata.
  • Contextual recall to fetch past decisions, patterns, and references for current tasks.
  • Use Case: When diagnosing a routing issue, recall surfaces relevant docs and prior conclusions to accelerate resolution.

Quick Start

Use the memory recall tool to search for past context, for example: uv run python .fleet/context/scripts/memory_manager.py recall "routing decisions from Q4 2023"

Frequently Asked Questions about recall

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How does semantic memory search help recall past decisions and context?

Semantic memory search helps recall past decisions by performing semantic search over the memory system to surface relevant solutions, patterns, and contextual references. It returns matched snippets, source metadata, similarity scores, and related skills to accelerate problem solving.

What is the best way to search for past context and patterns across ongoing tasks?

The best way to search for past context is using semantic recall to fetch past decisions, patterns, and references for current tasks. It matches your query against the memory store to return relevant snippets with similarity scores and source metadata.

How do I retrieve past routing decisions and related docs from a memory system?

To retrieve past routing decisions, use the memory recall tool to search the memory store with a specific query. For example, searching 'routing decisions from Q4 2023' surfaces relevant docs and prior conclusions to accelerate issue resolution.

What metadata is returned when performing a contextual recall search?

Contextual recall search returns matched snippets, source metadata, similarity scores, and related skills from the memory store. This provides contextual references to inform your current work and accelerate problem resolution.

Can I use semantic search to find related skills and solutions in a memory store?

Yes, you can use semantic search to find related skills and solutions in a memory store. The semantic recall process surfaces top matches along with related actions and source metadata to provide comprehensive context for ongoing tasks.