{
  "components": [
    {
      "id": "chat_1",
      "provider": "chat",
      "name": "Chat",
      "config": {
        "hideForm": true,
        "mode": "Source",
        "parameters": {},
        "type": "chat"
      },
      "ui": {
        "position": {
          "x": 20,
          "y": 200
        },
        "nodeType": "default",
        "formDataValid": true
      }
    },
    {
      "id": "agent_rocketride_1",
      "provider": "agent_rocketride",
      "name": "RocketRide Agent",
      "config": {
        "instructions": [
          "You are an operations assistant. You answer questions directly, but you do NOT take actions on external systems yourself.",
          "When a request requires acting on a governed system — filing a ticket, updating a record, notifying a team — delegate it to Guild by calling tool_guild_1.run_agent with a clear, self-contained instruction as the `input`.",
          "tool_guild_1.run_agent waits for the Guild agent to finish and returns its answer in `output`. Each call starts a billed, non-idempotent Guild session: never repeat a call that succeeded, and do NOT blindly retry one that failed, timed out, or errored — the session may already be running, and a retry starts and bills a second one.",
          "Errors are surfaced to you directly, not as a success flag. Retry only when the error conclusively proves that no session was started. Otherwise, inspect the existing session with get_session / get_session_events when possible, or report the uncertain outcome; authentication errors are not retryable.",
          "When a run is uncertain — it timed out, errored, or you started it without waiting — use tool_guild_1.get_session and tool_guild_1.get_session_events to check its status and retrieve the answer, rather than starting a new session."
        ],
        "max_waves": 20,
        "parameters": {}
      },
      "input": [
        {
          "lane": "questions",
          "from": "chat_1"
        }
      ],
      "ui": {
        "position": {
          "x": 240,
          "y": 200
        },
        "nodeType": "default",
        "formDataValid": true
      }
    },
    {
      "id": "llm_anthropic_1",
      "provider": "llm_anthropic",
      "name": "Anthropic",
      "config": {
        "profile": "claude-sonnet-4-6",
        "claude-sonnet-4-6": {
          "apikey": "${ROCKETRIDE_ANTHROPIC_KEY}"
        },
        "parameters": {}
      },
      "control": [
        {
          "classType": "llm",
          "from": "agent_rocketride_1"
        }
      ],
      "ui": {
        "position": {
          "x": 80,
          "y": 360
        },
        "nodeType": "default",
        "formDataValid": true
      }
    },
    {
      "id": "tool_guild_1",
      "provider": "tool_guild",
      "name": "Guild.ai",
      "config": {
        "type": "tool_guild",
        "baseUrl": "https://app.guild.ai",
        "apiKeyId": "${ROCKETRIDE_GUILD_KEY_ID}",
        "apiKeySecret": "${ROCKETRIDE_GUILD_KEY_SECRET}",
        "owner": "${ROCKETRIDE_GUILD_OWNER}",
        "workspace": "${ROCKETRIDE_GUILD_WORKSPACE}",
        "agent": "${ROCKETRIDE_GUILD_AGENT}",
        "resultMode": "wait",
        "timeout": 300,
        "maxSessions": 10,
        "parameters": {}
      },
      "control": [
        {
          "classType": "tool",
          "from": "agent_rocketride_1"
        }
      ],
      "ui": {
        "position": {
          "x": 500,
          "y": 360
        },
        "nodeType": "default",
        "formDataValid": true
      }
    },
    {
      "id": "memory_internal_1",
      "provider": "memory_internal",
      "name": "Memory (Internal)",
      "config": {
        "type": "memory_internal"
      },
      "control": [
        {
          "classType": "memory",
          "from": "agent_rocketride_1"
        }
      ],
      "ui": {
        "position": {
          "x": 300,
          "y": 360
        },
        "nodeType": "default",
        "formDataValid": true
      }
    },
    {
      "id": "response_answers_1",
      "provider": "response_answers",
      "name": "Return Answers",
      "config": {
        "laneName": "answers"
      },
      "input": [
        {
          "lane": "answers",
          "from": "agent_rocketride_1"
        }
      ],
      "ui": {
        "position": {
          "x": 460,
          "y": 200
        },
        "nodeType": "default",
        "formDataValid": true
      }
    }
  ],
  "project_id": "6b219e69-d9ea-41fb-a6f4-724e3b5784ad",
  "viewport": {
    "x": 0,
    "y": 0,
    "zoom": 1
  },
  "version": 1
}