System Architecture

How Method Platform is deployed and how the platform-agent architecture works.


Overview

Method Platform uses a platform-agent architecture. The platform handles all heavy-lifting: data storage, AI reasoning, authentication, state management, and user interfaces. The agents, named Jackals, are intentionally minimal: they wait for instructions, execute them, and return results.

System architecture
System Architecture