bug?: 无法更新 agent id #79
Closed
weinibuliu
started this conversation in
General
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
https://github.com/MaaXYZ/MaaDebugger/blob/main/src/MaaDebugger/maafw/__init__.py#L101-L115 处实现是否存在问题?
在
agent_identifier建立后,便没办法再更新它了。无论参数传入何值,都只返回最初被建立的 agent id开发者是否可能存在中途更改 agent id 的可能?
附:
connect agent 按钮的回调
https://github.com/MaaXYZ/MaaDebugger/blob/main/src/MaaDebugger/webpage/index_page/master_control.py#L346-L357
可以看到原有的 id 将覆盖新传入的 id。
All reactions