Skip to content

bratsos/workflow-engine

Repository files navigation

workflow-engine

Type-safe, distributed workflow engine for AI-orchestrated processes with suspend/resume, parallel execution, and cost tracking.

Packages

Architecture

The engine follows a kernel + host pattern:

  • Core library provides the command kernel, stage/workflow definitions, and persistence adapters.
  • Host packages wrap the kernel with environment-specific process management (polling loops, signal handling, request lifecycles).
  • The kernel is a pure command dispatcher -- no timers, no signals, no global state -- making it portable across any runtime.

Development

pnpm install
pnpm build
pnpm test

Documentation

See the package README for full API documentation and usage examples.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors