aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/aflow/template_test.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/aflow: provide reusable helpers to extract crash typeDmitry Vyukov2026-01-281-0/+20
| | | | | Lots of workflows may want to have special handling for particular bug types. Provide common helpers that make it easy to act on bug type.
* pkg/aflow: support function calls in templatesDmitry Vyukov2026-01-271-0/+8
| | | | | | | | Support constructs like: {{if and .Foo .Bar}} "and" is represented by IdentifierNode, which we need to ignore in our analysis.
* 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