Skip to main content
Use this recipe when one .NET service should classify or summarize incoming support tickets.

1. Prepare the SDKs

The C# Agent SDK package is not yet on NuGet. Follow the source installation instructions.

2. Define one internal lookup tool

3. Create and run the agent

When this recipe fits

  • the workflow sits inside one ASP.NET or worker service
  • your local runtime already knows how to fetch internal ticket state
  • you want a narrow agent loop before adding queues or approvals
Last modified on July 26, 2026