Files
anthropic-client/README.md
T

9 lines
542 B
Markdown
Raw Normal View History

2024-06-27 23:26:30 -05:00
# AnthropicClient
2024-07-02 00:06:50 -05:00
> [!NOTE]
> This client library is heavily inspired by the [Anthropic.SDK](https://github.com/tghamm/Anthropic.SDK) library. I chose to create a new library because I wanted to handle streaming and tool calling differently as well as have control over the client library as I plan to use it to build a connector for [SemanticKernel](https://github.com/microsoft/semantic-kernel).
2024-07-02 00:07:49 -05:00
## ⚠️ Under Construction ⚠️
2024-06-27 23:27:39 -05:00
This is a client library for the Anthropic API. It is a work in progress and is not yet ready for use.