Build on your .NET application.
Integrate AI with your existing C# services and ASP.NET Core host. Keep business logic in the application your team already develops and maintains.
Build .NET AI agents in C# with Runiq.Net, an open-source framework for ASP.NET Core with typed tools, RAG, workflows, MCP, and an embedded Studio.
Open source. MIT licensed. Built with the .NET community.
Define agents in C# with the instructions, models, and capabilities your application needs.
Let AI use your application’s C# functions through strongly typed tool contracts.
Bring relevant knowledge from your documents into AI responses and inspect the sources used.
Expose selected C# services as MCP tools from your ASP.NET Core application for MCP-compatible AI clients.
Integrate AI with your existing C# services and ASP.NET Core host. Keep business logic in the application your team already develops and maintains.
Use document context and typed tools together, and make selected services available to MCP clients. Bring your application’s knowledge and functions into AI interactions.
Inspect the calls and context behind an answer in Studio. Give your team a concrete starting point for investigating and refining AI behavior.
Start with a .NET 10 ASP.NET Core application and a model provider. Runiq.Net connects your C# agent definition to the application host and dependency injection.
Use the CLI to create an application or add the Agents package to your existing project. Connect a model and try a conversation in Studio.
Give the agent a clear responsibility, instructions, and model configuration. Register it with your ASP.NET Core host.
Let the agent call your application services through typed C# contracts. Add document retrieval and workflows as the use case grows.