Metadata-Version: 2.4
Name: neuralbridge-sdk
Version: 1.4.1
Summary: Agent Runtime Assurance - Diagnose > Strategy > Self-Heal. Zero-barrier CLI: pip install && nb-doctor scan. Covers all 4 Agent health dimensions: Reliability, Context Bloat, Cascade Failure, Security & Compliance.
Author-email: Wang Guigui <wangguigui@neuralbridge.cn>
License: Apache-2.0 WITH commercial-restriction
Keywords: ai,agent,self-healing,agent-ops,aioops,llm,failover,diagnosis,circuit-breaker,context-bloat,agent-reliability,cli,scanner,nb-doctor
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: httpx>=0.24.0
Provides-Extra: openai
Requires-Dist: openai>=1.0.0; extra == "openai"
Provides-Extra: anthropic
Requires-Dist: anthropic>=0.18.0; extra == "anthropic"
Provides-Extra: google
Requires-Dist: google-generativeai>=0.3.0; extra == "google"
Provides-Extra: groq
Requires-Dist: groq>=0.4.0; extra == "groq"
Provides-Extra: dashscope
Requires-Dist: dashscope>=1.14.0; extra == "dashscope"
Provides-Extra: all
Requires-Dist: openai>=1.0.0; extra == "all"
Requires-Dist: anthropic>=0.18.0; extra == "all"
Requires-Dist: google-generativeai>=0.3.0; extra == "all"
Requires-Dist: groq>=0.4.0; extra == "all"
Requires-Dist: dashscope>=1.14.0; extra == "all"
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.21; extra == "dev"
Requires-Dist: ruff>=0.1.0; extra == "dev"
Dynamic: license-file

# NeuralBridge SDK v1.4.1

**Agent Runtime Assurance

One command, zero code, no API key:



## Commands

| Command | What it does |
|---------|-------------|
|  | Scan current directory |
|  | Deep scan with dependency analysis |
|  | Check single file |
|  | Generate HTML report |
|  | JSON output for CI/CD |

## What It Detects

| Dimension | What it detects |
|-----------|----------------|
| **Reliability** | No try/except, no timeout, hardcoded models, retry storms, single provider |
| **Context Bloat** | No max_tokens, unbounded messages |
| **Cascade Failure** | No circuit breakers, no checkpoints |
| **Security** | Hardcoded API keys, prompt injection, eval/exec, subprocess |

## Quick Start



## 95.19% Self-Heal Rate | Zero Dependencies

- [PyPI](https://pypi.org/project/neuralbridge-sdk)
- [neuralbridge.cn](https://neuralbridge.cn)

## License

Apache-2.0 with commercial restriction.
