0.1.0 • Published 5 months ago
@amp-labs/ai v0.1.0
Ampersand AI SDK
This SDK enables AI agents to seamlessly perform operations on connected SaaS tools through Ampersand's platform.
Installation
npm install @amp-labs/ai
# or
yarn add @amp-labs/ai
# or
pnpm add @amp-labs/aiUsage
The SDK provides several modules that can be used depending on your framework preference:
Using with Vercel AI SDK
import { createRecord, updateRecord } from "@amp-labs/ai/aisdk";
// Use in your AI agent configuration
const tools = [createRecord, updateRecord];Using with Mastra
import { createRecord, updateRecord } from "@amp-labs/ai/mastra";
// Use in your Mastra workflow
const tools = [createRecord, updateRecord];Available Tools
Please refer to the documentation for the full list of tools and their usage.
Have a tool in mind that we could add? Let us know!
Debugging & Troubleshooting
If you encounter issues, ensure that:
- All required environment variables are set correctly
- You have an active Ampersand account with the necessary permissions & scopes
- The SaaS tool (say HubSpot) connection (with OAuth or apiKey) with your Agent is properly established & is still active.
For further assistance, join our Discord community.
0.1.0
5 months ago
0.0.1-alpha.12
5 months ago
0.0.1-alpha.11
6 months ago
0.0.1-alpha.10
6 months ago
0.0.1-alpha.9-instrumentation-enabled-1
6 months ago
0.0.1-alpha.9-instrumentation-enabled
6 months ago
0.0.1-alpha.9
6 months ago
0.0.1-alpha.8
6 months ago
0.0.1-alpha.7
6 months ago
0.0.1-alpha.6
6 months ago
0.0.1-alpha.5
6 months ago
0.0.1-alpha.4
6 months ago
0.0.1-alpha.3
6 months ago
0.0.1-alpha.2
6 months ago
0.0.1-alpha.1
6 months ago
0.0.1
6 months ago