diff --git a/.replit b/.replit new file mode 100644 index 0000000..1927e2f --- /dev/null +++ b/.replit @@ -0,0 +1,8 @@ +modules = ["python-base-3.13"] +run = "ra-aid --chat" + +[nix] +channel = "stable-24_05" + +[deployment] +run = ["sh", "-c", "ra-aid --chat"]