Switch to Anthropic SDK because we need MCP servers

This commit is contained in:
HugeFrog24
2026-05-25 21:35:49 +02:00
parent 82fff17e66
commit 8c699ab70a
33 changed files with 5249 additions and 2 deletions
+21
View File
@@ -0,0 +1,21 @@
# Local IDE config & user settings
.vscode/
# Go vendor directory
vendor/
# Environment variables
.env
# Any log files
*.log
# Database file
bot.db
# All config files except for the default
config/*
!config/default.json
# test-prompt.ps1 conversation history
.test-prompt-history.json