(context.Context)
| 700 | } |
| 701 | |
| 702 | func (r *LocalRuntime) CurrentAgentName(context.Context) string { |
| 703 | return r.currentAgentName() |
| 704 | } |
| 705 | |
| 706 | // currentAgentName is the context-free internal accessor. LocalRuntime |
| 707 | // resolves the active agent purely from in-memory state, so its internal |