Skip to content

feat: add Soulink agent identity memory example#85

Open
realwaynesun wants to merge 1 commit intohyperspell:mainfrom
realwaynesun:feat/soulink-identity-memory
Open

feat: add Soulink agent identity memory example#85
realwaynesun wants to merge 1 commit intohyperspell:mainfrom
realwaynesun:feat/soulink-identity-memory

Conversation

@realwaynesun
Copy link

Summary

Adds an example showing how to persist verified on-chain agent identities into the Hyperspell memory graph using Soulink.

  • Resolve .agent names via Soulink API to get verified wallet addresses
  • Store self identity in memory on startup — agent knows who it is across sessions
  • Remember other agents after interactions, tagged with on-chain credit scores
  • Search memory for previously seen agents by trust level

Why this pairing

Hyperspell gives agents persistent memory. Soulink gives agents verified on-chain identity (.agent names + credit scores on Base). Together, trust decisions are grounded in real on-chain reputation data, not hallucinated context.

What's changed

  • Added examples/soulink-identity.ts — standalone example, no changes to SDK code

Links

Shows how to persist verified on-chain agent identities into the
Hyperspell memory graph. Agents remember who they've interacted with
and their trust levels, grounded in Soulink's on-chain credit scores.

- Resolve .agent names via Soulink API
- Store self identity in memory on startup
- Remember other agents after interactions
- Search memory for previously seen agents

Soulink: https://soulink.dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant