| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pkg/codesearch: expose struct layout in codesearch | Tamas Koczka | 2026-01-28 | 1 | -0/+17 |
| | | | | | | | | | | | - Extract struct field offsets and sizes in the C++ codesearch indexer. - Add 'fields' to the JSON definition output. - Update pkg/codesearch to parse and expose the new field information. - Add 'struct-layout' command to syz-codesearch for debugging. - Add 'codesearch-struct-layout' tool to pkg/aflow/tool/codesearcher/ to allow LLM agents to query struct memory layout and map byte offsets to fields. - Support pointer marshaling for optional JSON values (e.g. *uint) | ||||
| * | pkg/aflow: refactor in preparation for DoWhile | Dmitry Vyukov | 2026-01-24 | 1 | -3/+3 |
| | | | | | | | | | A bunch of NFC refactorings: - split action verification into 2 phases (inputs/outputs) - change how LLMTool is verified - remove some unused fields/parameters - improve error messages a bit | ||||
| * | pkg/aflow: support for optional tool args | Dmitry Vyukov | 2026-01-21 | 1 | -2/+10 |
| | | |||||
| * | pkg/aflow: add convertFromMap test | Dmitry Vyukov | 2026-01-21 | 1 | -0/+77 |
| | | |||||
| * | pkg/aflow: add package for agentic workflows | Dmitry Vyukov | 2026-01-09 | 1 | -0/+50 |
