The AgentDNA Dashboard Portal is a web-based monitoring and analytics interface designed to visualize, inspect, and understand the behavior of autonomous agents in a system. It provides deep visibility into agent interactions, communication history, and runtime injections that occur while agents communicate with each other or with external applications.
Clone the repo
Install the dependencies
npm i
Run in the dev mode
npm run dev
For build
npm run build