| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pkg/aflow: handle model quota errors | Dmitry Vyukov | 2026-01-20 | 1 | -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 agents | Dmitry Vyukov | 2026-01-19 | 1 | -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 workflows | Dmitry Vyukov | 2026-01-09 | 1 | -0/+98 |
