| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pkg/aflow: abstract away LLM temperature | Dmitry Vyukov | 2026-02-02 | 1 | -1/+1 |
| | | | | | | | | | | | Introduce abstract "task type" for LLM agents instead of specifying temperature explicitly for each agent. This has 2 advantages: - we don't hardcode it everywhere, and can change centrally as our understanding of the right temperature evolves - we can control other LLM parameters (topn/topk) using task type as well Update #6576 | ||||
| * | pkg/aflow/tool/researcher: add researching LLM tool | Dmitry Vyukov | 2026-01-23 | 1 | -0/+44 |
| It can answer complex questions about kernel, and provide a concise answer to other LLMs. | |||||
