ما هي ultrawork؟
محرك التنفيذ الموازي لإنجاز المهام عالية الإنتاجية المصدر: yeachan-heo/oh-my-codex.
محرك التنفيذ الموازي لإنجاز المهام عالية الإنتاجية
ثبّت مهارة الذكاء الاصطناعي ultrawork بسرعة في بيئة التطوير لديك عبر سطر الأوامر
المصدر: yeachan-heo/oh-my-codex.
Ultrawork is a parallel execution engine that runs multiple agents simultaneously for independent tasks. It is a component, not a standalone persistence mode -- it provides parallelism and smart model routing but not persistence, verification loops, or state management.
Sequential task execution wastes time when tasks are independent. Ultrawork enables firing multiple agents simultaneously and routing each to the right model tier, reducing total execution time while controlling token costs. It is designed as a composable component that ralph and autopilot layer on top of.
statewrite({mode: "ultrawork", active: true, reinforcementcount: 1, startedat: " "})
محرك التنفيذ الموازي لإنجاز المهام عالية الإنتاجية المصدر: yeachan-heo/oh-my-codex.
حقول وأوامر مستقرة للاقتباس في أنظمة الذكاء الاصطناعي والبحث.
npx skills add https://github.com/yeachan-heo/oh-my-codex --skill ultraworkمحرك التنفيذ الموازي لإنجاز المهام عالية الإنتاجية المصدر: yeachan-heo/oh-my-codex.
افتح الطرفية أو أداة سطر الأوامر لديك مثل Terminal أو iTerm أو Windows Terminal انسخ ونفّذ هذا الأمر: npx skills add https://github.com/yeachan-heo/oh-my-codex --skill ultrawork بعد التثبيت، سيتم إعداد المهارة تلقائيا في بيئة البرمجة بالذكاء الاصطناعي لديك وتصبح جاهزة للاستخدام في Claude Code أو Cursor أو OpenClaw
https://github.com/yeachan-heo/oh-my-codex