Recommended examples

July 20, 2026 ยท View on GitHub

The examples catalog is the complete machine-generated catalog. These paths are the maintained starting points; do not infer equal support from every catalog entry.

PathTagPrerequisites and commandExpected outcomeCleanup
Hello WorldStart hereJava 21 and a local server; cd examples/basics/hello-world && ./run.shResult: PASSEDconductor server stop, or docker compose down for the Docker path
Basic agentStart hereServer-side provider credentials; ./gradlew :agent-examples:run -PmainClass=org.conductoross.conductor.ai.examples.Example01BasicAgentPrints an AgentResultStop the local server/workers
Plan and executeProduction patternSame agent setupRuns a durable plan with output referencesStop the local server/workers
Planner contextReference onlySame agent setup and provider accessPrints the generated task traceStop the local server/workers

Credentials must be configured on the Conductor server. Do not run reference-only examples against production credentials without reviewing their tools and side effects.