Search the swarm's collective memory for relevant facts, decisions, and skills using semantic similarity
This skill enables agents to query the swarm's collective memory (powered by LEANN) to retrieve relevant context from past interactions, decisions, and learned skills.
search memory for "authentication implementation"
search memory for "database schema" type=decision tags=architecture
search memory for "bug fix" session=sess_abc123
The search returns a list of artifacts with:
Query: "What testing framework are we using?"
Search: search memory for "testing framework"
Results:
[FACT] project uses vitest (confidence: 0.92)
Evidence: vitest.config.ts, package.json
From session: sess_xyz789
[DECISION] Use Vitest over Jest for performance
Rationale: Faster test runs, native ESM support
From session: sess_abc123