File tree Expand file tree Collapse file tree 9 files changed +25
-30
lines changed
docs/use-cases/AI_ML/MCP/ai_agent_libraries Expand file tree Collapse file tree 9 files changed +25
-30
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ You can run the following steps either from your Python REPL or via script.
3333Install the Agno library by running the following commands:
3434
3535``` python
36- ! pip install - q -- upgrade pip
37- ! pip install - q agno
38- ! pip install - q ipywidgets
36+ pip install - q -- upgrade pip
37+ pip install - q agno
38+ pip install - q ipywidgets
3939```
4040
4141## Setup credentials {#setup-credentials}
@@ -53,7 +53,7 @@ Enter Anthropic API Key: ········
5353
5454:::note Using another LLM provider
5555If you don't have an Anthropic API key, and want to use another LLM provider,
56- you can find the instructions for setting up your credentials in the [ DSPy docs] ( https://dspy.ai/#__tabbed_1_1 )
56+ you can find the instructions for setting up your credentials in the [ Agno docs] ( https://docs.agno.com/concepts/models/introduction )
5757:::
5858
5959Next, define the credentials needed to connect to the ClickHouse SQL playground:
Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ You can run the following steps either from your Python REPL or via script.
3333Install the Claude Agent SDK library by running the following commands:
3434
3535``` python
36- ! pip install - q -- upgrade pip
37- ! pip install - q claude- agent- sdk
38- ! pip install - q ipywidgets
36+ pip install - q -- upgrade pip
37+ pip install - q claude- agent- sdk
38+ pip install - q ipywidgets
3939```
4040
4141## Setup credentials {#setup-credentials}
Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ You can run the following steps either from your Python REPL or via script.
3333Install the CrewAI library by running the following commands:
3434
3535``` python
36- ! pip install - q -- upgrade pip
37- ! pip install - q " crewai-tools[mcp]"
38- ! pip install - q ipywidgets
36+ pip install - q -- upgrade pip
37+ pip install - q " crewai-tools[mcp]"
38+ pip install - q ipywidgets
3939```
4040
4141## Setup credentials {#setup-credentials}
Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ This example can be found as a notebook in the [examples repository](https://git
3434Run the following commands using ` pip ` to install the required libraries:
3535
3636``` shell
37- ! pip install -q --upgrade pip
38- ! pip install -q dspy
39- ! pip install -q mcp
37+ pip install -q --upgrade pip
38+ pip install -q dspy
39+ pip install -q mcp
4040```
4141
4242## Setup credentials {#setup-credentials}
Original file line number Diff line number Diff line change @@ -33,10 +33,8 @@ You can run the following steps either from your Python REPL or via script.
3333Install the required libraries by running the following commands:
3434
3535``` python
36- ! pip install - q -- upgrade pip
37- ! pip install - q langchain- mcp- adapters
38- ! pip install - q langgraph
39- ! pip install - q " langchain[anthropic]"
36+ pip install - q -- upgrade pip
37+ pip install - q langchain- mcp- adapters langgraph " langchain[anthropic]"
4038```
4139
4240## Setup credentials {#setup-credentials}
Original file line number Diff line number Diff line change @@ -33,11 +33,8 @@ You can run the following steps either from your Python REPL or via script.
3333Install the required libraries by running the following commands:
3434
3535``` python
36- ! pip install - q -- upgrade pip
37- ! pip install - q llama- index
38- ! pip install - q clickhouse- connect
39- ! pip install - q llama- index- llms- anthropic
40- ! pip install - q llama- index- tools- mcp
36+ pip install - q -- upgrade pip
37+ pip install - q llama- index clickhouse- connect llama- index- llms- anthropic llama- index- tools- mcp
4138```
4239
4340## Setup credentials {#setup-credentials}
Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ You can run the following steps either from your Python REPL or via script.
3333Install the Microsoft Agent Framework library by running the following commands:
3434
3535``` python
36- ! pip install - q -- upgrade pip
37- ! pip install - q agent- framework -- pre
38- ! pip install - q ipywidgets
36+ pip install - q -- upgrade pip
37+ pip install - q agent- framework -- pre
38+ pip install - q ipywidgets
3939```
4040
4141## Setup credentials {#setup-credentials}
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ You can run the following steps either from your Python REPL or via script.
3333Install the required library by running the following commands:
3434
3535``` python
36- ! pip install - q -- upgrade pip
37- ! pip install - q openai- agents
36+ pip install - q -- upgrade pip
37+ pip install - q openai- agents
3838```
3939
4040## Setup credentials {#setup-credentials}
Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ You can run the following steps either from your Python REPL or via script.
3333Install the required library by running the following commands:
3434
3535``` python
36- ! pip install - q -- upgrade pip
37- ! pip install - q " pydantic-ai-slim[mcp]"
38- ! pip install - q " pydantic-ai-slim[anthropic]" # replace with the appropriate package if using a different LLM provider
36+ pip install - q -- upgrade pip
37+ pip install - q " pydantic-ai-slim[mcp]"
38+ pip install - q " pydantic-ai-slim[anthropic]" # replace with the appropriate package if using a different LLM provider
3939```
4040
4141## Setup credentials {#setup-credentials}
You can’t perform that action at this time.
0 commit comments