{
  "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 Wave",
      "config": {
        "instructions": [
          "You are an assistant that can act on the team's Slack workspace.",
          "Use the slack tools: slack.channels_list to discover channels, slack.channel_history to read recent discussion for context, and slack.message_post to post.",
          "When asked to announce or post something, post it with slack.message_post and report back the channel and message ts.",
          "If a call fails with channel_not_found for a channel name, resolve the channel ID with slack.channels_list and retry."
        ],
        "max_waves": 15,
        "parameters": {}
      },
      "ui": {
        "position": {
          "x": 240,
          "y": 200
        },
        "nodeType": "default",
        "formDataValid": true
      },
      "input": [
        {
          "lane": "questions",
          "from": "chat_1"
        }
      ]
    },
    {
      "id": "memory_internal_1",
      "provider": "memory_internal",
      "name": "Memory (Internal)",
      "config": {
        "type": "memory_internal"
      },
      "ui": {
        "position": {
          "x": 300,
          "y": 360
        },
        "nodeType": "default",
        "formDataValid": true
      },
      "control": [
        {
          "classType": "memory",
          "from": "agent_rocketride_1"
        }
      ]
    },
    {
      "id": "tool_slack_1",
      "provider": "tool_slack",
      "name": "Slack",
      "config": {
        "type": "tool_slack",
        "token": "${ROCKETRIDE_SLACK_TOKEN}",
        "webhookUrl": ""
      },
      "ui": {
        "position": {
          "x": 500,
          "y": 360
        },
        "nodeType": "default",
        "formDataValid": true
      },
      "control": [
        {
          "classType": "tool",
          "from": "agent_rocketride_1"
        }
      ]
    },
    {
      "id": "response_answers_1",
      "provider": "response_answers",
      "name": "Return Answers",
      "config": {
        "laneName": "answers"
      },
      "ui": {
        "position": {
          "x": 460,
          "y": 200
        },
        "nodeType": "default",
        "formDataValid": true
      },
      "input": [
        {
          "lane": "answers",
          "from": "agent_rocketride_1"
        }
      ]
    },
    {
      "id": "llm_anthropic_1",
      "provider": "llm_anthropic",
      "name": "Anthropic",
      "config": {
        "profile": "claude-sonnet-4-6",
        "claude-sonnet-4-6": {
          "apikey": "${ROCKETRIDE_ANTHROPIC_KEY}"
        },
        "parameters": {}
      },
      "ui": {
        "position": {
          "x": 100,
          "y": 360
        },
        "nodeType": "default",
        "formDataValid": true
      },
      "control": [
        {
          "classType": "llm",
          "from": "agent_rocketride_1"
        }
      ]
    }
  ],
  "project_id": "11f63c73-c00c-498d-a08d-67418b617d79",
  "version": 1,
  "isLocked": false,
  "snapToGrid": true,
  "snapGridSize": [
    10,
    10
  ],
  "docRevision": 13
}
