Skip to content

Commit 204ab37

Browse files
Tweak README for tripper embabel agent
1 parent c959438 commit 204ab37

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

embabel/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,20 @@ It demonstrates the power of the [Embabel agent framework](https://www.github.co
2020
### Clone the project repository
2121

2222
> [!IMPORTANT]
23-
> The compose.yaml file is in the upstream repository. To try out this project, you'll need to clone the upstream repo.
23+
> The compose.yaml file is in an [upstream repository](https://github.com/embabel/tripper). To try out this project, you'll have to first clone the repo.
2424
2525
```sh
26-
git clone git@github.com:embabel/travel-agent-planner.git
26+
git clone git@github.com:embabel/tripper.git
2727
cd travel-agent-planner
2828
```
2929

3030
### Configure MCP secrets
3131

32+
This demo uses two apis (Brave Search and Google Maps), and several different AI models.
33+
3234
```sh
3335
docker mcp secret set 'brave.api_key=<insert your Brave Search API key here>'
3436
docker mcp secret set 'google-maps.api_key=<insert your Google Maps API key here>'
35-
docker mcp secret set 'github.personal_access_token=<insert your GitHub PAT>'
3637
docker mcp secret export brave google-maps github > .mcp.env
3738
```
3839

@@ -41,7 +42,6 @@ docker mcp secret export brave google-maps github > .mcp.env
4142
```sh
4243
export OPENAI_API_KEY=your_openai_api_key_here
4344
export ANTHROPIC_API_KEY=your_anthropic_api_key_here
44-
# Set your Brave API key for image search (not yet moved into MCP)
4545
export BRAVE_API_KEY=your_brave_api_key_here
4646

4747
docker compose --profile in-docker up

0 commit comments

Comments
 (0)