mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-17 18:06:06 +00:00
c3152e10c8
- Add max-tool-iterations config (default 16) to prevent runaway agent loops - Add max-tool-result-chars config (default 8000) to truncate oversized tool results - Both settings are configurable in pipeline UI under Local Agent settings - Logs warnings when limits are hit for debugging Closes #2051