172 packages tagged with “claude”
A C# / .NET library to use with Anthropic's Claude API. Supports Streaming, Tools, Batching, and Semantic Kernel/Agent Framework
Anthropic Claude BPE Tokenizer unofficial implementation
Provide access to Anthropic LLM models in Kernel Memory
Locale.CLI is a powerful cross-platform command-line tool for managing localization files. Features include: scan (detect missing/orphan keys), diff (compare files), check (validate rules), convert (transform formats), generate (create skeleton files), watch (monitor changes), and translate (auto-translate using Google, DeepL, Bing, Yandex, LibreTranslate, OpenAI, Claude, Gemini, Azure OpenAI, or Ollama).
Build Model Context Protocol (MCP) servers and clients in .NET with MCPSharp. Create MCP-compliant tools and functions that AI models can discover and use. Features easy to use attribute-based API allowing anyone to spin up a server in minutes, and a Microsoft.Extensions.AI compatible client that generates AIFunctions, ready to be consumed by any IChatClient or compatible system. await MCPServer.StartAsync("EchoServer", "1.0.0"); --- server: class MyTool { [McpTool("echo","returns the input string back to you")] public string echo(string input) => input; } ---client: var client = new MCPClient("MyClient","1.0.0", "EchoServer.exe" //or dotnet EchoServer.dll if you wish await client.CallToolAsync("echo", new Dictionary<string, object>{{"input", "input string to echo"}});
Core abstractions and interfaces for Zonit.Extensions.Ai. Use this package when you only need the interfaces without implementation, perfect for defining prompts in domain layers.
Anthropic Claude backend provider for DocSummarizer
How to use? See sample code https://github.com/higty/higlabo/blob/master/Net9/HigLabo.Anthropic.SampleConsoleApp/AnthropicClientPlayground.cs
Anthropic Claude provider for NovaCore.AgentKit with extended thinking support
Core framework for building Model Context Protocol (MCP) servers with attribute-based tool discovery and validation helpers.
Anthropic (Claude) provider for HPD-Agent
Comprehensive testing helpers for MCP servers including fluent assertions, test builders, and mock infrastructure.
Anthropic Claude provider for AgentCircuits agent framework. Supports Claude 3.5 Sonnet, Opus, and Haiku with streaming, tool calling, and prompt caching.
Anthropic Client SDK (unofficial). Includes completions, streaming completions, raw response, tokenusage, http/2 support and more.
Claude adapter for Intentum intent inference.
Anthropic Claude C# .NET library by Ranul Betalgo
Documentation-driven context and agent orchestration for AI coding assistants.
Anthropic Claude provider for Zonit.Extensions.Ai. Supports Claude 4 Opus, Claude 4 Sonnet, Claude 3.7 Sonnet with extended thinking, and Claude 3.5 Haiku.
Core data models and contracts for the DevGPT ecosystem. Provides chat message models, LLM response wrappers with token usage tracking, tool definitions, image generation models, and shared interfaces used across all DevGPT packages.
A .NET SDK for OpenRouter API - Unified interface for LLM APIs
Anthropic AI provider for the LmDotnetTools library, enabling integration with Claude and other Anthropic models.
.NET SDK for Claude Code
A powerful and versatile library for integrating AI models like OpenAI, DeepSeek, Claude, Grok, and Gemini. Easily build chatbots, generate text and images, and enhance your applications with cutting-edge AI capabilities.
Librería para integrar Claude API con inyección de dependencias en .NET compatible con .NET 9.0
Class library for interacting with the Anthropic REST API.
Real-time Kanban dashboard for monitoring Claude Code agent tasks, sessions, and subagents via a browser-based board with SSE live updates.
Claude Code session connector for Semantic Kernel. Provides UseClaudeCodeChatCompletion() to wire local Claude Code OAuth credentials (or an explicit API key) into any Semantic Kernel application without managing tokens manually.
An OpenRouter client made with .NET.