Skip to content

Commit 299f174

Browse files
committed
docs: add serper desc
1 parent 4a6b577 commit 299f174

File tree

1 file changed

+3
-1
lines changed
  • src/app/docs/kagent/examples/crewai-byo

1 file changed

+3
-1
lines changed

src/app/docs/kagent/examples/crewai-byo/page.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ Two complete examples are available in the `python/samples/crewai/` directory:
5252

5353
## Creating a BYO Agent resource
5454

55-
Now that you have your own custom agent image, you can create a BYO Agent resource for kagent to manage. Serper is used in this example for web search, but you can replace it with any other tool or API.
55+
Now that you have your own custom agent image, you can create a BYO Agent resource for kagent to manage.
56+
You will need a Serper API Key that you can get for free [from their website](https://serper.dev). Serper is a Google Search API used by most CrewAI examples and tutorials, but you can also plug in your own tools.
5657

5758
1. Save the API keys for your LLM provider and web search service in environment variables.
5859

@@ -173,6 +174,7 @@ Example output: The output includes both the response as well as the details of
173174
}
174175
],
175176
...
177+
}
176178
```
177179

178180
### A2A host CLI

0 commit comments

Comments
 (0)