Skip to content

人工接管怎么触发,比如手机号登录怎么人工接管输入验证码? #384

@wengtester

Description

@wengtester

脚本是这样的:
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("点击获取验证码后进入人工接管,自动获取验证码并输入")
print(f"{msgs['task_result']}: {result}")

但是实际调用,没有执行到方法my_takeover

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions