You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
swarms/.replit

18 lines
321 B

modules = ["python-3.10", "bash"]
[nix]
channel = "stable-24_05"
packages = ["libxcrypt"]
[workflows]
runButton = "Run MCP Demo"
[[workflows.workflow]]
name = "Run Tests"
author = 13983571
mode = "sequential"
[[workflows.workflow.tasks]]
task = "shell.exec"
args = "python -m unittest tests/test_basic_example.py -v"