pull/649/head
evelynmitchell 5 months ago
parent 4b782a0f2a
commit 13e2a66f68

@ -26,7 +26,7 @@ delaware_ccorp_agent = Agent(
insurance. Provide guidance on how to navigate the complexities of Delaware's insurance. Provide guidance on how to navigate the complexities of Delaware's
corporate law and ensure that all hiring practices are in compliance with corporate law and ensure that all hiring practices are in compliance with
state and federal regulations. state and federal regulations.
""", """, # noqa: W291, W293
llm=model, llm=model,
max_loops=1, max_loops=1,
autosave=False, autosave=False,
@ -53,7 +53,7 @@ indian_foreign_agent = Agent(
practices are in compliance with state and federal regulations. Consider the practices are in compliance with state and federal regulations. Consider the
implications of hiring foreign nationals and the requirements for obtaining implications of hiring foreign nationals and the requirements for obtaining
necessary visas and work permits. necessary visas and work permits.
""", """, # noqa: W291, W293
llm=model, llm=model,
max_loops=1, max_loops=1,
autosave=False, autosave=False,
@ -75,7 +75,7 @@ tasks = [
programming languages, and data structures. Outline the key responsibilities, programming languages, and data structures. Outline the key responsibilities,
including designing and developing AI agents, integrating with existing systems, including designing and developing AI agents, integrating with existing systems,
and ensuring scalability and performance. and ensuring scalability and performance.
""", """, # noqa: W291, W293
""" """
Generate a detailed job description for a Prompt Engineer, including Generate a detailed job description for a Prompt Engineer, including
required skills and responsibilities. Ensure the description covers the required skills and responsibilities. Ensure the description covers the
@ -83,7 +83,7 @@ tasks = [
machine learning, and software development. Outline the key responsibilities, machine learning, and software development. Outline the key responsibilities,
including designing and optimizing prompts for AI systems, ensuring prompt including designing and optimizing prompts for AI systems, ensuring prompt
quality and consistency, and collaborating with cross-functional teams. quality and consistency, and collaborating with cross-functional teams.
""", """, # noqa: W291, W293
] ]
# Run agents with tasks concurrently # Run agents with tasks concurrently

Loading…
Cancel
Save