Files
crewAI/lib
Vinicius Brasil 267b519896 Show typed tool output to the agent as JSON
Tools with an `output_schema` returned a Python repr to the agent
instead of clean JSON. Send every tool result through
`format_output_for_agent` so the agent reads valid JSON, across all
executors and `ToolUsage`.

The cache still stores the raw result, so cache callbacks keep getting
the original typed object.
2026-06-18 21:04:13 -07:00
..