aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/aflow/template_test.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/aflow: add ability to generate several candidate replies for LLM agentsDmitry Vyukov2026-01-191-0/+11
| | | | | | | | | Add LLMAgent.Candidates parameter. If set to a value N>1, then the agent is invoked N times, and all outputs become slices. The results can be later aggregated by another agent, as shown in the test.
* pkg/aflow: add package for agentic workflowsDmitry Vyukov2026-01-091-0/+68