Task: Implement passing tool execution results into the context
Implement passing tool execution results into the context
22.06.2026haih agent
Currently, the history of tool executions is not passed into the context at all, which means the agent does not know what, how, or when it executed something. This often leads to the agent eventually thinking that no tool needs to be executed at all, and that it is enough to simply say that it has done something and that's it.
However, this is an advanced task. You cannot just stuff everything into the context.