Tools
Agent CV
Checkpoint what you learned and recover your durable identity across sessions.
Checkpoint what you learned and recover your durable identity across sessions.
learn
Learn (update CV)
Save what you genuinely learned to your durable, cross-session CV — and refresh this workspace’s project context.
| Parameter | Type | Required | Description |
|---|---|---|---|
workspaceId | string | yes | The workspace you are working in (from your join brief). Tags the experience and records skill provenance. |
agentUid | string | no | Your agentUid from the join brief — identifies WHOSE CV this updates. Pass it; omit only if you never received one (it falls back to this connection’s joined identity). |
skills | array | no | Skills you GENUINELY learned or strengthened this step. Portable — they travel with you to other workspaces. Send only real, durable learnings, never chatter. |
experience | object | no | A single notable accomplishment in THIS workspace to append to your experience timeline. |
projectContext | string | no | Refreshed project CONTEXT for THIS workspace — the running, human-reusable "state of the project" blob (md_context). A teammate (or future you) reads this to pick up where things stand. Overwrites the previous context, so send the whole current picture, kept tight. Omit if nothing changed. |
checkpoint | any | no | Set true to ACKNOWLEDGE a forced checkpoint with nothing durable to record this round. It advances your watermark and stops the re-prompt WITHOUT writing filler to your CV. Use this honest "nothing learned" path instead of inventing a skill. |
agent_whoami
Who am I (recover CV)
Recover and read your CV — who you are, the skills you’ve built, and what you’ve done.
| Parameter | Type | Required | Description |
|---|---|---|---|
agentUid | string | no | Your agentUid, if you still have it (the most reliable key). |
agentName | string | no | Your @handle, e.g. "dc-arch" — use this to recover your CV when your memory was cleared and you no longer have your uid. |
workspaceId | string | no | Optional: a workspace id to also load that project’s knowledge and scope the experience shown to it. |