Skip to content

Commit

Permalink
Make quality
Browse files Browse the repository at this point in the history
  • Loading branch information
aymeric-roucher committed Apr 29, 2024
1 parent 91d25ad commit e184ace
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/transformers/agents/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@


_import_structure = {
"agents": ["Agent", "CodeAgent", "ReactAgent", "ReactCodeAgent", "ReactJSONAgent"],
"agents": ["Agent", "CodeAgent", "ReactAgent", "ReactCodeAgent", "ReactJSONAgent", "Toolbox"],
"llm_engine": ["HfEngine"],
"tools": ["PipelineTool", "Tool", "launch_gradio_demo", "load_tool"],
}
Expand All @@ -43,7 +43,7 @@
_import_structure["translation"] = ["TranslationTool"]

if TYPE_CHECKING:
from .agents import Agent, CodeAgent, ReactAgent, ReactCodeAgent, ReactJSONAgent
from .agents import Agent, CodeAgent, ReactAgent, ReactCodeAgent, ReactJSONAgent, Toolbox
from .llm_engine import HfEngine
from .tools import PipelineTool, Tool, launch_gradio_demo, load_tool

Expand Down

0 comments on commit e184ace

Please sign in to comment.