JuliaOS is designed as a modular, multi-language system for building, deploying, and managing AI agents and swarms across blockchains.
This section provides a deeper look into the core architectural components and their interactions.
graph TD
CLI[Node.js CLI] -->|Bridge API| JuliaBackend[Julia Backend]
PythonWrapper[Python Wrapper] -->|Bridge API| JuliaBackend
JuliaBackend -->|Uses| Framework[Framework Modules]
JuliaBackend -->|Uses| Bridges[Cross-Chain Bridges]
JuliaBackend -->|Uses| Wallets[Wallet Integrations]
Framework -->|Provides| Agents
Framework -->|Provides| Swarms
Framework -->|Provides| Blockchain Utilities
Framework -->|Provides| Storage
Bridges -->|Connects to| Blockchains
Wallets -->|Connects to| Blockchains