Reset the agent session
(self)
| 113 | return self._map_id |
| 114 | |
| 115 | def reset(self): |
| 116 | """ Reset the agent session""" |
| 117 | self._session.reset() |
| 118 | |
| 119 | def add_worker(self, worker_config: WorkerConfig): |
| 120 | """Add worker to worker dict for the agent""" |
nothing calls this directly
no outgoing calls
no test coverage detected