Favicon of duroxide-python-orchestrations

duroxide-python-orchestrations Skill

AI Agent SkillPythonOpen source

Writing durable workflows in Python using duroxide-python. Use when creating orchestrations, activities, writing tests, or when the user mentions generator workflows, yield patterns, or duroxide-python development. Published by microsoft in duroxide-python.

What is duroxide-python-orchestrations Skill?

Writing durable workflows in Python using duroxide-python. Use when creating orchestrations, activities, writing tests, or when the user mentions generator workflows, yield patterns, or duroxide-python development. Published by microsoft in duroxide-python. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
37/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Data analysis
  • Writing
  • Data analysis use cases
  • Writing use cases

Technical details

Copy skill directory
  • Install or run with Copy skill directory

When to use duroxide-python-orchestrations Skill

  • Use it for data analysis.
  • Use it for writing.

Built with

PythonCopy skill directory

Editorial notes

Source

  • Creator: microsoft
  • Repository: microsoft/duroxide-python
  • Skill file: .agents/skills/duroxide-python-orchestrations/SKILL.md

What it does

Writing durable workflows in Python using duroxide-python. Use when creating orchestrations, activities, writing tests, or when the user mentions generator workflows, yield patterns, or duroxide-python development.

Skill instructions

Duroxide-Python Orchestration Development Core Rule: Yield vs Regular Functions | Context | Syntax | Why | |---------|--------|-----| | Orchestrations | def + yield (generator) | Rust replay engine needs step-by-step control | | Activities | def (regular function) | Run once, result cached — no replay constraints | | Orchestration tracing | Direct call (no yield) | Fire-and-forget, delegates to Rust | python ✅ Orchestration: generator, yield for durable operations @runtime.registerorchestration("MyWorkflow") def myworkflow(ctx, input): ctx.traceinfo("starting") no yield result = yield ctx.scheduleactivity("Work", input) yield return result ✅ Activity: regular function for I/O @runtime.registeractivity("Work") def work(ctx, input): ctx.traceinfo(f"processing {input}") no yield data = requests.get(input["url"]).json() sync I/O return data Never use async def with yield for orchestrations — async generators break the replay model. Orchestration Context API Scheduling (MUST yield) python d

Explore related resources

Frequently asked questions

What is duroxide-python-orchestrations?

duroxide-python-orchestrations is a open-source AI agent skill with Copy skill directory. Writing durable workflows in Python using duroxide-python. Use when creating orchestrations, activities, writing tests, or when the user mentions generator workflows, yield patterns, or.

Who is duroxide-python-orchestrations best for?

duroxide-python-orchestrations is best for reusing agent instructions, scripts, and references, data analysis workflows, writing workflows.

How do I install duroxide-python-orchestrations?

Install or run duroxide-python-orchestrations using Copy skill directory. Check duroxide-python-orchestrations for the latest setup command.

Is duroxide-python-orchestrations actively maintained?

duroxide-python-orchestrations may need a closer maintenance check before production use.

Share:

Stars
32
Forks
19
Last commit
1 month ago
Repository age
5 months
License
MIT

Auto-fetched from GitHub.

Ad
Favicon

 

  
 

Similar to duroxide-python-orchestrations

duroxide-python-orchestrations: Install, Config & GitHub Signals – SkillIndex