-
Notifications
You must be signed in to change notification settings - Fork 1k
Description
What's the problem this feature will solve?
Build an easy way to display in the front end some info about the agent (health, status, position, etc.) when the agent is clicked on the simulation
Additional context
It would be a very useful feature to have for simulations where agents carry a lot of information, which define their behavior, either to easily follow a precise agent throughout a simulation to study behavior or simply for debugging.
Special mention to @Sahil-Chhoker : given that you're currently working with GSoC to encapsulate visual styling through your AgentPortrayalStyle
module, would it make sense to extend this class (or add a related interface) to include metadata or callbacks for click events?
That would also be particularly handy for mesa-llm to display the reasoning and the current discussions of an agent.