mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-20 16:47:40 +02:00
Removed: - _build_connected_tools_context (L452, 96 lines) - _approx_tokens (L939, 7 lines) - _summarize_message_block (L947, 57 lines) Verified zero callers via: grep -rn '_build_connected_tools_context' backend electron frontend/src grep -rn '_approx_tokens' backend electron frontend/src grep -rn '_summarize_message_block' backend electron frontend/src All three return only the definition line. 802 tests pass.