aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/aflow/testdata/TestLLMTool.trajectory.json
Commit message (Collapse)AuthorAgeFilesLines
* pkg/aflow: add LLMToolDmitry Vyukov2026-01-231-0/+297
LLMTool acts like a tool for the parent LLM, but is itself implemented as an LLM agent. It can have own tools, different from the parent LLM agent. It can do complex multi-step research, and provide a concise answer to the parent LLM without polluting its context window.