We are releasing v0.0.2 of Knowledge-and-Memory-Management, focused on production-ready knowledge collection and memory management for agent-based systems. The headline feature is the full replacement of all personal paths with the portable $AGENT_HOME variable, eliminating configuration drift across environments.

What Changed for Practitioners

Previous versions required absolute paths in configuration files or code, which broke when moving between local dev, CI, and production nodes. Now every internal path respects $AGENT_HOME, and the default value is set to ~/.agent_home if unset, but you can override it in a single location. This means you can share agent configurations verbatim across a team.

Knowledge Collection from Diverse Sources

The core collectors for web, video (transcript + metadata), and long-form articles are now stable. Each source is ingested into a consistent schema: text content, source URL, title, and timestamp. The collectors handle HTML stripping, YouTube transcript retrieval, and PDF/paywall article parsing respectively.