Context synthesis
From-scratch agent runtime with task graphs, multi-index RAG, memory, typed tools, reusable skills, handoffs, traces, and smoke tests.
npx -y skills add QiRebecca/Agentdemo --skill context_synthesisAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.5 KB, 113 tokens by cl100k_base, as published. Nobody here has run it
Context Synthesis
Purpose
Turn retrieved documents and memory into compact working context.
When To Use
Use when a task has retrieval results that need to be summarized before planning or acting.
Inputs
retrieved_context: dictionary containing documents, memories, skills, and tools.
Steps
- Identify the highest scoring document and memory records.
- Extract the concrete workflow guidance.
- Keep the summary short.
- Preserve source names or paths.
Validation
- The summary mentions sources.
- The summary is short.