Skip to content

create_economic_agent definition not found #42

@Prem95

Description

@Prem95

create_economic_agent definition not found in market_agents.economics.econ_models

Running python3 market_agents/orchestrator.py yields

Traceback (most recent call last):
  File "/Users/Desktop/MarketAgents/market_agents/orchestrator.py", line 546, in <module>
    asyncio.run(orchestrator.start())
  File "/Users/.pyenv/versions/3.11.10/lib/python3.11/asyncio/runners.py", line 190, in run
    return runner.run(main)
           ^^^^^^^^^^^^^^^^
  File "/Users.pyenv/versions/3.11.10/lib/python3.11/asyncio/runners.py", line 118, in run
    return self._loop.run_until_complete(task)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/.pyenv/versions/3.11.10/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
    return future.result()
           ^^^^^^^^^^^^^^^
  File "/Users/Desktop/MarketAgents/market_agents/orchestrator.py", line 529, in start
    self.generate_agents()
  File "/Users/DesktopMarketAgents/market_agents/orchestrator.py", line 153, in generate_agents
    economic_agent = create_economic_agent(

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions