You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ Core loop:
26
26
- Error-to-entity links via `VIOLATES` edges (`python/graph/ingest.py`)
27
27
- Agent tooling to inspect errors, traverse graph context, read source, and output correction prompts (`python/agents/*`)
28
28
- Live, non-blocking agent run indicators in the desktop UI (phase updates + progress bars while fix suggestions are generated)
29
+
- Three-column desktop workspace layout: errors (left), graph (center, primary), and a suggestion panel (right) that appears only after an agent workflow run starts
29
30
30
31
## Agent Workflow (Implemented in `python/agents`)
0 commit comments