Delete removes an agent by its ID.
(ctx context.Context, id uuid.UUID)
| 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 | } |
| 146 | |
| 147 | // NewSubAgentClient returns a SubAgentClient that uses the provided |
no outgoing calls