Phodal Huang 8b7db54eb3 feat(ext-context): add auto-test API endpoint with user stories 4 月之前
..
README.md 93c5544d98 docs(custom_agent): update README.md with new virtual environment setup instructions 7 月之前
requirements.txt 62e30a1bf4 feat(custom-agent): add basic support for custom agent execution #51 7 月之前
server.py 8b7db54eb3 feat(ext-context): add auto-test API endpoint with user stories 4 月之前

README.md

Custom Agent Server example

code:server.py

  1. Create virtual environment
python -m venv venv
source venv/bin/activate
  1. Install the required packages
pip install -r requirements.txt
  1. Run
python server.py