Agentic Solution Developer Kit (SDK) using Next.js, Vercel AI SDK, ASP.NET Core and the Agent–User Interaction (AG-UI) Protocol.
Configure the sample agents with ASP.NET Core Secret Manager:
dotnet user-secrets set "OpenAI:ApiKey" "<your OpenAI API key>" --project samples/dotnet/GenericAgentRun the agent servers in separate terminal processes:
dotnet run --project samples/dotnet/GenericAgent
dotnet run --project samples/dotnet/NewsAgent
dotnet run --project samples/dotnet/WeatherAgentRun the web application in another terminal process:
npm run devOpen http://localhost:3000 in the browser.
Create a production build:
npm run build