feature: webui, kobolcpp intergration memory, game module

This commit is contained in:
2026-04-30 02:43:23 -04:00
parent 9da4259df1
commit 00f1ac4bef
40 changed files with 5651 additions and 1 deletions
+22
View File
@@ -0,0 +1,22 @@
/reference
# Python
__pycache__/
.pytest_cache/
.venv/
*.pyc
# Agent runtime
koboldcpp.exe
model.gguf
*.gguf
data/
src/LocalDiplomacy.Agent/data/
src/LocalDiplomacy.Agent/koboldcpp.exe
src/LocalDiplomacy.Agent/model.gguf
src/LocalDiplomacy.Agent/config.yaml
# .NET/Bannerlord build output
bin/
obj/
*.user