DGPL System-1 Open-Source Research Repositories
Autonomous driving simulators, real-time physics engines, and comparative benchmark arenas powered by DGPL System-1 decision streams. Clone directly from GitHub to run and evaluate on your local machine.
BRPilot — Highway Autopilot
Interactive 3D highway autopilot featuring continuous 60 FPS decision loops, dynamic CTE lookahead steering, and collision-free overtake maneuvers.
DGPL Benchmark Arena
Comparative evaluation arena testing tactical combat, obstacle avoidance, and high-frequency multi-agent decisions under simulated stress.
Developer API Keys & Quota
Manage your API credentials. New keys pass through the Sovereign Admin Approval Gate before activation.
Please sign in or create a developer account to request and manage your DGPL System-1 API keys.
Live Decision Sandbox
Execute real-time decision queries directly against the DGPL System-1 backend.
// Execute a query above to inspect live output
Quickstart Code Snippets
curl -X POST https://br.durbhasigurukulam.com/api/v1/systemone \
-H "Content-Type: application/json" \
-H "X-DGPL-API-Key: YOUR_API_KEY" \
-d '{
"task": "choice",
"state": "traffic_ahead_stop_sign",
"candidates": ["stop", "proceed", "yield"]
}'
System-1 Invariants:
- ⚡ Deterministic $O(1)$ Latency: Evaluates in $10.3\ \mu\text{s}$ on standard CPU.
- 🔒 Zero Cloud Cost: Runs on private local weights ($48.8\text{M}$ params).
- 🛡️ Admin Gate: Every key strictly authorized and rate-limited.