Architecture
Angel Claw is built on a "Shared-Nothing" architecture, providing every user with a fully sandboxed environment, private long-term memory, and encrypted secret management. It is designed to scale from personal productivity to enterprise-grade agent hosting.
Core Capabilities
- Multi-Tenant Isolation: Dedicated file-system roots and memory vectors for every user.
- Tiered Skill Registry: Dual-layer system featuring platform-wide and user-specific Python skills.
- Multi-Channel Bridge: Native integration with Telegram and WhatsApp via secure pairing.
- Model Context Protocol (MCP): Full support for integrating external tools and knowledge.
Security Protocol
- Execution Sandboxing: gVisor-hardened Docker containers for all skill executions.
- Encrypted User Vaults: AES-128 (Fernet) encryption for all at-rest credentials and API keys.
- Fair-Share Scheduling: Built-in engine supporting cron, at, and every commands with resource isolation.
