Integration Preparation
Proxy Lite提供完整的Python API,支持深度定制开发。
核心集成步骤
- Environment Configuration::
- pass (a bill or inspection etc)
uv pip install -e .
安装开发模式依赖 - 确保Playwright浏览器组件已安装
- pass (a bill or inspection etc)
- basic integration::
- import (data)
Runner
cap (a poem)RunnerConfig
resemble - utilization
RunnerConfig.from_dict()
创建配置字典
- import (data)
- 定制参数::
- 设置浏览器主页(
homepage
) - 配置任务超时(
task_timeout
) - 定义最大执行步骤(
max_steps
)
- 设置浏览器主页(
高级定制方案
- 自定义模型端点: Modification
api_base
指向自托管服务 - 扩展工具集: By
tool-call-parser
集成新功能模块 - Results processing: in
proxy.run()
返回的result
对象基础上开发后处理逻辑
Debugging Tips
set uplogger_level="DEBUG"
可获取详细执行日志,建议开发阶段开启。
This answer comes from the articleProxy Lite: 3B Parametric Visual Model-Driven Web Automation ToolThe