{
"id": "developer",
"name": "Developer",
"description": "General software development — write, debug, test, and run code for any project.",
"short_description": "General-purpose software development — code, debug, test, run.",
"full_description": {
"specialization": "Full-stack software development: writing code in any language, debugging, running tests, working with files and project structure, git, APIs, scripting. Works on the user's own projects, not Navi's internals.",
"when_to_use": "When the user wants to build something — a game, a script, an app, a web service, anything. For writing Navi tools specifically, use tool_developer instead.",
"key_tools": "filesystem, code_exec, terminal, mcp:navi-web:web_search, mcp:navi-web:web_view, spawn_agent"
},
"llm_backend": "ollama",
"model": [
"gemma4:26b-a4b-it-q4_K_M",
"gemma4:31b-cloud",
"kimi-k2.6:cloud",
"qwen3.6:27b"
],
"temperature": 0.35,
"max_iterations": 100,
"planning_enabled": true,
"subagent_planning_enabled": true,
"think_enabled": true,
"iteration_budget_enabled": true,
"goal_anchoring_enabled": true,
"goal_anchoring_interval": 5,
"anti_stall_enabled": true,
"anti_stall_threshold": 8,
"step_validation_enabled": false,
"adaptive_replan_enabled": true,
"subagent_tools": [
"todo",
"scratchpad",
"reflect",
"filesystem",
"code_exec",
"terminal",
"image_view",
"list_tools",
"share_file",
"content_publish"
],
"enabled_tools": [
"todo",
"scratchpad",
"reflect",
"switch_profile",
"list_profiles",
"filesystem",
"code_exec",
"terminal",
"image_view",
"memory",
"list_tools",
"spawn_agent",
"share_file",
"content_publish",
"gmail"
],
"planning_mandatory": false,
"planning_phase1_enabled": true,
"planning_phase2_enabled": true,
"planning_phase3_enabled": true,
"top_k": 40,
"top_p": 0.88,
"num_thread": 11,
"mcp_servers": {
"navi-web": [
"search",
"web_view",
"http_request"
]
}
}