Adding mobility intelligence to the GenAISys
We will now integrate the trajectory simulation and prediction component into our GenAISys, allowing users to design domain-specific prompts. At the user interface level, we’ll simplify the terminology from “trajectory simulation and prediction” to the user-friendly term “mobility.” This shorter label is more intuitive for users, though technical documentation can maintain detailed terminology as required. Then it will be up to the users to decide what domain-specific terminology they wish to see in the interface.
We will add the mobility function we built in 1_Trajectory_simulation_and_prediction.ipynb
to the GenAISys at three levels, as shown in Figure 8.4:
- IPython interface: Adding the mobility feature to the user interface
- Handler selection mechanism: Adding the mobility handler to the handler registry
- AI functions: Implementing the mobility feature in the AI functions library...