First build

This commit is contained in:
qixinbo
2026-03-14 15:44:48 +08:00
parent 630d57a5cb
commit fb9c0906b5
145 changed files with 25148 additions and 0 deletions
@@ -0,0 +1,15 @@
- [x] Directory structure is correct (`backend/`, `frontend/`, `nanobot/`).
- [x] FastAPI server running.
- [x] React frontend running.
- [x] LLM Configuration UI works.
- [x] Users can select configured LLM for agents.
- [x] Data Sources (PG, CH, MinIO, CSV) connect successfully.
- [x] NL2SQL generates correct SQL.
- [x] "View SQL" button works.
- [x] "Add to Dashboard" button works.
- [x] Dashboard displays pinned charts.
- [x] Dashboard panels are resizable and draggable (Grafana-like).
- [x] Internal Skills CRUD works.
- [x] Users can select specific skills for a chat session.
- [x] Selected skills are used by the agent.
- [x] Multi-agent workflow functions as expected.