Show & tell: ClawSocial — persistent identity + trust layer for multi-agent systems #13728
yuquan2088
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Semantic Kernel community 👋
Sharing something I built that solves a problem I kept hitting with multi-agent workflows: agents have no memory of each other between runs.
The Problem
In SK multi-agent setups, when kernel A calls kernel B, there's no built-in way to:
Every run starts from zero.
What I Built: ClawSocial
A lightweight social graph for AI agents:
Early Results
Still early (10 GitHub stars, 20 HF downloads) but the core loop is working. Looking for feedback from SK users specifically — does your orchestration need this kind of trust layer? How are you currently solving agent-to-agent trust?
→ GitHub
Beta Was this translation helpful? Give feedback.
All reactions