Files
llama-swap/proxy
Benson Wong 5e3c646829 proxy: compress captures with zstd (#668)
The previous captures were saved uncompressed in memory. In agentic
workflows there can be many turns with each request containing the
previous context in the body with a lot of redundant data. Use zstd to
compress the request and response data before keeping a copy of memory.

Results: 

- Average Percentage Saved: 73.19%
- Average Compression Factor: ~6.77:1
2026-04-17 23:29:37 -07:00
..
2025-06-16 16:45:19 -07:00
2026-04-16 22:47:42 -07:00
2026-04-16 22:47:42 -07:00
2025-04-01 08:43:53 -07:00
2025-06-16 16:45:19 -07:00