| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pkg/aflow: add ability to generate several candidate replies for LLM agents | Dmitry Vyukov | 2026-01-19 | 1 | -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 workflows | Dmitry Vyukov | 2026-01-09 | 1 | -0/+68 |
