Arc View
The Arc View is a graphical user interface that allows you to interact with the Arc Agents.
Features
- Chat UI to communicate with the Agents.
- Event log to view events emitted by the Arc application.
- Charts to help compare the performance of the Agents.
(Event Subscriptions must be enabled in the Arc application to view events, see Event Subscriptions).
Once enabled, the Arc Events can be displayed in performance charts to better asses the performance of the Agents and LLMs.
How to access it
Currently, the Arc View is deployed as part of the Arc GraphQL package. Meaning that applications using the package can be configured to serve the Arc View as a web application.
See the Arc GraphQL for more details.
Where to find it
The source code for the Arc View is available at arc-view.
As it is written in Flutter, it can be compiled to also run as a desktop application.
Contributions are welcome!