{"categories":[{"label":"Distributed Computing","url":"https://skillfed.io/packages/category/system-distributed-computing/3"}],"enrichment":{"capability":"Cosmos-xenna is a Python framework for building and running distributed AI inference pipelines on Ray clusters, handling resource allocation, autoscaling, and data flow across multi-stage workflows.","skillfed_tags":["ray-framework","ai-inference","pipeline-orchestration"],"use_cases":["Build multi-stage video or image processing pipelines that download data, run VLM inference, and upload results at scale","Orchestrate complex AI workflows combining multiple models (e.g., detection \u2192 captioning \u2192 embedding) with automatic GPU/CPU allocation","Process large datasets through streaming pipelines with automatic worker balancing to maximize throughput without manual tuning","Deploy online serving scenarios where inference requests arrive in real time and results are pushed to output queues","Manage resource-constrained inference by defining per-stage batch sizes and resource requirements to prevent OOM"],"what_it_does":"Cosmos-xenna is a distributed pipeline framework built on Ray that simplifies the development of AI inference workflows. You define a series of stages\u2014each implementing setup() for one-time initialization and process_data() for batch processing\u2014and connect them in a PipelineSpec. The framework handles resource allocation (CPUs, GPUs), autoscaling to balance throughput across stages, backpressure management to prevent memory overflow, and real-time monitoring. It supports three execution modes: streaming (recommended, all stages concurrent with dynamic worker balancing), batch (sequential, simpler but materializes intermediate data), and serving (online real-time input/output via queues). Most code is Python; autoscaling and artifact distribution logic is written in Rust for performance. The framework is designed for production workloads like video captioning, image processing, and other multi-model inference chains.","worth_installing":"Yes, with conditions. Cosmos-xenna is actively maintained and well-suited for production distributed AI pipelines on Ray. However, the package description explicitly states it is no longer under active development and recommends migration to Cosmos 3 for new projects. Install if you have an existing Cosmos-Xenna pipeline or need its specific feature set; otherwise, evaluate Cosmos 3 first. License terms are unclear and must be verified before use. No known security vulnerabilities as of August 2026."},"id":"cosmos-xenna","links":{"html":"https://skillfed.io/packages/cosmos-xenna","md":"https://skillfed.io/packages/cosmos-xenna.md","pypi":"https://pypi.org/project/cosmos-xenna/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-13","license_spdx":null,"license_treatment":"unclear","name":"cosmos-xenna","python_support":"supports_current","summary":"A framework for building and running distributed, AI-powered data pipelines using Ray"},"popularity":{"monthly_downloads":132661,"position":11545,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.5.7"}
