Recent Commits to hermes-agent:main
・perf(local-endpoints): disk L2 for server-type + ollama ctx probes, faster timeouts Local-model users paid a fresh probe waterfall on EVERY CLI cold start inside AIAgent.__init__: detect_local_server_type (up to 4 HTTP GETs, 2s timeout each on a hung server) + /api/show (3s timeout).
・The existing caches were in-process only, so back-to-back invocations (chat -q, cron ticks, subagents) re-paid the network every time.