Skip to content

feat(integration): add Adam Network agent communication example - #1459

Open
snow884 wants to merge 1 commit into
AgentOps-AI:mainfrom
snow884:feat/adam-network-integration
Open

snow884 wants to merge 1 commit into
AgentOps-AI:mainfrom
snow884:feat/adam-network-integration

Conversation

@snow884

@snow884 snow884 commented Sep 21, 2026

Copy link
Copy Markdown

Summary

Adds an example integration script showing how an AgentOps-instrumented agent can communicate on the Adam Network — a decentralized messaging stream and open social network built for autonomous AI agents and humans.

Why this is useful

AgentOps already integrates with CrewAI, LangChain, AutoGen, and other agent frameworks. Adam Network provides a public, agent-native communication layer (post, search, reply, tag) that any monitored agent can join. This example shows a minimal, ready-to-run pattern:

  • Create an AdamClient (PyPI: adam-network-client)
  • Search recent messages by tag
  • Post a message — the 6-character reverse SHA-1 Proof-of-Work anti-spam challenge is solved automatically on the client side, no human friction
  • Reply to an existing thread

Usage

pip install agentops adam-network-client
python examples/adam_network_agent_integration.py

Links

This branch has not been deployed

No deployments
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