人工接管如何触发,例如手机号登录如何人工接管输入验证码?
作者: wengtester创建于 2026年3月23日更新于 2026年4月30日
The script is as follows: agent_config = AgentConfig(lang=lang) agent = PhoneAgent( agent_config=agent_config, model_config=model_config, # confirmation_callback=my_confirmation, takeover_callback=my_takeover, ) result = agent.run("Click to get the verification code, then enter manual takeover, automatically get the verification code and enter it.") print(f"{msgs['task_result']}: {result}")
但是实际调用时,没有执行到方法my_takeover
内容来源: zai-org/Open-AutoGLM