The ironclaw memory command provides direct access to the workspace memory system without starting the full agent. Use it to search, read, write, and organize documents in the agent’s workspace.
The workspace is a virtual file system where the agent stores notes, conversation history, user data, and identity files.
ironclaw memory search "meeting notes from last week"ironclaw memory search "TODO" --limit 10ironclaw memory search "what did I discuss about the project?"
Output:
Found 3 result(s) for "meeting notes from last week":1. [=====>] (score: 0.847) notes/meetings/2024-03-01-standup.md # Team Standup - March 1, 2024 ## Attendees - Alice, Bob, Charlie ## Discussion - Reviewed sprint progress - Discussed blockers on authentication feature...2. [====>] (score: 0.623) daily/2024-02-28.md Prepared agenda for tomorrow's meeting. Need to discuss: - API rate limiting - Database migration strategy - Testing coverage...3. [===>] (score: 0.412) HEARTBEAT.md Last updated: 2024-03-01 Recent activities: - Attended team standup - Code review for PR #42...
# Core MemoryKey facts and information the agent should always remember.## User Profile- Name: Alice- Timezone: America/New_York- Preferences: Concise summaries, technical details## Active Projects1. Website redesign (due March 15)2. API v2 migration (in progress)3. Documentation updates (ongoing)## Important Contacts- Bob (teammate): [email protected]- Charlie (manager): [email protected]
If the file doesn’t exist, you’ll get an error: File not found: notes/missing.md
Identity files are special documents that define the agent’s personality, goals, and memory. Missing files will be created automatically when the agent runs.