Agent UI Studio is an open source collection of UI components for building agent interfaces. Built with support for the shadcn CLI, every component can be installed directly into your project’s code, giving you full extensibility and control over the designs. Each block/component and its dependencies are copied into your project and accessible for you to edit/extend as you like. Since the code lives in your project’s file structure, unlike an npm package, you can access and update all the styles and functionality with full ownership.While there are other libraries that provide components for LLM chat applications, there aren’t any open source libraries that tackle the additional complexity of agents that interact with an environment. These agents are long-running and take actions in new ways, hence new interfaces are needed to observe these actions in an intuitive manner.