Skip to content
Docs Try Aspire
Docs Try

DevUIResource

Class net10.0
📦 Aspire.Hosting.AgentFramework.DevUI v1.8.0-preview.260528.1
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
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.