aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/aflow/schema_test.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/codesearch: expose struct layout in codesearchTamas Koczka2026-01-281-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 DoWhileDmitry Vyukov2026-01-241-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 argsDmitry Vyukov2026-01-211-2/+10
|
* pkg/aflow: add convertFromMap testDmitry Vyukov2026-01-211-0/+77
|
* pkg/aflow: add package for agentic workflowsDmitry Vyukov2026-01-091-0/+50