Configure all agents for local inference via festinger
- All agents now use lm_studio provider → http://festinger:11434 - ctx_length set to 32768 for Omega13 (128GB RAM); reduce for smaller machines - Model: qwen2.5-7b-instruct (update to larger model on Omega13) - Each agent has a unique A0_PERSISTENT_RUNTIME_ID for stable mcp_server_token - agent_profile=agent0 and mcp_server_enabled=true set in all settings.json - agents/agent0/prompts/ placeholder created for pull-on-start persona override - pull-agent-identity.py now writes to usr/agents/agent0/prompts/ (correct override path) - festinger: agent_frameworks table auto-seeded on startup with all 5 agents - festinger: num_ctx injection, agent_frameworks CRUD + admin UI, /chat endpoint - festinger: removed debug system_prompt logging Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+36
-37
@@ -1,39 +1,38 @@
|
||||
{
|
||||
"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
|
||||
"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": true,
|
||||
"a2a_server_enabled": false,
|
||||
"variables": "",
|
||||
"secrets": "",
|
||||
"litellm_global_kwargs": {},
|
||||
"update_check_enabled": true,
|
||||
"chat_inherit_project": true
|
||||
}
|
||||
Reference in New Issue
Block a user