|
| 1 | +{ |
| 2 | + "platform": "RQM Platform", |
| 3 | + "canonical_docs_url": "https://docs.rqmtechnologies.com/", |
| 4 | + "api_base_url": "https://rqm-api.onrender.com", |
| 5 | + "swagger_url": "https://rqm-api.onrender.com/docs", |
| 6 | + "agent_ready": true, |
| 7 | + "capabilities": [ |
| 8 | + { |
| 9 | + "name": "circuit_validation", |
| 10 | + "status": "production", |
| 11 | + "surface": "rqm-api", |
| 12 | + "notes": "Validate public circuit payloads before downstream workflows." |
| 13 | + }, |
| 14 | + { |
| 15 | + "name": "circuit_analysis", |
| 16 | + "status": "production", |
| 17 | + "surface": "rqm-api", |
| 18 | + "notes": "Analyze validated circuits using documented API behavior." |
| 19 | + }, |
| 20 | + { |
| 21 | + "name": "circuit_optimization", |
| 22 | + "status": "production", |
| 23 | + "surface": "rqm-api + rqm-compiler", |
| 24 | + "notes": "Optimization is trust-sensitive and proof-gated per docs posture." |
| 25 | + }, |
| 26 | + { |
| 27 | + "name": "execution_routing", |
| 28 | + "status": "beta", |
| 29 | + "surface": "execution bridges", |
| 30 | + "notes": "Bridge-aware routing for provider paths (Qiskit/IBM, Braket, PennyLane)." |
| 31 | + }, |
| 32 | + { |
| 33 | + "name": "quaternionic_su2_utilities", |
| 34 | + "status": "documented", |
| 35 | + "surface": "rqm-core concepts", |
| 36 | + "notes": "Quaternionic/SU(2) and geometry-native analysis concepts are documented." |
| 37 | + }, |
| 38 | + { |
| 39 | + "name": "mcp_tooling_surface", |
| 40 | + "status": "planned", |
| 41 | + "surface": "agents/mcp plan", |
| 42 | + "notes": "Proposed MCP interface; not a production interface claim." |
| 43 | + } |
| 44 | + ], |
| 45 | + "recommended_agent_rules": [ |
| 46 | + "Read /llms.txt first.", |
| 47 | + "Use API Overview and Swagger UI to confirm routes and payloads.", |
| 48 | + "Validate circuit payloads before optimization.", |
| 49 | + "Use public circuit boundary payload contracts before internal assumptions.", |
| 50 | + "Do not invent undocumented endpoints.", |
| 51 | + "Separate production-supported behavior from research concepts.", |
| 52 | + "Avoid overclaiming physical advantage without benchmark or output artifacts." |
| 53 | + ], |
| 54 | + "production_surfaces": [ |
| 55 | + "docs/api/overview.md", |
| 56 | + "docs/platform/canonical-circuit-boundary.md", |
| 57 | + "docs/platform/optimization-engine.md", |
| 58 | + "docs/platform/execution-bridges.md", |
| 59 | + "docs/products/verification-trust.md" |
| 60 | + ], |
| 61 | + "research_surfaces": [ |
| 62 | + "docs/research/qce2026-u1q-paper.md", |
| 63 | + "docs/agents/mcp.md" |
| 64 | + ], |
| 65 | + "contact_or_docs_links": [ |
| 66 | + "https://docs.rqmtechnologies.com/", |
| 67 | + "https://docs.rqmtechnologies.com/api/overview/", |
| 68 | + "https://rqm-api.onrender.com/docs" |
| 69 | + ] |
| 70 | +} |
0 commit comments