Commit Graph

452 Commits

Author SHA1 Message Date
Enrico Ros 784ee9a4da AIX: DeepSeek V4: wires and parser NS 2026-04-24 05:45:53 -07:00
Enrico Ros 678e6b8ba1 AIX: Gemini Interactions: terminate on error 2026-04-24 05:45:53 -07:00
Enrico Ros b22904f6bb AIX: Gemini Interactions: Cancel + Delete
Also see: googleapis/python-genai#1971
2026-04-24 03:40:34 -07:00
Enrico Ros 82654a00d4 AIX: Streaming (hinting) review and Gemini Interactions API fix 2026-04-24 02:47:09 -07:00
Enrico Ros 9595f14ddc LLM: DeepSeek V4 (flash, pro) + thinking/reasoning_effort fix 2026-04-23 23:59:09 -07:00
Enrico Ros 4d097d7136 LLMs: DeepSeek: add V4 support infra 2026-04-23 23:30:34 -07:00
Enrico Ros d85f0ebfc4 AIX: Upstream Deletion via both CSF or tRPC 2026-04-23 15:29:39 -07:00
Enrico Ros 08506abaee AIX: Gemini Interactions: rewrap to nullify retry errors, to not re-submit expensive Deep Research runs 2026-04-23 03:08:10 -07:00
Enrico Ros 078c80d572 AIX: Gemini Interactions: full SSE migration (no post + get_loop anymore) 2026-04-23 02:15:35 -07:00
Enrico Ros fc497e9beb AIX: Gemini Interactions: improve wires 2026-04-23 02:15:35 -07:00
Enrico Ros 2dc9b87cda AIX: Gemini Interactions: allow multiple reattaches, use the Gemini default timeout 2026-04-22 22:29:57 -07:00
Enrico Ros 41d42d82fb AIX: Gemini interactions: improvements 2026-04-22 18:28:16 -07:00
Enrico Ros f703c8a8c9 AIX: Cleanups 2026-04-22 18:20:40 -07:00
Enrico Ros bf753eab55 AIX: XAI: support for reasoning items 2026-04-22 17:59:32 -07:00
Enrico Ros 698b67af06 AIX: Gemini Interactions: images are usually figures, skip conversion 2026-04-22 17:59:10 -07:00
Enrico Ros 44d05181f4 AIX: Gemini Interactions: update with support for Audio, Thougts 2026-04-22 17:37:20 -07:00
Enrico Ros 996998a5cc AIX: Gemini Interactions: In/Out of images, Out of Audio 2026-04-22 17:37:20 -07:00
Enrico Ros 98474b2721 AIX: OpenAI Responses: Encrypted reasoning 2026-04-22 17:37:20 -07:00
Enrico Ros 04916b700e AIX: Reattach: preserve the creation time and don't overwrite handle on reattach 2026-04-22 13:15:25 -07:00
Enrico Ros 96d801f40a AIX: Gemini Interactions: elevate polling to 10 2026-04-22 02:15:20 -07:00
Enrico Ros 4d21d5134a AIX: Gemini Interactions: Alpha support - fresh with 2-stages poller, plus reconnect - both feed into the same stream and parser 2026-04-22 01:23:36 -07:00
Enrico Ros 09d44a4314 AIX: Dispatch: custom-connect suppport, for non-single-request solutions; add connection ownership 2026-04-22 01:22:44 -07:00
Enrico Ros 974aa12137 DMessages/AIX: broaden upstreamHandle 2026-04-21 16:15:37 -07:00
Enrico Ros ec76e1c5cf AIX: OpenAI Responses: image generation: add details 2026-04-21 14:16:25 -07:00
Enrico Ros 6610211eac AIX: Ant: change tools label 2026-04-16 14:14:23 -07:00
Enrico Ros 4bf965953a LLMs/AIX: Anthropic Claude Opus 4.7 full support 2026-04-16 13:30:40 -07:00
Enrico Ros 1bd6513d59 AIX: ReassemberTransform: Embed/Delete Anthropic Files 2026-04-16 04:55:04 -07:00
Enrico Ros 0be676229f AIX: Dispatch: tag the Anthropic server-side tranform-fileInline as csfUnsafe because incurs into CORS block by the Anthropic File API servers 2026-04-16 03:44:44 -07:00
Enrico Ros 85463fafb1 AIX: Anthropic: Container -> File API Images inlining 2026-04-10 03:17:07 -07:00
Enrico Ros 0641b0df97 AIX: Anthropic: Container -> File API Text inlining 2026-04-10 03:17:07 -07:00
Enrico Ros 98825081a9 AIX: Dispatch: ChatGenerateParticleTransformFunction 2026-04-10 03:17:07 -07:00
Enrico Ros 19ebd399a8 AIX: Anthropic: parser: improve server_tool_use ends 2026-04-09 16:22:25 -07:00
Enrico Ros ccd9f0980f AIX: bits 2026-04-07 04:50:00 -07:00
Enrico Ros 5cc48d24ec AIX: Anthropic: Download Files (AIX hosted resource support) 2026-04-07 04:31:34 -07:00
Enrico Ros 7929d4eb30 AIX: Anthropic: Containers support (1h) - allows to continue Skills, bash sessions, dynamic filtering, temp files, etc. 2026-04-07 03:06:29 -07:00
Enrico Ros d395fa817d AIX: Anthropic: Containers: parsing support via 'svs' 2026-04-07 00:21:35 -07:00
Enrico Ros e44d4b8b01 AIX: make stop reason setting idempotent 2026-04-06 16:05:50 -07:00
Enrico Ros c342f553db AIX: bits 2026-04-06 16:05:27 -07:00
Enrico Ros 1772db5e98 AIX: Anthropic Wires/Parser: improve 2026-04-05 07:50:39 -07:00
Enrico Ros a3200e1aab AIX: remove the pause_continue token stop reason, as we handle it in the server-side loop 2026-04-03 16:21:12 -07:00
Enrico Ros 85083f323d AIX: OpenaI parser: cleanup 2026-04-02 22:36:33 -07:00
Enrico Ros a6e040e3e5 AIX: Reassembly: Snapshots for continuation & retry reset
Also includes:
- move Accumulator inside the Reassembler
- drain in-flight before client-retry
- improved continue/retry visualizations
- retrier has less status inside (removed resume handle, now external)

Fixes #1055
2026-04-02 17:36:43 -07:00
Enrico Ros 3e6cfc9775 AIX: Anthropic: parser: signal text vs bash script 2026-04-02 16:13:59 -07:00
Enrico Ros 463ef406a7 AIX: CG Eexecutor: Anthropic retry 2026-03-31 13:06:46 -07:00
Enrico Ros b760250da1 AIX: CGR: respect source ordering of messages, and remove the Tool messages in AIX up 2026-03-28 09:04:12 -07:00
Enrico Ros b5829ac541 AIX: Gemini: comment 2026-03-28 06:55:53 -07:00
Enrico Ros 333c318a62 AIX: Anthropic: parse code exec/bash failures 2026-03-28 06:55:49 -07:00
Enrico Ros 5f6f7086d0 AIX: Anthropic: trace bash_code_execution ops 2026-03-28 06:55:49 -07:00
Enrico Ros 65bf147e04 DMessage/AIX: ToolInvocationResponse parts and AIX ToolResponsePart['FunctionCallResponse'] must carry the function name 2026-03-27 22:25:53 -07:00
Enrico Ros e5e333db70 AIX: Gemini: improve tool hosted/user cohexistence 2026-03-27 21:51:19 -07:00