(_ context.Context, agentName string)
| 727 | } |
| 728 | |
| 729 | func (r *LocalRuntime) SetCurrentAgent(_ context.Context, agentName string) error { |
| 730 | return r.agents.SetValidated(agentName) |
| 731 | } |
| 732 | |
| 733 | func (r *LocalRuntime) CurrentAgentCommands(context.Context) types.Commands { |
| 734 | return r.CurrentAgent().Commands() |
nothing calls this directly
no test coverage detected