Embedded self-healing SDK. Diagnose → Degrade → Recover. Automatically. No infra, no humans, no downtime.
pip install neuralbridge-sdk
No config files. No dashboards. Just code.
from neuralbridge import register, can_proceed, heal
# 1. Register what to watch
register("openai_timeout", strategy="fallback")
# 2. Check before you call
if can_proceed():
# 3. Wrap your call — auto-heals on failure
result = heal(call_openai, model_ref={"model": "gpt-4"})
110KB you can audit vs 16.5MB you can't
110KB, zero dependencies, fully auditable. LiteLLM: 16.5MB + dependency CVEs + TeamPCP poisoning incident.
95.19% auto-healing rate. When API fails, NeuralBridge diagnoses and recovers before your users notice.
Embedded SDK — your data never passes through our servers. No gateway, no proxy, no middleman.
SOC2-friendly architecture. No external data routing. Your API keys stay in your infrastructure.
Side projects & testing
Production apps
Large-scale deployments