We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e38c970 commit 7ae83f7Copy full SHA for 7ae83f7
1 file changed
.github/workflows/basictest.yaml
@@ -28,6 +28,7 @@ jobs:
28
env:
29
COPILOT_TOKEN: ${{ secrets.COPILOT_TOKEN }}
30
run: |
31
+ source .venv/bin/activate
32
python main.py -p GitHubSecurityLab/seclab-taskflow-agent/personalities/assistant 'explain modems to me please'
33
python main.py -p GitHubSecurityLab/seclab-taskflow-agent/personalities/c_auditer 'explain modems to me please'
34
python main.py -p GitHubSecurityLab/seclab-taskflow-agent/personalities/examples/echo 'explain modems to me please'
0 commit comments