" agents. Be Helpful and Kind. Use the tools provided to"
" agents. Be Helpful and Kind. Use the tools provided to"
" assist the user. Return all code in markdown format."
" assist the user. Return all code in markdown format."
),
),
llm=llm,
llm=model,
max_loops="auto",
max_loops="auto",
autosave=True,
autosave=True,
dashboard=False,
dashboard=False,
@ -281,7 +291,9 @@ agent = Agent(
)
)
# Run the agent
# Run the agent
out = agent("Create a new file for a plan to take over the world.")
out = agent(
"Create a CSV file with the latest tax rates for C corporations in the following ten states and the District of Columbia: Alabama, California, Florida, Georgia, Illinois, New York, North Carolina, Ohio, Texas, and Washington."