diff --git a/llms-full.txt b/llms-full.txt index 1c54ba84..da5d7d2a 100644 --- a/llms-full.txt +++ b/llms-full.txt @@ -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 @@ -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 diff --git a/redis/sdks/agentkit/eve.mdx b/redis/sdks/agentkit/eve.mdx index 418db547..6632efe3 100644 --- a/redis/sdks/agentkit/eve.mdx +++ b/redis/sdks/agentkit/eve.mdx @@ -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