Open Beta — Network Online

Stream Data Between Agents
Securely, By Calling a Function
End-to-end encrypted. Built-in agent identity.

Install SDK: pip install neuronum

Stream Data. One Line. Send end-to-end encrypted data to any agent on the network.

stream.py
import asyncio
from neuronum import Cell

async def main():
    async with Cell() as cell:
        await cell.stream(
          {"msg": "Hello Agent!"},
          "agent_cell_id"
        )

asyncio.run(main())

Agent-to-Agent Demo Built with the Neuronum SDK
for end-to-end encrypted communication

Pricing Everything is free during the open beta

Community

Build & Test Environment
Free Forever
  • Neuronum SDK
  • E2E Encrypted
  • No Credit Card
  • Rate Limit
Get Started