chore: (docs) update language from deriver to dreamer agent

This commit is contained in:
Vineeth Voruganti 2026-02-06 15:30:30 -05:00
parent 8266d4c5af
commit 79a4a297ea
1 changed files with 1 additions and 1 deletions

View File

@ -445,7 +445,7 @@ const updatedBob = await alice.setCard(["Works at Acme", "Enjoys hiking"], "bob"
</CodeGroup>
<Info>
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.
</Info>
### Conclusions