Skip to content

Commit 1135502

Browse files
committed
fix: link to pi packages
1 parent 991ceba commit 1135502

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

box/guides/pi-setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Pi Setup"
33
---
44

5-
This guide walks you through using [Pi](https://pi.dev) with the [`@upstash/box-pi`](https://www.npmjs.com/package/@upstash/box-pi) extension, which runs every tool call (`bash`, file I/O, and search) inside an Upstash Box. The agent and your model API keys stay on your machine; only tool execution happens in the box.
5+
This guide walks you through using [Pi](https://pi.dev) with the [`@upstash/box-pi`](https://pi.dev/packages/@upstash/box-pi) extension ([npm](https://www.npmjs.com/package/@upstash/box-pi)), which runs every tool call (`bash`, file I/O, and search) inside an Upstash Box. The agent and your model API keys stay on your machine; only tool execution happens in the box.
66

77
<Note>
88
This is the inverse of running Pi *inside* a box as a [custom harness](https://github.com/upstash/box/blob/main/packages/sdk/examples/custom-pi-agent.ts). Here, Pi runs locally and only its tools execute remotely.

0 commit comments

Comments
 (0)