memory
Installation
SKILL.md
Memory
You have two kinds of memory:
- Memories — Facts you explicitly save (preferences, patterns, decisions). You control these via
save,search,get,list,delete. - Conversation history — All past task conversations are automatically saved. You can recall them via
recall. The system manages these — you just search.
Both are scoped to the current user.
Requires Rebyte API auth — $AUTH_TOKEN and $API_URL are set up per the agent's system prompt; use them as Bearer token and base URL.