| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
Support constructs like:
{{if and .Foo .Bar}}
"and" is represented by IdentifierNode, which we need to ignore in our analysis.
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|