Kodosumi is the runtime environment to manage and execute agentic services at scale. The system is based on Ray - a distributed computing framework - and a combination of litestar and fastapi to deliver agentic services to users or other agents. Similar to Ray, Kodosumi follows a Python first agenda.Kodosumi is one component of a larger eco system with masumi and sokosumi.Kodosumi consists of three main building blocks. First, a Ray cluster to execute agentic services at scale. Kodosumi builds on top of Ray and actively manages the lifecycle and events of service executions from starting to finished or error. No matter you name your code an application, flow, service or script: The third building block is your application which runs on top of Kodosumi.