Give agents durable task state
Agents need project goals, tool results, files, decisions, and unresolved questions to persist beyond a single prompt or run.
Agent workspaces
This page is about Recall Core as a workspace layer for agents: bounded context, explicit tools, resumable task state, and auditable handoff when work spans multiple runs.
Agents need project goals, tool results, files, decisions, and unresolved questions to persist beyond a single prompt or run.
A workspace should make it clear which sources, MCP clients, APIs, and documents an agent can use before it starts acting.
When an agent fails, stops, or hands work to another tool, Recall Core should preserve enough context to resume without guessing.
Long-running agent work needs visible boundaries, source trails, retry behavior, and clean shutdown paths for real teams.
Agent path
The goal is to let agents work with durable context while users and teams can still understand what was connected, what changed, what failed, and how to stop or recover the run.
Different from AI memory
AI memory focuses on the user's long-term context across tools. Agent workspaces focus on bounded, inspectable task environments for systems that act on the user's behalf.