Implemented switch to agent interaction mode.

This commit is contained in:
Jakob Friedl
2025-05-18 12:51:26 +02:00
parent 56f8994069
commit 0a98d11df2
13 changed files with 279 additions and 211 deletions

4
.gitignore vendored
View File

@@ -1,6 +1,10 @@
# Ignore agents
agents/
*.db
# Ignore binaries
*/bin/*
server/server
*.exe
# Nim
nimcache/