We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf3cd74 commit 2730b18Copy full SHA for 2730b18
mcp_agent.config.yaml
@@ -3,7 +3,7 @@ anthropic: null
3
default_search_server: brave
4
document_segmentation:
5
enabled: true
6
- size_threshold_chars: 50000
+ size_threshold_chars: 3000
7
execution_engine: asyncio
8
logger:
9
level: info
@@ -84,8 +84,8 @@ mcp:
84
env:
85
PYTHONPATH: .
86
openai:
87
- base_max_tokens: 16384
88
- default_model: anthropic/claude-3.5-sonnet
+ base_max_tokens: 20000
+ default_model: anthropic/claude-sonnet-4.5
89
max_tokens_policy: adaptive
90
retry_max_tokens: 32768
91
planning_mode: traditional
requirements.txt
@@ -6,6 +6,7 @@ docling
mcp-agent
mcp-server-git
nest_asyncio
+openai
10
pathlib2
11
PyPDF2>=2.0.0
12
reportlab>=3.5.0
0 commit comments