Cache Module
The Cache Module (@ever-works/agent/cache) provides a persistent caching layer backed by TypeORM. It wraps a custom Keyv-compatible adapter that stores cache entries in the database, supporting TTL expiration, namespace isolation, and batch operations.
Module Structure
packages/agent/src/cache/