From 79a4a297ea90ad8b2bbd2eabbbf8efa9dd071692 Mon Sep 17 00:00:00 2001 From: Vineeth Voruganti <13438633+VVoruganti@users.noreply.github.com> Date: Fri, 6 Feb 2026 15:30:30 -0500 Subject: [PATCH] chore: (docs) update language from deriver to dreamer agent --- docs/v3/documentation/reference/sdk.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/v3/documentation/reference/sdk.mdx b/docs/v3/documentation/reference/sdk.mdx index 7016b840..9aa0f509 100644 --- a/docs/v3/documentation/reference/sdk.mdx +++ b/docs/v3/documentation/reference/sdk.mdx @@ -445,7 +445,7 @@ const updatedBob = await alice.setCard(["Works at Acme", "Enjoys hiking"], "bob" -Peer cards are automatically maintained by the deriver agent during message processing. Use `set_card()` / `setCard()` when you need to manually override or seed the card — the peer will be created automatically if it doesn't already exist. +Peer cards are automatically maintained by the dreaming agent during message processing. Use `set_card()` / `setCard()` when you need to manually override or seed the card — the peer will be created automatically if it doesn't already exist. ### Conclusions