You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/docs/quick-start-guides/deploy-your-first-ai-agent.md
+3-7
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,8 @@ In this guide, you will:
25
25
## Step 1: Attach a Git repository
26
26
1. Go to [https://console.devant.dev/](https://console.devant.dev/) and sign in. This redirects you to the **Default** project or to the project you visited last.
27
27
2. On the project overview page, click **Attach a Git Repository**.
28
-
3. Click **Authorize with GitHub** to connect Devant to your GitHub account. If you haven't connected your GitHub repository to Devant, authorize the WSO2 cloud app stage with your GitHub account [WSO2 Cloud App](https://github.com/marketplace/choreo-apps).
29
-
4. Under the **Organization** dropdown, click **+ Add**. This redirects you to the **Install WSO2 Cloud App Stage** page.
28
+
3. Click **Authorize with GitHub** to connect Devant to your GitHub account. If you haven't connected your GitHub repository to Devant, authorize the WSO2 cloud app with your GitHub account [WSO2 Cloud App](https://github.com/marketplace/choreo-apps).
29
+
4. Under the **Organization** dropdown, click **+ Add**. This redirects you to the **Install WSO2 Cloud App** page.
30
30
5. Select your GitHub account and install [WSO2 Cloud App](https://github.com/marketplace/choreo-apps)
31
31
32
32
!!! note
@@ -39,7 +39,7 @@ In this guide, you will:
39
39
6. Select your organization under the **Organization** dropdown. If your organization is not listed, click the Refetch button.
40
40
7. Select a repository to save your AI Agent. Optionally, you may select a **Branch** and a **Path** of the selected repository to save your AI Agent.
41
41
8. The **Name** and **Identifier** fields are automatically populated. Optionally, you can edit them to your preference.
42
-
9. Select the **Technology** as `Ballerina`.
42
+
9. Select the **Technology** as `Ballerina Integrator`.
43
43
10. Choose the **Integration Type** as `AI Agent` and click **Create**.
44
44
45
45
This redirects you to the overview page of the AI Agent. Now, let's develop the AI Agent.
@@ -56,10 +56,6 @@ This redirects you to the overview page of the AI Agent. Now, let's develop the
56
56
3. Click **`Restart VS Code`** to complete the setup.
???+ info "Update Ballerina Integrator's Ballerina Distribution"
60
-
The setup wizard installs the Ballerina distribution required for the Ballerina Integrator into the `<USER_HOME>/.ballerina/ballerina-home` directory.
61
-
Press `Ctrl + Shift + P` on Windows and Linux, or `Shift + ⌘ + P` on a Mac and type `Ballerina: Update Ballerina Integrator` to update the installed Ballerina distribution.
62
-
63
59
## Step 4: Develop AI Agent in VSCode
64
60
1. Go to the Overview page of the integration you have created and click **Develop in Ballerina Integrator**. This will clone your project and open in Ballerina Integrator.
65
61
2. In the Ballerina Integrator design view, click **Add Artifact**.
Copy file name to clipboardExpand all lines: en/docs/quick-start-guides/deploy-your-first-integration-as-api.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,8 @@ In this guide, you will:
27
27
!!! tip
28
28
If you're using a public Git repository, you can skip ahead to sub-step 9. Click **Use a Third-Party Public Git Repository** and enter the repository URL.
29
29
30
-
3. Click **Authorize with GitHub** to connect Devant to your GitHub account. If you haven't connected your GitHub repository to Devant, authorize the WSO2 cloud app stage with your GitHub account [WSO2 Cloud App](https://github.com/marketplace/choreo-apps).
31
-
4. Under the **Organization** dropdown click **+ Add**. This redirects you to the **Install WSO2 Cloud App Stage** page.
30
+
3. Click **Authorize with GitHub** to connect Devant to your GitHub account. If you haven't connected your GitHub repository to Devant, authorize the WSO2 cloud app with your GitHub account [WSO2 Cloud App](https://github.com/marketplace/choreo-apps).
31
+
4. Under the **Organization** dropdown click **+ Add**. This redirects you to the **Install WSO2 Cloud App** page.
32
32
5. Select your GitHub account and install [WSO2 Cloud App](https://github.com/marketplace/choreo-apps)
33
33
34
34
!!! note
@@ -43,7 +43,7 @@ In this guide, you will:
43
43
7. Select a repository to save your integration.
44
44
8. Select a **Branch** and a **Path** of the selected repository to save your integration.
45
45
9.**Name** and **Identifier** fields are automatically populated. Additionally, you can edit them to your preference.
46
-
10. Select the **Technology** as `WSO2 MI`.
46
+
10. Select the **Technology** as `Micro Integrator`.
47
47
11. Choose the **Integration Type** as `Integration as API` and Click **Create**.
48
48
49
49
This redirects you to the overview page of the integration. Now, let's design the integration.
0 commit comments