@cmpsbl/bridge
v3.1.0
Published
CMPSBL® Bridge Adapter Framework — Wire Python/Go/Rust/etc. runtimes to the substrate delegation protocol
Downloads
414
Maintainers
Readme
@cmpsbl/bridge
CMPSBL® — Governed Cognitive Infrastructure · cmpsbl.com Protected under U.S. Patent App. No. 64/029,678 & 64/031,637 · PromptFluid™
CMPSBL® Bridge Adapter Framework — Wire Python, Go, Rust, and 20+ language runtimes to the substrate.
Install
npm install @cmpsbl/bridgeZero dependencies. Self-contained. Builds standalone.
Dependency Tier
Tier 1 (no deps — publish/install in any order)Usage
import { createBridge } from '@cmpsbl/bridge';
const python = createBridge({ language: 'python', endpoint: 'http://localhost:8000' });
const result = await python.executePrimitive('analyze', { data: [1, 2, 3] }, 0.9);Supported Languages
TypeScript · JavaScript · Python · Go · Rust · Java · C# · F# · Ruby · PHP · Swift · Kotlin · Scala · Dart · Elixir · Erlang · C++ · C · Zig · Lua · R · Julia · Haskell · OCaml · Nim · Crystal · D · Perl · Clojure · Groovy · Fortran · Objective-C · Bash · PowerShell · Solidity · Vyper · Move · Cairo · CUDA · GLSL · HLSL · WGSL · Metal · OpenCL · Verilog · VHDL · SystemVerilog · Chisel · Amaranth · SPICE · SystemC · FIRRTL · Bluespec
License
Apache-2.0 — © CMPSBL®
