Skip to content

feat(workflows): expose transport-agnostic flow executor - #94

Closed
tomatotomata wants to merge 1 commit into
open-gitagent:mainfrom
tomatotomata:codex/execute-skillflows-89
Closed

feat(workflows): expose transport-agnostic flow executor#94
tomatotomata wants to merge 1 commit into
open-gitagent:mainfrom
tomatotomata:codex/execute-skillflows-89

Conversation

@tomatotomata

Copy link
Copy Markdown

Summary

  • expose a reusable executeFlow primitive from core for CLI, SDK, scheduler, and voice adapters
  • thread each step's output into the next step
  • support __approval_gate__ through an injected callback with explicit rejected status
  • emit transport-neutral progress events and add focused coverage

This addresses the missing core execution loop described in #89 without coupling the workflow module to a specific transport or agent runtime.

Verification

  • npm run build
  • npm test (68 tests)
  • node --test test/workflows.test.ts --experimental-strip-types (3 tests)
  • git diff --check

@tomatotomata

Copy link
Copy Markdown
Author

Closing as superseded by the existing upstream PR #90, which covers the same SkillFlow execution surface. The implementation is retained locally for reference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant