mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
This function was never called after implementing lazy-loading. Agents are now loaded on-demand via ensureAgentLoaded when the UI needs them, not eagerly at startup. Keeping the unused function was confusing - it suggested eager restoration was still the intended pattern. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>