chore: scaffold project workbench

This commit is contained in:
2026-07-18 15:50:04 +08:00
parent c58af44b73
commit 619a8b4b3b
9 changed files with 258 additions and 0 deletions

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# SenlinAI Agent Workbench
Private project-centered workbench MVP.
## Development
```powershell
docker compose -f infra/docker-compose.yml up -d
Set-Location backend
go run ./cmd/api
```