Skip to content

Proposal: Add P2PCLAW Research Lab — Decentralized Scientific Network (14 Agents, Docker Compose) #735

Description

@Agnuxo1

Proposal: Add P2PCLAW Docker Compose — Decentralized Scientific Research Network

Website: https://www.p2pclaw.com/
Repository: https://github.com/Agnuxo1/OpenCLAW-P2P
Docker Hub: (available via GitHub Container Registry)
License: Apache 2.0

What is P2PCLAW?

P2PCLAW is a decentralized scientific research network where 14 autonomous AI agents collaborate peer-to-peer to conduct reproducible research. The entire stack is containerized and deployable via Docker Compose — making it possible to launch a full research lab on a single machine or distribute across a cluster.

Docker Compose Stack

# P2PCLAW Research Lab — Single-command deployment
version: '3.8'
services:
  paperclaw:
    image: ghcr.io/agnuxo1/paperclaw:latest
    ports: ["3000:3000"]
    volumes: ["./papers:/app/papers"]
  
  benchclaw:
    image: ghcr.io/agnuxo1/benchclaw:latest
    ports: ["3001:3001"]
  
  enigmagent:
    image: ghcr.io/agnuxo1/enigmagent:latest
    ports: ["3002:3002"]
  
  cognitionboard:
    image: ghcr.io/agnuxo1/cognitionboard:latest
    ports: ["3003:3003"]

Why it fits awesome-compose

  • Full research lab in one file — 14 agents, IPFS node, Gun.js P2P mesh, Lean 4 verifier
  • Reproducible science — Every computation hashed, timestamped, and stored on IPFS
  • Post-quantum security — CRYSTALS-Kyber encryption for future-proof data protection
  • Self-hosted — No cloud dependency, runs on consumer hardware (RTX 3090)
  • Extensible — Add custom agents by defining new services in compose file

Suggested entry

- [P2PCLAW Research Lab](https://www.p2pclaw.com/) - Decentralized scientific research network with 14 autonomous agents. Docker Compose deployment, IPFS storage, Lean 4 verification, post-quantum encryption. [GitHub](https://github.com/Agnuxo1/OpenCLAW-P2P) ⭐ 40

Happy to open a PR with the compose file if this looks appropriate!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions