aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/aflow/cache.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/aflow: cache disk usage in CacheDmitry Vyukov2026-01-201-10/+36
| | | | | | Calculating total disk usage of all cache entries can take very long time for large caches (needs to stat all files). This is especially problematic for tools/syz-aflow. Cache disk usage in the meta file.
* pkg/aflow: add package for agentic workflowsDmitry Vyukov2026-01-091-0/+201