Skip to content

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.

    Read more →

  • Agents

    AutoAgent, CustomAgent, and sub-agents — the building blocks of every system.

    Read more →

  • Planning

    Goal-oriented planning loops and the Plan/Execute/Evaluate cycle.

    Read more →

  • Memory

    Unified memory architecture across agents in a fleet.

    Read more →

  • P2P Communication

    Peer-to-peer message passing between agents.

    Read more →

  • System Bundles & Atoms

    Composable units of logic — Atoms inside Bundles.

    Read more →