典型报错处理方案
- graphviz缺失:需系统级安装(brew/apt/choco)
- Python包冲突:建议使用venv隔离环境
- 版本不兼容:要求Python≥3.9,可通过pyenv管理多版本
分平台解决方案
Mac用户::brew reinstall graphviz --with-app
解决图形渲染异常
Windows user::
需将Graphviz安装目录加入PATH环境变量
Linux服务器::
需额外安装libgraphviz-dev
开发包
Verify Installation
(of a computer) runagentic-radar --version
应返回形如0.2.0
的版本号,执行dot -V
应显示Graphviz版本信息。
This answer comes from the articleAgentic Radar: Visualization Tool for Agentic Workflow Security InspectionThe