Kuestenlogik.Bowire.Ai
2.4.0
Prefix Reserved
dotnet add package Kuestenlogik.Bowire.Ai --version 2.4.0
NuGet\Install-Package Kuestenlogik.Bowire.Ai -Version 2.4.0
<PackageReference Include="Kuestenlogik.Bowire.Ai" Version="2.4.0" />
<PackageVersion Include="Kuestenlogik.Bowire.Ai" Version="2.4.0" />
<PackageReference Include="Kuestenlogik.Bowire.Ai" />
paket add Kuestenlogik.Bowire.Ai --version 2.4.0
#r "nuget: Kuestenlogik.Bowire.Ai, 2.4.0"
#:package Kuestenlogik.Bowire.Ai@2.4.0
#addin nuget:?package=Kuestenlogik.Bowire.Ai&version=2.4.0
#tool nuget:?package=Kuestenlogik.Bowire.Ai&version=2.4.0
Bowire
The multi-protocol API workbench. gRPC, REST, GraphQL, JSON-RPC, SignalR, WebSocket, SSE, MQTT, Socket.IO, MCP, OData, AsyncAPI, AMQP, Kafka, Akka.NET, NATS, SOAP, Pulsar — run against any service URL with zero code changes.
Quickstart · Features · Why Bowire · Docs · Downloads · Bootcamp
Install
# .NET tool (cross-platform, recommended)
dotnet tool install -g Kuestenlogik.Bowire.Tool
Windows MSIs, portable ZIPs, Docker images, and pending winget / Homebrew / Chocolatey distributions — all listed on the Downloads page. It's the source of truth for what's available right now.
→ 5-minute Quickstart for the first call against your own service.
Embedded mode
Mount the workbench inside an existing ASP.NET host:
dotnet add package Kuestenlogik.Bowire
var app = WebApplication.Create(args);
app.MapBowire(); // workbench at /bowire
app.Run();
Discovery picks services off the host's IServiceProvider — REST routes, gRPC reflection, SignalR hubs, custom protocols. See Setup → Embedded.
Documentation
Everything user-facing lives at bowire.io. The most-asked entries:
- Quickstart — zero to first call
- Bootcamp — hands-on walkthrough, six units + capstone
- Features — workbench surfaces, recordings, mock, MCP
- Protocols — per-protocol setup and conventions
- Architecture — plugin model, host packages, ALC isolation
- API reference — DocFX-generated reference
Roadmap & Community
- ROADMAP.md — what shipped, what's planned, what's deliberately out of scope
- Community — Discord, Discussions, Issues
- CONTRIBUTING.md — plugin authoring, smoke tests, PR workflow
License
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Kuestenlogik.Bowire (>= 2.4.0)
- Microsoft.Extensions.AI (>= 10.8.3)
- OllamaSharp (>= 5.4.25)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Kuestenlogik.Bowire.Ai:
| Package | Downloads |
|---|---|
|
Kuestenlogik.Bowire.Ai.Anthropic
Anthropic Claude BYOK provider for Kuestenlogik.Bowire.Ai (#25 Phase 3). Registers an IBowireAiProviderFactory that wires the community-maintained Anthropic.SDK — its AnthropicClient.Messages property is itself an IChatClient from Microsoft.Extensions.AI, so no custom adapter is needed. Add via `AddBowireAiAnthropic()` after `AddBowireAi()`. Bowire core + Kuestenlogik.Bowire.Ai stay free of Anthropic.SDK's transitive weight; only installs that need Claude pay for it. |
|
|
Kuestenlogik.Bowire.Ai.OpenAi
OpenAI + OpenAI-compatible BYOK provider for Kuestenlogik.Bowire.Ai (#25 Phase 3). Registers an IBowireAiProviderFactory that builds an IChatClient via Microsoft.Extensions.AI.OpenAI; covers `openai` (api.openai.com) and `openrouter` (openrouter.ai) by passing different Endpoint base URLs through the same SDK. Add via `AddBowireAiOpenAi()` after `AddBowireAi()`. Bowire core + Kuestenlogik.Bowire.Ai stay free of OpenAI's transitive weight; only installs that need this provider pay for it. |
|
|
Kuestenlogik.Bowire.Ai.Mcp
MCP-client-reversal provider for Kuestenlogik.Bowire.Ai (#25 Phase 4). Routes chat through a user-controlled MCP host (stdio command or http URL) by calling the first tool whose name reads as a chat / completion / sampling gateway. Add via `AddBowireAiMcp()` after `AddBowireAi()`. Bowire core + Kuestenlogik.Bowire.Ai stay free of the ModelContextProtocol SDK; only installs that need the MCP path pay for it. |
|
|
Kuestenlogik.Bowire.Bundle.Workbench
Bowire bundle for the full workbench experience — core + every Rail.* + every Module.* + every Protocol.* + Security + Help + Telemetry. The everything-on superset; what Bowire.Tool ships. Pick Bundle.Minimal for a narrower request-execution-only surface or assemble your own per-package selection. |
GitHub repositories
This package is not used by any popular GitHub repositories.
