Add LangGraph gateway, template manager, teleport border guard, enchantment context, server_type prep, session persistence
This commit is contained in:
@@ -9,6 +9,26 @@
|
||||
"command_model": "qwen3-coder:30b",
|
||||
"temperature": 0.85,
|
||||
"max_tokens": 700,
|
||||
"use_langgraph_gateway": true,
|
||||
"langgraph_gateway_url": "http://127.0.0.1:8091",
|
||||
"langgraph_gateway_timeout": 60,
|
||||
"gateway_allow_tools_god": true,
|
||||
"gateway_allow_tools_sudo": true,
|
||||
"gateway_allow_tools_system": false,
|
||||
"gateway_max_tool_steps": 4,
|
||||
"gateway_shared_mode_sessions": [],
|
||||
"template_sync_manifest_url": "",
|
||||
"template_sync_urls": [
|
||||
"https://raw.githubusercontent.com/IntellectualSites/FastAsyncWorldEdit/master/worldedit-core/src/test/resources/fastasyncworldedit/schematics/sponge1.schem",
|
||||
"https://raw.githubusercontent.com/IntellectualSites/FastAsyncWorldEdit/master/worldedit-core/src/test/resources/fastasyncworldedit/schematics/sponge2.schem",
|
||||
"https://raw.githubusercontent.com/IntellectualSites/FastAsyncWorldEdit/master/worldedit-core/src/test/resources/fastasyncworldedit/schematics/sponge3.schem",
|
||||
"https://raw.githubusercontent.com/IntellectualSites/FastAsyncWorldEdit/master/worldedit-core/src/test/resources/fastasyncworldedit/schematics/minecraft_structure.nbt"
|
||||
],
|
||||
"template_sync_max_files": 50,
|
||||
"template_search_blocked_hosts": [
|
||||
"planetminecraft.com",
|
||||
"www.planetminecraft.com"
|
||||
],
|
||||
"cooldown_seconds": 10,
|
||||
"max_commands_per_response": 8,
|
||||
"interventions_per_day": 24,
|
||||
@@ -17,6 +37,11 @@
|
||||
"sudo_enabled": true,
|
||||
"sudo_user": "slingshooter08",
|
||||
"sudo_max_commands": 12,
|
||||
"tp_border_guard_enabled": true,
|
||||
"worldborder_center_x": 0,
|
||||
"worldborder_center_z": 0,
|
||||
"tp_border_margin": 2,
|
||||
"template_max_bytes": 41943040,
|
||||
"first_login_benevolence_enabled": true,
|
||||
"first_login_benevolence_max_commands": 12,
|
||||
"first_login_path": "/opt/paper-ai-25567/aigod_first_login_seen.json",
|
||||
|
||||
Reference in New Issue
Block a user