Skip to content

edgestream/AI.Agent

Repository files navigation

AI.Agent

Agentic Solution Developer Kit (SDK) using Next.js, Vercel AI SDK, ASP.NET Core and the Agent–User Interaction (AG-UI) Protocol.

Quickstart

Configure the sample agents with ASP.NET Core Secret Manager:

dotnet user-secrets set "OpenAI:ApiKey" "<your OpenAI API key>" --project samples/dotnet/GenericAgent

Run the agent servers in separate terminal processes:

dotnet run --project samples/dotnet/GenericAgent
dotnet run --project samples/dotnet/NewsAgent
dotnet run --project samples/dotnet/WeatherAgent

Run the web application in another terminal process:

npm run dev

Open http://localhost:3000 in the browser.

Build

Create a production build:

npm run build

About

Agentic Solution Developer Kit

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors