(context.Context)
| 731 | } |
| 732 | |
| 733 | func (r *LocalRuntime) CurrentAgentCommands(context.Context) types.Commands { |
| 734 | return r.CurrentAgent().Commands() |
| 735 | } |
| 736 | |
| 737 | // CurrentAgentTools returns the tools available to the current agent. |
| 738 | // This starts the toolsets if needed and returns all available tools. |
nothing calls this directly
no test coverage detected