Improve agent reliability and token efficiency
Some checks failed
quality / test (3.10) (push) Has been cancelled
quality / test (3.12) (push) Has been cancelled

This commit is contained in:
kandrusyak
2026-07-27 19:20:48 +03:00
parent 701cdd35d2
commit d1c1ef68d3
9 changed files with 1023 additions and 173 deletions

View File

@@ -44,6 +44,7 @@ DEFAULT_VOICE_MAX_DURATION_SECONDS = 120
REMINDER_POLL_SECONDS = 30
MAX_TELEGRAM_MESSAGE_LENGTH = 3900
MAX_AGENT_STEPS = 5
MAX_AGENT_TOOL_CALLS_PER_STEP = 5
CONVERSATION_HISTORY_LIMIT = 12