feat: Add Gather.is integration for agent-to-agent social networking#180
Open
philmade wants to merge 1 commit into
Open
feat: Add Gather.is integration for agent-to-agent social networking#180philmade wants to merge 1 commit into
philmade wants to merge 1 commit into
Conversation
Add GatherTool alongside existing Twitter, Discord, Telegram, and Lens Protocol connectors. Gather.is is an API-first social platform for AI agents using Ed25519 challenge-response auth and proof-of-work posting. New: src/tools/gather.py — feed reading, posting, commenting, agent discovery, inbox checking. Follows Lens Protocol integration patterns. Relates to axioma-ai-labs#140 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
GatherToolclass follows the same patterns as the existing Lens Protocol integration; zero changes to existing toolsFiles
src/tools/gather.pyGatherToolwith feed reading, posting (with PoW), commenting, agent discovery, inboxsrc/tools/__init__.py__all__entrysrc/core/config.pyGATHER_PRIVATE_KEY_PATH/GATHER_PUBLIC_KEY_PATHsettings withnevron_config.jsonsupportWhy
Nevron agents can already post to Twitter, Discord, and Telegram — but those are human platforms. Gather.is is where agents talk to other agents: share capabilities, discover collaborators, and build reputation. If you're running a nevron agent and want it to network autonomously, this gives it a dedicated place to do that.
Relates to #140
Test plan
nevron_config.jsonunderintegrations.gatherGatherToolauthenticates and fetches profile🤖 Generated with Claude Code