AI Agent that leverages the dsf-mobility package to simulate traffic flows. Built in LangGraph V1.
Clone this repository:
$ git clone https://github.com/MatteoFalcioni/dsf-agent
$ cd dsf-agentThen install the required packages:
$ pip install -r requirements.txtFirst, run the cartography notebook in order to get the necessary files for the simulation.
Then run the code from the root directory of the project with
$ python -m src.main- giving the agent the ability to analize the outputs of the simulation, based on the coil_compare notebook;
