Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73157,8 +73157,9 @@ Two packages bring AgentKit to **Eve, the Vercel agent framework**. They work to
Mount the extension for the bundled setup. Add the package when you need a rate-limit gate, an Upstash
Box sandbox, or control over an individual tool file.

Start from an eve project (0.25.2 or later). Scaffold one, which installs `eve` and an AI-SDK provider
for you:
Start from an eve project (**0.43.0 or later** — the published extension is prebuilt, and its
compatibility manifest requires eve ≥ 0.43's contribution formats). Scaffold one, which installs `eve`
and an AI-SDK provider for you:

```bash
npx eve@latest init my-agent
Expand Down Expand Up @@ -73676,8 +73677,9 @@ Two packages bring AgentKit to **Eve, the Vercel agent framework**. They work to
Mount the extension for the bundled setup. Add the package when you need a rate-limit gate, an Upstash
Box sandbox, or control over an individual tool file.

Start from an eve project (0.25.2 or later). Scaffold one, which installs `eve` and an AI-SDK provider
for you:
Start from an eve project (**0.43.0 or later** — the published extension is prebuilt, and its
compatibility manifest requires eve ≥ 0.43's contribution formats). Scaffold one, which installs `eve`
and an AI-SDK provider for you:

```bash
npx eve@latest init my-agent
Expand Down
5 changes: 3 additions & 2 deletions redis/sdks/agentkit/eve.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ Two packages bring AgentKit to **Eve, the Vercel agent framework**. They work to
Mount the extension for the bundled setup. Add the package when you need a rate-limit gate, an Upstash
Box sandbox, or control over an individual tool file.

Start from an eve project (0.25.2 or later). Scaffold one, which installs `eve` and an AI-SDK provider
for you:
Start from an eve project (**0.43.0 or later** — the published extension is prebuilt, and its
compatibility manifest requires eve ≥ 0.43's contribution formats). Scaffold one, which installs `eve`
and an AI-SDK provider for you:

```bash
npx eve@latest init my-agent
Expand Down