Spaces:
Configuration error
Configuration error
docs: add MCP server, complete datasets table, expand links
Browse files
README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
|
| 3 |
## Mission
|
| 4 |
|
| 5 |
-
Developer-facing AI safety infrastructure. We build scoring APIs, compliance engines, and agent safety pipelines that help teams ship AI responsibly.
|
| 6 |
|
| 7 |
## What We Ship
|
| 8 |
|
|
@@ -14,15 +14,23 @@ Developer-facing AI safety infrastructure. We build scoring APIs, compliance eng
|
|
| 14 |
|
| 15 |
**Safe Regeneration** automatically rewrites AI responses that score below configurable quality thresholds, with full before/after audit logging.
|
| 16 |
|
| 17 |
-
##
|
| 18 |
|
| 19 |
-
|
| 20 |
|
| 21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
|
| 23 |
-
|
| 24 |
|
| 25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
|
| 27 |
## Research
|
| 28 |
|
|
@@ -32,5 +40,9 @@ Published on [PyPI](https://pypi.org/project/rail-score-sdk/) (Python) and [npm]
|
|
| 32 |
|
| 33 |
- **Platform**: [responsibleailabs.ai](https://responsibleailabs.ai)
|
| 34 |
- **Documentation**: [docs.responsibleailabs.ai](https://docs.responsibleailabs.ai)
|
|
|
|
| 35 |
- **GitHub**: [Responsible-AI-Labs](https://github.com/Responsible-AI-Labs)
|
| 36 |
-
- **
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
## Mission
|
| 4 |
|
| 5 |
+
Developer-facing AI safety infrastructure. We build scoring APIs, compliance engines, and agent safety pipelines that help teams ship AI responsibly, with first-class support for India's regulatory landscape alongside global frameworks.
|
| 6 |
|
| 7 |
## What We Ship
|
| 8 |
|
|
|
|
| 14 |
|
| 15 |
**Safe Regeneration** automatically rewrites AI responses that score below configurable quality thresholds, with full before/after audit logging.
|
| 16 |
|
| 17 |
+
## Ways to Integrate
|
| 18 |
|
| 19 |
+
**SDKs** published on [PyPI](https://pypi.org/project/rail-score-sdk/) (Python) and [npm](https://www.npmjs.com/package/@responsible-ai-labs/rail-score) (JavaScript/TypeScript), plus a [Drupal module](https://www.drupal.org/project/rail_score), with drop-in wrappers for OpenAI, Anthropic, and Gemini. Observability integrations with OpenTelemetry, Langfuse, and Datadog.
|
| 20 |
|
| 21 |
+
**MCP Server** adds the full RAIL safety layer to any [Model Context Protocol](https://modelcontextprotocol.io) client (Claude, Cursor, Copilot, Replit Agent, LangGraph, CrewAI) through a single hosted URL, with no SDK integration:
|
| 22 |
+
|
| 23 |
+
```
|
| 24 |
+
https://mcp.responsibleailabs.ai/mcp
|
| 25 |
+
```
|
| 26 |
|
| 27 |
+
## Open Datasets
|
| 28 |
|
| 29 |
+
| Dataset | Size | What it covers |
|
| 30 |
+
|---|---|---|
|
| 31 |
+
| [RAIL Guard Benchmark](https://huggingface.co/datasets/responsible-ai-labs/rail-guard-benchmark) | 1,589 examples | 1,197 content prompts across 6 domains (benign / edge / adversarial) and 392 agent tool-call scenarios across 5 domains, scored on all 8 RAIL dimensions |
|
| 32 |
+
| [RAIL-HH-10K](https://huggingface.co/datasets/responsible-ai-labs/RAIL-HH-10K) | 10,000 examples | Preference dataset for responsible AI alignment (RLHF/DPO), scored across all 8 RAIL dimensions, built on Anthropic's HH data |
|
| 33 |
+
| [Indian Responsible AI Benchmark](https://huggingface.co/datasets/responsible-ai-labs/indian-responsible-ai-benchmark) | 212 prompts | Adversarial prompts across 22 India-specific safety categories (caste, region, Hinglish code-switching), with full RAIL dimension scores |
|
| 34 |
|
| 35 |
## Research
|
| 36 |
|
|
|
|
| 40 |
|
| 41 |
- **Platform**: [responsibleailabs.ai](https://responsibleailabs.ai)
|
| 42 |
- **Documentation**: [docs.responsibleailabs.ai](https://docs.responsibleailabs.ai)
|
| 43 |
+
- **Knowledge Hub**: [responsibleailabs.ai/knowledge-hub](https://responsibleailabs.ai/knowledge-hub)
|
| 44 |
- **GitHub**: [Responsible-AI-Labs](https://github.com/Responsible-AI-Labs)
|
| 45 |
+
- **PyPI**: [rail-score-sdk](https://pypi.org/project/rail-score-sdk/) 路 **npm**: [@responsible-ai-labs/rail-score](https://www.npmjs.com/package/@responsible-ai-labs/rail-score)
|
| 46 |
+
- **MCP Server**: [mcp.responsibleailabs.ai/mcp](https://mcp.responsibleailabs.ai/mcp)
|
| 47 |
+
- **X**: [@RAILabsIndia](https://x.com/RAILabsIndia) 路 **LinkedIn**: [company/rail-ai](https://www.linkedin.com/company/rail-ai/)
|
| 48 |
+
- **Contact**: research@responsibleailabs.ai
|