Arnav
|
b2d2b1ca87
|
working chat mode
|
2026-04-25 11:02:22 -05:00 |
|
haikdc
|
f98c56ab7e
|
[hAIk]: Holy fucking shit the agent finally works in the frontend: align frontend/backend naming: rename AgentSession.id→session_id across agentsTypes, agentsReducers, agentsExtraReducers, AgentCard, BrowserAgentOverlay, DashboardCanvas, useAgentChat, useToolbarActions, useDashboardKeyboard, MessageActions, and backend-bridge agents/dashboards; rename CardPosition.zOrder→z_order in dashboardLayoutTypes, dashboardLayoutReducers, dashboardLayoutSlice, and DashboardCanvas; fix circular import between dashboards.py and agents.py by deferring imports; add NINE_ROUTER_MODEL_MAP for sonnet/opus/haiku alias resolution in launch_agent; make build_agent_toolkit async and pass load_dashboard/save_dashboard into browser delegation toolkit; fix PromptMsgDict to use TypedDict, fix zip type hint bug, and fix browser agent model reference (parent.model→parent.config.model); add p_on_task_done callback with traceback logging on Agent, capture stderr and full tracebacks in run_agent_loop; add unwrages helper in agentsExtraReducers to normalize nested message payloads; pipe frontend console-message events to Electron stdout; enable ws:true on Vite proxy; add diagnostic console.logs across WS handlers, session lifecycle, and dashboard updates
|
2026-04-18 10:26:51 -07:00 |
|
haikdc
|
5536c0e60e
|
[Haik]: tools subapp done, some touch ups may be done tho
|
2026-04-05 14:24:16 -07:00 |
|
haikdc
|
f9b1c8277a
|
[Haik]: ckpt, pulled out shared mode resolution logic into its own helper class
|
2026-04-05 12:03:25 -07:00 |
|
haikdc
|
5906c9d113
|
[Haik]: Made a COMMS_MANAGER singelton which handles all high level frontend comm concerns used by the agents subapp
|
2026-04-05 09:37:10 -07:00 |
|