name: host
display_name: "Host Agent Runtime"

capabilities:
  supports_agent_tools: true
  supports_bash: true
  supports_file_edit: true
  supports_image: false
  max_context_tokens: 200000

tool_mapping:
  read_file: "read_file"
  edit_file: "edit_file"
  bash: "bash"
  agent: "agent"

context_format:
  system_prompt_template: "templates/system-prompt-host.md"
  skill_format: "markdown"
  artifact_format: "markdown"

paths:
  run_dir: ".reqflow/runs/"
  state_file: "state.json"
  log_file: "execution.log"
