DevUIResource
Class net10.0
Represents a DevUI resource for testing AI agents in a distributed application.
namespace Aspire.Hosting.ApplicationModel;
public class DevUIResource : Aspire.Hosting.ApplicationModel.Resource, Aspire.Hosting.ApplicationModel.IResource, Aspire.Hosting.ApplicationModel.IResourceWithEndpoints, Aspire.Hosting.ApplicationModel.IResourceWithWaitSupport{ // ...} ResourceIResourceIResourceWithEndpointsIResourceWithWaitSupport
Remarks
Section titled Remarks DevUI aggregates agents from multiple backend services and provides a unified web interface for testing and debugging AI agents using the OpenAI Responses protocol. The aggregator runs as an in-process reverse proxy within the AppHost, requiring no external container image.