Commit graph

7 commits

Author SHA1 Message Date
Alessandro
c6136da08b fix(response): keep completions on the tool path
Route native Responses output text through the normalized response-tool executor instead of ending the monologue directly. Preserve active goal overrides and Responses state cleanup, wait for complete native streams, and reject empty response payloads.
2026-07-25 00:44:56 +02:00
Alessandro
d3a81ac65b fix(response): reject malformed response arguments
Raise RepairableException when response lacks a top-level text or message string. The existing recovery path now warns the model to correct the call instead of exposing a KeyError, while preserving legacy message arguments.
2026-07-23 09:05:42 +02:00
frdel
d02dda3667 BIG PYTHON REFACTOR
Python scripts moved out of python/ folder to root to be unified with plugins

+ frontend extension around api calls
2026-03-05 17:28:11 +01:00
frdel
b74d05d6c2 Docker + SSH, AgentConfig class 2024-07-05 22:58:16 +02:00
frdel
be11dbbab6 prototype v0.2
free JSON format, dirty parsing, tool superclass, memory injection, new rate limiter, agent params
2024-06-26 22:33:13 +02:00
frdel
422d5ca983 memory injection with filter, mid messages summary 2024-06-24 23:18:53 +02:00
frdel
2330288798 JSON message format prorotype 2024-06-21 09:06:33 +02:00
Renamed from tools/message.py (Browse further)