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: src/app/docs/kagent/examples/crewai-byo/page.mdx
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,8 @@ Two complete examples are available in the `python/samples/crewai/` directory:
52
52
53
53
## Creating a BYO Agent resource
54
54
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.
56
57
57
58
1. Save the API keys for your LLM provider and web search service in environment variables.
58
59
@@ -173,6 +174,7 @@ Example output: The output includes both the response as well as the details of
0 commit comments