Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 343 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 343 Bytes

构建 Docker 镜像

docker build -t agent-executor .

alt text

运行 Docker 容器

docker run -it --network=host agent-executor bash

运行 RAG 脚本

python tests/test_agent_executor.py

alt text

alt text