anthropics/anthropic-sdk-csharp
Access to Anthropic's safety-first language model APIs in C#
何を解決するか
開発者がClaude APIと対話するためのネイティブなC#インターフェースを提供し、Anthropicの大規模言語モデルにアクセスするために手動でHTTPリクエストを書く必要をなくします。
動作方法
SDKはClaude APIのラッパーとして機能し、C#アプリケーションが強力な型指定パラメータとクライアントベースのアーキテクチャを使用してメッセージを作成し、モデルとの対話を管理できるようにします。
対象ユーザー
ソフトウェアアプリケーションにClaudeのAI機能を統合したい.NET開発者
主な特徴
- C#アプリケーション用の公式SDK
- .NET Standard 2.0+をサポート
- メッセージ作成とリクエストパラメータの簡素化
関連
- プロジェクト
anthropics/anthropic-sdk-goA Go SDK that provides typed, idiomatic access to Anthropic’s Claude LLM API, letting Go developers send prompts and receive responses with simple client and helper functions.
- プロジェクト
- プロジェクト
anthropics/anthropic-cliThe `ant` CLI is Anthropic’s official terminal tool for interacting with the Claude Platform. It lets you authenticate, list models, send prompts, upload files, and manage beta resources (agents, sessions, etc.) directly from the command line, with support for JSON/YAML input, secret‑manager piping, and jq‑style output extraction. Install via Homebrew or `go install`.
- プロジェクト
- プロジェクト