Core Project: Flame
Flame is the core XFLOPS project for elastic AI workloads. It provides the distributed runtime
mechanisms behind sessions, task scheduling, executor reuse, object caching, and secure service
integration for agents, reinforcement learning, generated-code execution, and more.
How Flame Works
- Session: A group of related tasks with scheduling, resource, and isolation boundaries.
- Task: A unit of work submitted by a client and executed by a service in an executor.
- Executor: A runtime environment that hosts application services for a session.
- Object cache: A shared data layer used by Runner, common data, and incremental object updates.