root ef68f5b9f7 Fix optimize crash: normalize LLM strategies that return dicts instead of strings
The analysis LLM sometimes returns strategies as objects like
[{"name": "clarity"}] instead of plain strings ["clarity"]. The
', '.join(strategies) call then fails with "expected str, got dict".

Fix: normalize each strategy to a string regardless of format —
handles str, dict with name/strategy keys, or fallback to str().

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 08:24:53 -05:00
Description
LLM Team UI - Full-stack local AI orchestration platform
9.2 MiB
Languages
Python 97.4%
Shell 2.6%