agent history

This commit is contained in:
jaberjaber23
2026-05-12 14:34:22 +03:00
parent 15da248faf
commit 31eb833cdf
7 changed files with 194 additions and 57 deletions
+7
View File
@@ -815,6 +815,13 @@ module = "builtin:chat"
# Optional metadata
tags = ["tag1", "tag2"]
# Optional per-agent history cap (issue #871). Falls back to the runtime
# default (20) when unset. Bump it for primary/orchestrator agents that need
# longer conversational memory, lower it for short-lived worker agents so
# their agent_send results stay focused.
# max_history_messages = 40 # primary/orchestrator
# max_history_messages = 6 # worker
# Model configuration (required)
[model]
provider = "gemini" # Provider: gemini, deepseek, groq, openai, anthropic, etc.