Skip to content
This repository was archived by the owner on Oct 23, 2025. It is now read-only.

Commit 8dc7e33

Browse files
authored
Merge pull request #46 from picahq/chore/archive
chore: update package version to 3.0.2 and add deprecation notice
2 parents 80730e2 + 3f3f933 commit 8dc7e33

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Pica AI SDK
22

3+
> **⚠️ DEPRECATED: This repository has been replaced by [Pica ToolKit](https://github.com/picahq/toolkit)**
4+
>
5+
> Please use the new package instead:
6+
> ```bash
7+
> npm i @picahq/toolkit
8+
> ```
9+
>
10+
> **New Repository:** https://github.com/picahq/toolkit
11+
> **New Package:** https://www.npmjs.com/package/@picahq/toolkit
12+
>
13+
> **Documentation:** https://docs.picaos.com/toolkit
14+
15+
---
16+
317
[![npm version](https://img.shields.io/npm/v/%40picahq%2Fai)](https://npmjs.com/package/@picahq/ai)
418
519
<img src="https://assets.picaos.com/github/vercel-ai-sdk.svg" alt="Pica Vercel AI SDK Banner" style="border-radius: 5px;">
@@ -76,7 +90,6 @@ Examples for streaming and creating an express server can be found in the [examp
7690
7791
Once you've installed the SDK and connected your platforms in the [Pica dashboard](https://app.picaos.com/connections), you can seamlessly build your own AI agents to automate your workflows.
7892
79-
8093
![Pica OneTool](https://assets.picaos.com/github/one-tool.svg)
8194
8295
Here are some powerful examples of what you can build:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@picahq/ai",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Pica AI SDK for Vercel AI SDK integration",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)