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: supporting-blog-content/agent-builder-a2a-agent-framework/README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,14 @@ This is an example Python console app that demonstrates how to connect and utili
6
6
7
7
## Prerequisites
8
8
9
-
1. An Elasticsearch deployment running in [Elastic Cloud](https://cloud.elastic.co/registration?utm_source=github&utm_content=elasticsearch-labs-example-apps).
10
-
* Requires Elasticsearch Serverless (or for hosted deployments at least Elasticsearch version 9.2.0).
9
+
1. An Elasticsearch project/deployment running in [Elastic Cloud](https://cloud.elastic.co/registration?utm_source=github&utm_content=elasticsearch-labs-example-apps).
10
+
* Requires Elasticsearch serverless project (or for hosted deployments at least Elasticsearch version 9.2.0).
11
11
2. A text editor or an integrated development environment (IDE) like [Visual Studio Code](https://code.visualstudio.com/download) running on your local computer.
12
12
3.[Python version 3.10 or greater](https://www.python.org/downloads/) installed on your local computer.
13
13
14
-
## Setup your Elasticsearch deployment
14
+
## Set up your Elasticsearch project
15
15
16
-
1. Create an index named `my-docs` in your Elasticsearch deployment by running the following command in Elastic Developer Tools:
16
+
1. Create an index named `my-docs` in your Elasticsearch project by running the following command in Elastic Developer Tools:
17
17
18
18
PUT /my-docs
19
19
{
@@ -82,20 +82,20 @@ This is an example Python console app that demonstrates how to connect and utili
82
82
83
83
cd elasticsearch-labs/supporting-blog-content/agent-builder-a2a-agent-framework
84
84
85
-
## Setup up the environment variables
85
+
## Set up the environment variables
86
86
87
-
1.Setup the environment variables with values copied from your Elastic deployment.
87
+
1.Set up the environment variables with values copied from your Elastic project.
88
88
1. Make a copy of the file `env.example` and name the new file `.env `
89
-
2. Edit the `.env` file to set the values of the environment variables to use the values copied from your Elastic deployment.
89
+
2. Edit the `.env` file to set the values of the environment variables to use the values copied from your Elastic project.
90
90
* Replace <YOUR-ELASTIC-AGENT-BUILDER-URL\>
91
-
1. In your Elastic deployment, go to the Elastic Agent Builder - Tools page. Click the **MCP Server** dropdown at the top of the Tools page. Select **Copy MCP Server URL.**
91
+
1. In your Elastic project, go to the Elastic Agent Builder - Tools page. Click the **MCP Server** dropdown at the top of the Tools page. Select **Copy MCP Server URL.**
92
92
2. Add the **MCP Server URL** value to the `.env` file.
93
93
* Find where the placeholder text “**<YOUR-ELASTIC-AGENT-BUILDER-URL\>**” appears and paste in the copied **MCP Server URL** to replace the placeholder text. Now edit the pasted **MCP Server URL**. Delete the text “mcp” at the end of the URL and replace it with the text “a2a”. The edited URL should look something like this
0 commit comments