Commit 7f0ffec
Harden frontend backend proxy and build workflow health checks (#101)
* chore: verify CI lint workflow and apply black/lint updates
* Overhaul autonomy docs and harden CPU chaos validation
- Add comprehensive autonomy core package (contracts, map/twin state, planner, predictor, readiness) with tests and integration points.
- Extend backend with autonomy insight endpoints and align OpenAPI coverage.
- Expand HUD and C2 surfaces with autonomy KPI, safety, recommendation, and timeline overlays.
- Normalize drone telemetry ingest confidence/health metadata and map query contract support.
- Switch node-agent to CPU-only PyTorch wheels to reduce container footprint in CI/dev runs.
- Harden chaos suite fallback by passing admin auth headers for trigger_fl.
- Fix monitoring package integration script/test wiring and refresh repository docs with a full autonomy operations guide plus updated README/C2/monitoring/changelog.
* Add concrete AI interaction implementation plan
- Turn the AI usability recommendations into a phased, ticketable plan.
- Cover command bar, structured recommendations, approval flow, model routing, metadata, mission context, and search.
- Define rollout criteria, validation strategy, and first-branch execution order for the new feature branch.
* Add shared AI interaction summary and operator UX
- add the /ai/interaction/summary backend payload with quick actions and recommendations
- wire the HUD and C2 surfaces to the shared interaction summary
- fix the app-shell fetch path, add focused C2 coverage, and refresh docs
- update the AI interaction plan to record completed work and follow-up items
* Complete AI interaction review workflow
- add interaction history and decision logging endpoints on the backend
- wire the HUD review drawer with approve, edit, reject, and undo flows
- pass review metadata through the app shell and action callbacks
- update C2, docs, and API specs to reflect the completed interaction plan
* Enhance HUD digital twin lens
Add digital twin lens panels for map freshness, route candidates, replay context, and envelope assumptions to strengthen operator twin perspective.
* Add phase 4 AI interaction concrete execution plan
* Potential fix for pull request finding 'CodeQL / Unreachable code'
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Ryan <221235059+rwilliamspbg-ops@users.noreply.github.com>
* Execute phase 4 interaction auth, replay UX, and contracts
* Fix PR check failures: dedupe interaction routes and format Python
* Harden frontend backend proxy and main workflow health checks
* Fix duplicate AI interaction routes and black formatting in backend
Agent-Logs-Url: https://github.com/rwilliamspbg-ops/Sovereign_Map_Federated_Learning/sessions/5439c336-47b4-4fb8-81d8-f9f5373ac766
Co-authored-by: rwilliamspbg-ops <221235059+rwilliamspbg-ops@users.noreply.github.com>
---------
Signed-off-by: Ryan <221235059+rwilliamspbg-ops@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>1 parent 3ae4dd0 commit 7f0ffec
5 files changed
Lines changed: 45 additions & 57 deletions
File tree
- .github/workflows
- frontend
- src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | | - | |
78 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
79 | 101 | | |
80 | 102 | | |
81 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | | - | |
| 35 | + | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
7 | 12 | | |
8 | 13 | | |
9 | 14 | | |
| |||
22 | 27 | | |
23 | 28 | | |
24 | 29 | | |
25 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
26 | 33 | | |
27 | 34 | | |
28 | | - | |
| 35 | + | |
29 | 36 | | |
30 | 37 | | |
31 | 38 | | |
32 | 39 | | |
| 40 | + | |
33 | 41 | | |
34 | 42 | | |
35 | 43 | | |
36 | 44 | | |
37 | 45 | | |
38 | 46 | | |
39 | 47 | | |
40 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
41 | 51 | | |
42 | 52 | | |
43 | | - | |
| 53 | + | |
44 | 54 | | |
45 | 55 | | |
46 | 56 | | |
47 | 57 | | |
| 58 | + | |
48 | 59 | | |
49 | 60 | | |
50 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
273 | | - | |
274 | 273 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
450 | 450 | | |
451 | 451 | | |
452 | 452 | | |
| 453 | + | |
453 | 454 | | |
454 | 455 | | |
455 | 456 | | |
| |||
3955 | 3956 | | |
3956 | 3957 | | |
3957 | 3958 | | |
3958 | | - | |
3959 | | - | |
3960 | | - | |
3961 | | - | |
3962 | | - | |
3963 | | - | |
3964 | | - | |
3965 | | - | |
3966 | | - | |
3967 | | - | |
3968 | | - | |
3969 | | - | |
3970 | | - | |
3971 | | - | |
3972 | | - | |
3973 | | - | |
3974 | | - | |
3975 | | - | |
3976 | | - | |
3977 | | - | |
3978 | | - | |
3979 | | - | |
3980 | | - | |
3981 | | - | |
3982 | | - | |
3983 | | - | |
3984 | | - | |
3985 | | - | |
3986 | | - | |
3987 | | - | |
3988 | | - | |
3989 | | - | |
3990 | | - | |
3991 | | - | |
3992 | | - | |
3993 | | - | |
3994 | | - | |
3995 | | - | |
3996 | | - | |
3997 | | - | |
3998 | | - | |
3999 | | - | |
4000 | | - | |
4001 | | - | |
4002 | | - | |
4003 | | - | |
4004 | | - | |
4005 | 3959 | | |
4006 | 3960 | | |
4007 | 3961 | | |
| |||
0 commit comments