📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP →

superface

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

superface - npm Package Compare versions

Comparing version

to
0.1.0-rc.6

{
"name": "superface",
"version": "0.1.0-rc.5",
"version": "0.1.0-rc.6",
"description": "Intelligent Tools for Agentic AI",

@@ -5,0 +5,0 @@ "author": "Superface Team <hello@superface.ai>",

@@ -20,5 +20,5 @@ **TypeScript** | Python (soon)

### [<img src="https://github.com/superfaceai/sdk/raw/main/docs/logos/openai.png" alt="OpenAI" width="16" height="16"> OpenAI →](./src/openai/)
### [<img src="https://github.com/superfaceai/sdk/raw/main/docs/logos/openai.png" alt="OpenAI" width="16" height="16"> OpenAI →](https://github.com/superfaceai/sdk/tree/main/typescript/src/openai/)
### [<img src="https://github.com/superfaceai/sdk/raw/main/docs/logos/client.png" alt="Superface" width="16" height="16"> HTTP Client →](./src/client/)
### [<img src="https://github.com/superfaceai/sdk/raw/main/docs/logos/client.png" alt="Superface" width="16" height="16"> HTTP Client →](https://github.com/superfaceai/sdk/tree/main/typescript/src/client/)

@@ -35,9 +35,9 @@ ### <img src="https://github.com/superfaceai/sdk/raw/main/docs/logos/anthropic.png" alt="Anthropic" width="16" height="16"> Anthropic (soon)

See all examples in [typescript/examples](./examples) folder.
See all examples in [typescript/examples](https://github.com/superfaceai/sdk/tree/main/typescript/examples) folder.
- [Simple chat using OpenAI SDK with tool calling](./examples/openai/handle-tool-calls/)
- [Using OpenAI's beta tool runner](./examples/openai/beta-automated-function-calls/)
- [Simple chat using OpenAI SDK with tool calling](https://github.com/superfaceai/sdk/tree/main/typescript/examples/openai/handle-tool-calls/)
- [Using OpenAI's beta tool runner](https://github.com/superfaceai/sdk/tree/main/typescript/examples/openai/beta-automated-function-calls/)
## License
This project is licensed under the MIT license. See the [LICENSE](../LICENSE) file for details.
This project is licensed under the MIT license. See the [LICENSE](https://github.com/superfaceai/sdk/tree/main/LICENSE) file for details.