Skip to content

Latest commit

 

History

History
78 lines (44 loc) · 3.45 KB

README.md

File metadata and controls

78 lines (44 loc) · 3.45 KB

Website | Documentation | X (Twitter) | Support

Superface

Superface AI Tooling SDK

Superface SDK lets you integrate external apps with your AI agent using function calling.

Out of box:

  • intelligent tools
  • managed OAuth
  • complete end-user auth flows.

You can use Superface with your favorite AI frameworks in TypeScript and Python.

If you want to suggest other uses or missing frameworks, please let us know.

TS TypeScript

Installation

npm install superface

Usage with AI frameworks

Planned support for:

  • Anthropic Anthropic

  • LangChain LangChain

  • Vercel AI SDK Vercel AI SDK

  • Llamaindex Llamaindex

Python Python

Installation

pip install superface

Usage with AI frameworks

Planned support for:

  • OpenAI OpenAI

  • Anthropic Anthropic

  • CrewAI CrewAI

  • LangChain LangChain

  • Microsoft AutoGen AutoGen

  • Llamaindex Llamaindex

  • Superface HTTP Client

Examples

TypeScript Examples Python Examples

License

This project is licensed under the MIT license. See the LICENSE file for details.