mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 03:55:55 +00:00
- 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