You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Workflow:** Uses secure Webhooks (HMAC-SHA256) and unified real-time gateways (MQTT/WebSockets).
28
+
-**Implementation:** Core-level generic handlers located in `adapter/v/src/class_2_orchestrator/`.
29
+
-**Best for:** Production environments, IoT integration, and multi-agent orchestration.
30
+
31
+
---
32
+
15
33
## Quick Start
16
34
17
35
**1. Clone and build**
@@ -97,13 +115,3 @@ See [docs/READINESS.md](docs/READINESS.md) for the full component-by-component a
97
115
## Architecture (For Contributors)
98
116
99
117
BoJ uses Idris2 for interface proofs (zero `believe_me`), Zig for the C-compatible FFI layer, V-lang for the REST/gRPC/GraphQL adapter, and JavaScript for the MCP bridge. If that sounds like a lot of languages, it is -- each was chosen for a specific guarantee. See [docs/ARCHITECTURE.md](docs/ARCHITECTURE.md) for the rationale and contributor guide.
100
-
101
-
Cartridges are loaded as shared libraries (`.so` files) at runtime, verified by hash before mounting. Community-contributed cartridges go through the same verification pipeline.
0 commit comments