Concepts¶
Core concepts behind the JarvisCore framework — how agents are structured, how they coordinate, and how the system scales from a single agent to a fleet.
-
Architecture
How JarvisCore orchestrates multi-agent systems with peer-to-peer coordination.
-
Agents
AutoAgent, CustomAgent, and sub-agents — the building blocks of every system.
-
Planning
Goal-oriented planning loops and the Plan/Execute/Evaluate cycle.
-
Memory
Unified memory architecture across agents in a fleet.
-
P2P Communication
Peer-to-peer message passing between agents.
-
System Bundles & Atoms
Composable units of logic — Atoms inside Bundles.