Skip to content

chore(_example): add start:with-executor:with-openai and :with-anthropic scripts#1603

Merged
Scra3 merged 1 commit into
feat/prd-214-server-step-mapperfrom
fix/executor-example-ai-scripts
May 28, 2026
Merged

chore(_example): add start:with-executor:with-openai and :with-anthropic scripts#1603
Scra3 merged 1 commit into
feat/prd-214-server-step-mapperfrom
fix/executor-example-ai-scripts

Conversation

@Scra3
Copy link
Copy Markdown
Member

@Scra3 Scra3 commented May 28, 2026

Summary

  • Adds start:with-executor:with-openai — launches executor with gpt-4o via $OPENAI_API_KEY
  • Adds start:with-executor:with-anthropic — launches executor with claude-sonnet-4-6 via $ANTHROPIC_API_KEY

🤖 Generated with Claude Code

Note

Add start:with-executor:with-openai and start:with-executor:with-anthropic scripts to the example package

Adds two npm scripts to package.json that use concurrently to run the local agent alongside the workflow executor CLI. Each script sources .env, sets the appropriate AI_PROVIDER, AI_MODEL, and AI_API_KEY, and waits for the agent URL to respond before starting tsx watch ../workflow-executor/src/cli.ts --pretty.

Macroscope summarized 2cc4048.

…xecutor:with-anthropic scripts

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@qltysh
Copy link
Copy Markdown

qltysh Bot commented May 28, 2026

Qlty


Coverage Impact

This PR will not change total coverage.

🚦 See full report on Qlty Cloud »

🛟 Help
  • Diff Coverage: Coverage for added or modified lines of code (excludes deleted files). Learn more.

  • Total Coverage: Coverage for the whole repository, calculated as the sum of all File Coverage. Learn more.

  • File Coverage: Covered Lines divided by Covered Lines plus Missed Lines. (Excludes non-executable lines including blank lines and comments.)

    • Indirect Changes: Changes to File Coverage for files that were not modified in this PR. Learn more.

@Scra3 Scra3 merged commit a5259d4 into feat/prd-214-server-step-mapper May 28, 2026
30 checks passed
@Scra3 Scra3 deleted the fix/executor-example-ai-scripts branch May 28, 2026 07:30
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.

2 participants