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 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