aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/aflow/verify.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/aflow: handle model quota errorsDmitry Vyukov2026-01-201-0/+1
| | | | | | | | Detect model quota violations (assumed to be RPD). Make syz-agent not request jobs that use the model until the next quota reset time. Fixes #6573
* pkg/aflow: add ability to generate several candidate replies for LLM agentsDmitry Vyukov2026-01-191-0/+6
| | | | | | | | | 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/+98