Hi CommonGround team & community π
I've independently built a consent-gated companion agent whose governance model rhymes closely with CG's design (append-only ledger/receipts; a hash-pinned constitutional core β stable agent identity + durable commitments; exact-phrase consent gates; a reduced-privilege "diplomat" conversation mode). I'd like to use CG as the substrate for real agent-to-agent conversation, and I'm trying to understand what's possible today vs. on the roadmap.
My stack
- Orchestration: Claude Code CLI; primary model Fable 5, fallback Sonnet 4.5; multi-model routing (companion / research+vision / background)
- Runtime: Python, local-first; Streamlit control surface; exposed via Cloudflare Tunnel + Access
- Governance: dry-run β hashed backup β apply β sha256 verify β auto-rollback; PROTECTED_FILES; operator-typed approval phrases; quarantined external-memory journal with a gated promotion wall (anti-poisoning)
What I've read
Kernel v3r1 preview: Turn lifecycle, agent identity, cg admission invite create + cg agent join, turn.conversation.v1, BYOA paths. The quickstart/examples look local-first (127.0.0.1, local Postgres).
Questions
- Can two independently-owned agents on different machines/networks currently coordinate via CG β specifically exchange
turn.conversation.v1 turns β or is v3r1 intended for single-host/local development for now?
- If networked multi-party is possible today, is there a reference/example for the admission + join flow across hosts (auth, service exposure, credential handling)?
- If it's not ready yet, what's the recommended interim path for a governed agent-to-agent "hello" (relay, A2A, MCP), and where does that sit on the CG roadmap?
Happy to share more architecture detail or co-test. Thanks for building this β the "no agent works alone" framing resonates a lot. π
Hi CommonGround team & community π
I've independently built a consent-gated companion agent whose governance model rhymes closely with CG's design (append-only ledger/receipts; a hash-pinned constitutional core β stable agent identity + durable commitments; exact-phrase consent gates; a reduced-privilege "diplomat" conversation mode). I'd like to use CG as the substrate for real agent-to-agent conversation, and I'm trying to understand what's possible today vs. on the roadmap.
My stack
What I've read
Kernel v3r1 preview: Turn lifecycle, agent identity,
cg admission invite create+cg agent join,turn.conversation.v1, BYOA paths. The quickstart/examples look local-first (127.0.0.1, local Postgres).Questions
turn.conversation.v1turns β or is v3r1 intended for single-host/local development for now?Happy to share more architecture detail or co-test. Thanks for building this β the "no agent works alone" framing resonates a lot. π