Roberto
70c19d3064
chore(contextual): purge residual floating WsFrame defs + output_formatter branch
...
After M6.5 deletion of run_floating_stream and the frame dispatch,
WsFrameType.floating_request/floating_domain, WsFloatingRequest,
WsFloatingDomain, WsFloatingScope, WsDomain, and the StreamFormatter's
floating_domain branch were left as dead protocol surface. Remove them,
along with the corresponding test cases in test_schemas_v3.py and
test_output_formatter.py.
2026-05-15 18:56:29 +02:00
Roberto
67562b8092
Add task brief research agent: Stage 1 deep-research + canvas draft emission
...
- run_task_brief_research() runner with brief-specific tool set and max_steps=12
- New agents: client_agent (list_clients, get_client) and relations_agent (query_relations)
- search_associative tool wrapping MemoryMiddleware semantic search
- BRIEF_RESEARCH_TOOLS constant: read-only task/project/note/timeline + memory + client/relations
- canvas block extraction in output_formatter (splits visible text from <canvas> draft)
- device_ws.py: task_brief_research request type; emits canvas_draft mutation on stream_end
- Stage 2 briefMode: briefing_context injected into floating system prompt when present
- briefingContext kwarg wired through compile_prompt call chain
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-04 15:09:58 +02:00
2a0331d7ce
refactor floating_domain to structured object-only payload
2026-03-13 16:09:24 +01:00
fe085a7951
feat: migrate chat orchestration to deep langgraph workers
2026-03-12 22:25:36 +01:00
2de67213f8
rename from checkpoint to timeline agent
2026-03-10 23:17:38 +01:00
34f01234c9
rename popup chat to floating chat
2026-03-08 22:53:31 +01:00
393b3befd6
step-4: add output formatting layer (output_formatter.py)
...
HomeFormatter parses JSON block stream from orchestrator tokens and emits
stream_start / stream_text / stream_block / stream_end frames.
PopupFormatter emits popup_domain then plain stream_text.
All 13 unit tests pass.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-08 21:51:20 +01:00