- WorkspaceManager: create/get/list workspaces with daily/weekly/monthly/pinned tiers
- Saved searches: agent stores SQL queries in workspace context
- Shortlist: tag candidates/records to a workspace with notes
- Activity log: track calls, emails, updates per workspace per agent
- Instant handoff: transfer workspace ownership with full history
Zero data copy — just a pointer swap, receiving agent sees everything
- Persistence: workspaces stored as JSON in object storage, rebuilt on startup
- Endpoints: /workspaces/create, /{id}, /{id}/handoff, /{id}/search,
/{id}/shortlist, /{id}/activity
- Tested: Sarah creates workspace, saves searches, shortlists 3 candidates,
logs activity, hands off to Mike who continues seamlessly
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
15 lines
389 B
JSON
15 lines
389 B
JSON
{
|
|
"id": "29c177bd-3728-428a-ab0f-95169aae1106",
|
|
"name": "timesheets",
|
|
"schema_fingerprint": "auto",
|
|
"objects": [
|
|
{
|
|
"bucket": "data",
|
|
"key": "datasets/timesheets.parquet",
|
|
"size_bytes": 17539932,
|
|
"created_at": "2026-03-27T13:43:26.951181242Z"
|
|
}
|
|
],
|
|
"created_at": "2026-03-27T13:43:26.951188331Z",
|
|
"updated_at": "2026-03-27T13:43:26.951188331Z"
|
|
} |