Recommended examples

July 29, 2026 ยท View on GitHub

The examples catalog is broad; start with these maintained paths and review their side effects before using real credentials.

PathUseExpected result
quickstart.tsCore workflow and workerPrints a completed workflow result.
workers-e2e.tsEnd-to-end: 3 chained workers with verificationPrints the verified chain output.
kitchensink.tsAll major task types in one workflowPrints the completed workflow output.
workflow-ops.tsLifecycle: pause, resume, terminate, retry, searchPrints each operation's result.
test-workflows.tsUnit testing with mock outputs (no workers)Prints the simulated status/output.
agents/01-basic-agent.tsFirst Conductor agentPrints an AgentResult.

Stop local servers and worker processes after experimenting. Provider credentials must be configured on the Conductor server, not the client โ€” see security.