Files
agent0/agents/gunnar/settings.json
T

39 lines
1.3 KiB
JSON
Raw Normal View History

{
2026-05-03 08:45:58 +02:00
"version": "v1.10",
"api_keys": {},
"auth_login": "",
"auth_password": "",
"root_password": "",
"agent_profile": "agent0",
"agent_knowledge_subdir": "custom",
"workdir_path": "/a0/usr/workdir",
"workdir_show": true,
"workdir_max_depth": 5,
"workdir_max_files": 20,
"workdir_max_folders": 20,
"workdir_max_lines": 250,
"workdir_gitignore": "# Python environments & cache\nvenv/**\n**/__pycache__/**\n\n# Node.js dependencies\n**/node_modules/**\n**/.npm/**\n\n# Version control metadata\n**/.git/**",
"rfc_auto_docker": true,
"rfc_url": "localhost",
"rfc_password": "",
"rfc_port_http": 55080,
"websocket_server_restart_enabled": true,
"uvicorn_access_logs_enabled": false,
"stt_model_size": "base",
"stt_language": "en",
"stt_silence_threshold": 0.3,
"stt_silence_duration": 1000,
"stt_waiting_timeout": 2000,
"tts_kokoro": true,
"mcp_servers": "{\n \"mcpServers\": {}\n}",
"mcp_client_init_timeout": 10,
"mcp_client_tool_timeout": 120,
"mcp_server_enabled": false,
"mcp_server_token": "",
"a2a_server_enabled": false,
"variables": "",
"secrets": "",
"litellm_global_kwargs": {},
"update_check_enabled": true,
"chat_inherit_project": true
}