aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/aflow/cache_test.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/aflow: add helper for caching of objectsDmitry Vyukov2026-01-211-0/+16
| | | | | | | For things like kernel build, we want to cache an actual file system dir, but in some cases we want to cache some in-memory object. Using file system dir interface is inconvinient in these cases. Add a helper that allows to cache an object directly (via json serialization).
* pkg/aflow: add package for agentic workflowsDmitry Vyukov2026-01-091-0/+144