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
[](https://github.com/sponsors/datalayer)
10
10
@@ -75,7 +75,6 @@ You can also use Jupyter AI Agents through the command line interface for automa
75
75
76
76

77
77
78
-
79
78
### Basic Installation
80
79
81
80
To install Jupyter AI Agents, run the following command:
We put here a quick example for a Out-Kernel Stateless Agent via CLI helping your JupyterLab session.
112
+
Jupyter AI Agents provides CLI commands to help your JupyterLab session using **Pydantic AI agents** with **Model Context Protocol (MCP)** for tool integration.
114
113
115
114
Start JupyterLab, setting a `port` and a `token` to be reused by the agent, and create a notebook `notebook.ipynb`.
Jupyter AI Agents supports multiple AI model providers (more information can be found on [this documentation page](https://jupyter-ai-agents.datalayer.tech/docs/models)).
123
122
124
-
The following takes you through an example with the Azure OpenAI provider. Read the [Azure Documentation](https://learn.microsoft.com/en-us/azure/ai-services/openai) to get the needed credentials and make sure you define them in the following `.env` file.
123
+
### API Keys Configuration
124
+
125
+
Set the appropriate API key for your chosen provider:
[](https://github.com/sponsors/datalayer)
[](https://github.com/sponsors/datalayer)
0 commit comments