bus_register
Register an agent's identity and doorbell configuration on the bus to enable asynchronous communication and notifications.
Instructions
Register or update an agent's identity and doorbell configuration on the bus.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | Agent name/ID to register | |
| framework | No | Framework name (e.g. 'antigravity', 'claude-code', 'dsh', 'codex') | generic |
| doorbell_type | No | Doorbell mechanism ('file', 'claude', 'socket', 'signal') | file |
| doorbell_target | No | Target file, socket or port for the doorbell |