Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from mcp.server.fastmcp import FastMCP
import logging
import os
from typing import List
from mistralai import Mistral

# Configure logging to only show errors
Expand Down
2 changes: 1 addition & 1 deletion mistral/agents/agents_api/github_agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This cookbook show how to create an Agent that use mistral Medium to perform som
## Installation

```bash
pip install chainlit mcp mistralai
pip install chainlit mcp mistralai griffe authlib
```

## Environment Setup
Expand Down
1 change: 0 additions & 1 deletion mistral/agents/agents_api/github_agent/github.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import os
import chainlit as cl
from dotenv import load_dotenv
import httpx
from mistralai import (
Mistral,

Expand Down
2 changes: 1 addition & 1 deletion mistral/agents/agents_api/prd_linear_ticket/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Application that generates Product Requirements Documents (PDF) from transcript
## Installation

```bash
pip install chainlit mcp loguru pydantic gql
pip install chainlit mcp loguru pydantic gql griffe mistralai
```

## Environment Setup
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
Expand Down Expand Up @@ -137,7 +137,7 @@
}
],
"source": [
"!pip install mistralai"
"!pip install mistralai requests"
]
},
{
Expand Down Expand Up @@ -1034,13 +1034,13 @@
},
{
"cell_type": "code",
"execution_count": 35,
"execution_count": null,
"metadata": {
"id": "fheTVod4WiGi"
},
"outputs": [],
"source": [
"coordinator.set_communication_agent(sender_email, app_password)"
"coordinator.set_email_communication_agent(sender_email, app_password)"
]
},
{
Expand Down