Plugin driven
Workloads implement a stable plugin API. Mechana remains independent of their domain, implementation, and purpose.
Mechana is an open-source, plugin-driven distributed computation platform. Plugins describe complete computations; Mechana coordinates workers, scheduling, retries, progress, resources, and artifact movement without taking on domain-specific behavior.
Workloads implement a stable plugin API. Mechana remains independent of their domain, implementation, and purpose.
Coordinator and worker responsibilities are separated around explicit execution state, attempts, progress, and results.
The project emphasizes predictable transitions, structured contracts, observability, and components that are easy to test.
Infrastructure orchestrates execution while plugins define the actual work.