From d0adf7df17092026807bbacdb456d65f0a4cc07a Mon Sep 17 00:00:00 2001 From: CahidArda Date: Mon, 24 Aug 2026 12:38:55 +0300 Subject: [PATCH 1/3] fix: agentkit eve extension requires eve >= 0.43.0 The published @upstash/agentkit-eve-extension dist is prebuilt and its compatibility manifest requires eve 0.43's contribution formats, so the page's "0.25.2 or later" requirement was stale (upstash/agentkit#22). --- redis/sdks/agentkit/eve.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 From 0781d462597dab2d16bc0fcc146848cdc5f894d3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 09:44:17 +0000 Subject: [PATCH 2/3] chore(llms): regenerate llms.txt and llms-full.txt --- llms-full.txt | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/llms-full.txt b/llms-full.txt index 1c54ba84..0c86faff 100644 --- a/llms-full.txt +++ b/llms-full.txt @@ -8168,7 +8168,7 @@ Yes, we take regular snapshots of the data cluster to the AWS S3 platform. ## Does Upstash encrypt data? -Customers can enable TLS when creating a database or cluster, and we recommend this for production environments. Additionally, we encrypt data at rest upon enabling the [Prod Pack add-on](https://upstash.com/docs/redis/overall/enterprise#prod-pack-features). +Customers can enable TLS when creating a database or cluster, and we recommend this for production environments. Additionally, we encrypt data at rest upon enabling [Prod Pack add-on](https://upstash.com/docs/redis/overall/enterprise#prod-pack-features). # Legal Source: https://upstash.com/docs/common/help/legal @@ -10115,7 +10115,7 @@ To view a more detailed Next.js quick start guide for setting up QStash, refer t It's also possible to schedule a background job to run at a later time using [schedules](/docs/qstash/features/schedules). -If you'd like to invoke another endpoint when the background job is complete, you can use [callbacks](/docs/qstash/features/callbacks). +If you'd like to invoke another endpoint when the background job is complete, you can use [callbacks](/docs/qstash/features/callbacks). # Batching Source: https://upstash.com/docs/qstash/features/batch @@ -10414,7 +10414,7 @@ client.message.batch_json( "messageId": "msg_..." } ] -``` +``` # Callbacks Source: https://upstash.com/docs/qstash/features/callbacks @@ -11469,7 +11469,7 @@ from qstash import QStash client = QStash("") client.queue.get("my-queue") ``` - + # Retry Source: https://upstash.com/docs/qstash/features/retry @@ -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 From 168c1536026fb3c4dd8d8cf323eba6fed18a15b3 Mon Sep 17 00:00:00 2001 From: Context7 Agent Date: Mon, 24 Aug 2026 09:50:37 +0000 Subject: [PATCH 3/3] docs: review fixes for #782 --- llms-full.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/llms-full.txt b/llms-full.txt index 0c86faff..da5d7d2a 100644 --- a/llms-full.txt +++ b/llms-full.txt @@ -8168,7 +8168,7 @@ Yes, we take regular snapshots of the data cluster to the AWS S3 platform. ## Does Upstash encrypt data? -Customers can enable TLS when creating a database or cluster, and we recommend this for production environments. Additionally, we encrypt data at rest upon enabling [Prod Pack add-on](https://upstash.com/docs/redis/overall/enterprise#prod-pack-features). +Customers can enable TLS when creating a database or cluster, and we recommend this for production environments. Additionally, we encrypt data at rest upon enabling the [Prod Pack add-on](https://upstash.com/docs/redis/overall/enterprise#prod-pack-features). # Legal Source: https://upstash.com/docs/common/help/legal @@ -10115,7 +10115,7 @@ To view a more detailed Next.js quick start guide for setting up QStash, refer t It's also possible to schedule a background job to run at a later time using [schedules](/docs/qstash/features/schedules). -If you'd like to invoke another endpoint when the background job is complete, you can use [callbacks](/docs/qstash/features/callbacks). +If you'd like to invoke another endpoint when the background job is complete, you can use [callbacks](/docs/qstash/features/callbacks). # Batching Source: https://upstash.com/docs/qstash/features/batch @@ -10414,7 +10414,7 @@ client.message.batch_json( "messageId": "msg_..." } ] -``` +``` # Callbacks Source: https://upstash.com/docs/qstash/features/callbacks @@ -11469,7 +11469,7 @@ from qstash import QStash client = QStash("") client.queue.get("my-queue") ``` - + # Retry Source: https://upstash.com/docs/qstash/features/retry