This commit is contained in:
2026-03-03 20:17:52 +01:00
commit 854045cede
7 changed files with 1135 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# retoor <retoor@molodetz.nl>
version = "1.0.0"
author = "retoor"
description = "Snek chat bot with DeepSeek LLM and tool support"
license = "MIT"
srcDir = "src"
bin = @["sneknim"]
requires "nim >= 2.0.0"
requires "ws >= 0.5.0"