Add Chat page with WebSocket connection to LLM router

This commit is contained in:
Azat
2026-02-03 00:13:56 +01:00
parent 65ec6ad1ec
commit ddc02511cc
4 changed files with 265 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
export { Overview } from './Overview'
export { Chat } from './Chat'
export { Skills } from './Skills'
export { SkillDetail } from './SkillDetail'
export { Memory } from './Memory'