Memory update
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 memory_updateAssembled 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.3 KB, 76 tokens by cl100k_base, as published. Nobody here has run it
Memory Update
Purpose
Store a short episodic memory after a run reaches a meaningful checkpoint.
Steps
- Summarize what architecture components ran.
- Keep the summary short.
- Include the source run id.
- Write the memory through the typed memory tool.
Validation
- Memory is written.
- Memory has a source run id.