Skip to content

Commit 49bbd91

Browse files
committed
update README
1 parent dae7827 commit 49bbd91

File tree

1 file changed

+9
-9
lines changed
  • supporting-blog-content/agent-builder-a2a-agent-framework

1 file changed

+9
-9
lines changed

supporting-blog-content/agent-builder-a2a-agent-framework/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ This is an example Python console app that demonstrates how to connect and utili
66

77
## Prerequisites
88

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).
1111
2. A text editor or an integrated development environment (IDE) like [Visual Studio Code](https://code.visualstudio.com/download) running on your local computer.
1212
3. [Python version 3.10 or greater](https://www.python.org/downloads/) installed on your local computer.
1313

14-
## Setup your Elasticsearch deployment
14+
## Set up your Elasticsearch project
1515

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:
1717

1818
PUT /my-docs
1919
{
@@ -82,20 +82,20 @@ This is an example Python console app that demonstrates how to connect and utili
8282

8383
cd elasticsearch-labs/supporting-blog-content/agent-builder-a2a-agent-framework
8484

85-
## Setup up the environment variables
85+
## Set up the environment variables
8686

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.
8888
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.
9090
* 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.**
9292
2. Add the **MCP Server URL** value to the `.env` file.
9393
* 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
9494

9595
`https://example-project-a123.kb.westus2.azure.elastic.cloud/api/agent_builder/a2a`
9696

9797
* Replace <YOUR-ELASTIC-API-KEY\>
98-
1. In your Elastic deployment, click **Elasticsearch** in the navigation menu to go to your deployment’s home page.
98+
1. In your Elastic project, click **Elasticsearch** in the navigation menu to go to your project’s home page.
9999
2. Click **Create API key** to create a new API key.
100100
3. After the API key is created, copy the API Key value.
101101
4. Add the API Key value to the `.env` file.

0 commit comments

Comments
 (0)