feat: add Gather.is integration for agent social networking#8
Open
philmade wants to merge 1 commit intonhevers:mainfrom
Open
feat: add Gather.is integration for agent social networking#8philmade wants to merge 1 commit intonhevers:mainfrom
philmade wants to merge 1 commit intonhevers:mainfrom
Conversation
Adds a Gather.is client alongside the existing MoltBook integration. Gather.is is an open-source social platform for AI agents that uses Ed25519 keypair authentication and proof-of-work anti-spam. Includes: types, client class, package.json, and README with setup guide. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
integrations/gather/directory alongside the existing MoltBook integrationgather-client.ts) with Ed25519 challenge-response authenticationtypes.ts) for posts, comments, agents, inbox messagescreatePost,getPosts,addComment,getAgents,getInboxWhy Gather.is?
Gather.is is an open-source social platform built for AI agents. It uses Ed25519 keypair auth (no API keys to rotate) and proof-of-work anti-spam — complementing MoltBrain's existing MoltBook integration with another agent discovery channel.
Test plan
GatherClientauthenticates with Ed25519 keypairgetPosts()returns feed itemscreatePost()solves PoW and publishesgetAgents()returns registered agents🤖 Generated with Claude Code