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
2 changes: 1 addition & 1 deletion mxtoai/agents/email_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from dotenv import load_dotenv

# Update imports to use proper classes from smolagents
from smolagents import ToolCallingAgent
from smolagents import Tool, ToolCallingAgent
Copy link

Copilot AI Jun 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Tool import is not used in this file and can be removed to clean up unused imports.

Suggested change
from smolagents import Tool, ToolCallingAgent
from smolagents import ToolCallingAgent

Copilot uses AI. Check for mistakes.

# Add imports for the new default tools
from smolagents.default_tools import (
Expand Down
Loading
Loading