683 B
683 B
- Directory structure is correct (
backend/,frontend/,nanobot/). - FastAPI server running.
- React frontend running.
- LLM Configuration UI works.
- Users can select configured LLM for agents.
- Data Sources (PG, CH, MinIO, CSV) connect successfully.
- NL2SQL generates correct SQL.
- "View SQL" button works.
- "Add to Dashboard" button works.
- Dashboard displays pinned charts.
- Dashboard panels are resizable and draggable (Grafana-like).
- Internal Skills CRUD works.
- Users can select specific skills for a chat session.
- Selected skills are used by the agent.
- Multi-agent workflow functions as expected.