mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
5660935a4bc25b1afbd8cd539a648fba2d35be88
Remove blocking restorePersistedAgents() call that was resuming all 87 agents before opening the HTTP socket. The architecture already supports lazy loading through handleInitializeAgentRequest() - agents are shown in the UI from the registry and only initialized when clients request them. This eliminates: - Sequential thread resumes with network handshakes to Codex/Claude - Synchronous history file reads from disk - DNS lookups and model catalog fetches - 87 awaited operations before socket binding Server now starts immediately by just loading the lightweight agents.json registry. Agents resume on-demand when requested by clients. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Languages
TypeScript
98.1%
JavaScript
1.3%
Shell
0.1%
Swift
0.1%