Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 848 Bytes

File metadata and controls

30 lines (20 loc) · 848 Bytes

dsf-agent

AI Agent that leverages the dsf-mobility package to simulate traffic flows. Built in LangGraph V1.

Usage

Clone this repository:

$ git clone https://github.com/MatteoFalcioni/dsf-agent
$ cd dsf-agent

Then install the required packages:

$ pip install -r requirements.txt

First, 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

alt

Future Improvements Ideas:

  • giving the agent the ability to analize the outputs of the simulation, based on the coil_compare notebook;