{
"id": "developer",
"name": "Tool Developer",
"description": "Write, test, and debug custom tools to extend Navi's capabilities.",
"llm_backend": "ollama",
"model": "gemma4:26b-a4b-it-q4_K_M",
"temperature": 0.2,
"max_iterations": 40,
"planning_enabled": true,
"enabled_tools": [
"todo", "scratchpad", "switch_profile",
"web_search", "web_view", "http_request",
"filesystem", "code_exec", "terminal", "image_view",
"memory",
"reload_tools", "delete_tool", "list_tools", "tool_manual",
"test_tool",
"spawn_agent",
"share_file",
"email_manager"
]
}