pull/421/head
Kye 10 months ago
parent c90ba1c11e
commit 633ae815f9

@ -1,4 +1,4 @@
from swarms import Agent, AnthropicChat, tool from swarms import Agent, Anthropic, tool
# Tool # Tool
@ -17,7 +17,7 @@ agent = Agent(
"Generate a transcript for a youtube video on what swarms" "Generate a transcript for a youtube video on what swarms"
" are!" " are!"
), ),
llm=AnthropicChat(), llm=Anthropic(),
max_loops="auto", max_loops="auto",
autosave=True, autosave=True,
dashboard=False, dashboard=False,

@ -1,6 +1,6 @@
from langchain.tools import ( from langchain.tools import (
BaseTool, BaseTool,
StructuredTool,
Tool, Tool,
StructuredTool,
tool, tool,
) # noqa F401 ) # noqa F401

Loading…
Cancel
Save