Commit ce2ceee
committed
feat(ui): Implement Blazor WASM UI for ClawSharp Phase 3 (Tasks 3.7-3.11)
- Create Blazor WASM UI with Chat, Dashboard, Memory Browser, and Settings pages
- Chat page connects to SignalR hub at /hubs/agent, sends messages, shows responses
- Dashboard page shows provider status and channel status
- Memory Browser page allows browsing and searching memories
- Settings page provides basic configuration UI
- Self-host Blazor from Gateway: add UseBlazorFrameworkFiles() and MapFallbackToFile()
- Add memory endpoints to Gateway for UI integration
- Fix SlackChannel AllowedChannels property in config1 parent f45fc41 commit ce2ceee
24 files changed
Lines changed: 1861 additions & 93 deletions
File tree
- src
- ClawSharp.Channels
- ClawSharp.Core/Config
- ClawSharp.Gateway
- Endpoints
- ClawSharp.UI
- Layout
- Pages
- Services
- ClawSharp.Web/Pages
- tests/ClawSharp.Gateway.Tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
0 commit comments