(name string)
| 713 | } |
| 714 | |
| 715 | func (r *LocalRuntime) setCurrentAgent(name string) { |
| 716 | r.agents.Set(name) |
| 717 | } |
| 718 | |
| 719 | func (r *LocalRuntime) CurrentAgentInfo(context.Context) CurrentAgentInfo { |
| 720 | currentAgent := r.CurrentAgent() |
no test coverage detected