Initial commit: CarrotAssistant backend (Go + Gin + SQLite, OpenAI-compatible agent runtime)

This commit is contained in:
2026-07-06 16:10:55 +08:00
commit 5f84739b18
40 changed files with 4781 additions and 0 deletions

6
.dockerignore Normal file
View File

@@ -0,0 +1,6 @@
/data
*.db
*.db-*
.idea
.vscode
.git