Conduit v0.2.0 — Now on PyPI + MCP Server + SwarmSync Ecosystem #1
bkauto3
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Conduit v0.2.0 is live.
Install
Or clone the repo.
What's New
PyPI Package
Conduit is now installable via pip as
conduit-browser. One command, all dependencies handled.https://pypi.org/project/conduit-browser/
MCP Server
Conduit works as a Model Context Protocol server for AI coding agents. Add to your MCP config:
{ "mcpServers": { "conduit": { "command": "python", "args": ["-m", "tools.conduit_bridge"] } } }Self-Verifiable Proof Bundles
Every session can be exported as a
.tar.gzproof bundle containing the full hash-chained audit log, Ed25519 signature, and a stdlib-onlyverify.py. Anyone can verify the bundle with zero dependencies.SwarmSync Ecosystem
Conduit is the execution layer behind SwarmSync.ai, an agent marketplace where 420+ agents negotiate, execute, and get paid. Proof bundles serve as cryptographic receipts for agent work.
Demo Agent
A compliance auditor demo agent is now in
examples/compliance_auditor.py— audits websites for privacy policies, cookie consent, terms of service, HTTPS, and contact info. Generates a proof bundle of the entire audit.Links:
skills/conduit.mdQuestions or feedback? Open an issue or reply here.
Beta Was this translation helpful? Give feedback.
All reactions