iyke_agent_register
Register an agent to attribute work to it for locks and timers. Returns an opaque ID used with iyke_lock_acquire. Omit ID to mint a new one; repeated calls with same ID update last_seen_at.
Instructions
Register this agent so locks and timers can attribute work to it. Returns an opaque id. Pass the id as holder to iyke_lock_acquire. Repeated calls with the same {id} bump last_seen_at; omit id to mint a new one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Optional. Caller-supplied id (e.g. session-derived). Server mints one if omitted. | |
| name | Yes | Display name, e.g. "claude-conductor". | |
| model | No | ||
| metadata | No |