Create adds a new agent.
(ctx context.Context, agent SubAgent)
| 140 | List(ctx context.Context) ([]SubAgent, error) |
| 141 | // Create adds a new agent. |
| 142 | Create(ctx context.Context, agent SubAgent) (SubAgent, error) |
| 143 | // Delete removes an agent by its ID. |
| 144 | Delete(ctx context.Context, id uuid.UUID) error |
| 145 | } |
no outgoing calls