| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pkg/aflow: make LLM model per-agent rather than per-flow | Dmitry Vyukov | 2026-01-20 | 1 | -1/+3 |
| | | | | | | | Having LLM model per-agent is even more flexible than per-flow. We can have some more complex tasks during patch generation with the most elaborate model, but also some simpler ones with less elaborate models. | ||||
| * | pkg/aflow: allow to specify model per-flow | Dmitry Vyukov | 2026-01-14 | 1 | -0/+1 |
| | | | | | | We may want to use a weaker model for some workflows. Allow to use different models for different workflows. | ||||
| * | pkg/aflow/flow/patching: add bug fix patching workflow | Dmitry Vyukov | 2026-01-09 | 2 | -0/+195 |
