01Statically tracks and enforces capability safety for AI agents using Scala 3 capture checking.
02Provides a secure, sandboxed Scala REPL for both stateless and stateful agent code execution.
03Offers a capability safety library as a typed API for controlled interaction with file system, processes, and network.
04Ensures information flow control and prevents data leakage using the `Classified[T]` type system.
05Integrates with any MCP-compatible agent via a standard JSON-RPC server for seamless deployment.
0615 GitHub stars