################ Adding project root to PYTHONPATH ################################
################ Adding project root to PYTHONPATH ################################
# If you are running playground examples in the project files directly, use this:
# If you are running playground examples in the project files directly, use this:
importsys
importsys
importos
importos
@ -29,9 +29,9 @@ Treasurer = Agent(
agent_name="Treasurer",
agent_name="Treasurer",
system_prompt="Give your opinion on the cash management.",
system_prompt="Give your opinion on the cash management.",
agent_description=(
agent_description=(
"responsible for managing an organization's financial assets and liquidity. They oversee cash management, "
"responsible for managing an organization's financial assets and liquidity. They oversee cash management, "
"investment strategies, and financial risk. Key duties include monitoring cash flow, managing bank relationships, "
"investment strategies, and financial risk. Key duties include monitoring cash flow, managing bank relationships, "
"ensuring sufficient funds for operations, and optimizing returns on short-term investments. Treasurers also often "
"ensuring sufficient funds for operations, and optimizing returns on short-term investments. Treasurers also often "
"handle debt management and may be involved in capital raising activities."
"handle debt management and may be involved in capital raising activities."
),
),
llm=OpenAIChat(),
llm=OpenAIChat(),
@ -44,14 +44,14 @@ CFO = Agent(
agent_name="CFO",
agent_name="CFO",
system_prompt="Give your opinion on the financial performance of the company.",
system_prompt="Give your opinion on the financial performance of the company.",
agent_description=(
agent_description=(
"the top financial executive in an organization, overseeing all financial operations and strategy. Their role is broader than a treasurer's and includes:\n"
"the top financial executive in an organization, overseeing all financial operations and strategy. Their role is broader than a treasurer's and includes:\n"
"Financial planning and analysis\n"
"Financial planning and analysis\n"
"Accounting and financial reporting\n"
"Accounting and financial reporting\n"
"Budgeting and forecasting\n"
"Budgeting and forecasting\n"
"Strategic financial decision-making\n"
"Strategic financial decision-making\n"
"Compliance and risk management\n"
"Compliance and risk management\n"
"Investor relations (in public companies)\n"
"Investor relations (in public companies)\n"
"Overseeing the finance and accounting departments"
"Overseeing the finance and accounting departments"