Getting Started
Installation
macOS
brew install conductorLinux
curl -L https://github.com/conductor/conductor/releases/latest/download/conductor-linux-amd64 -o conductorchmod +x conductorsudo mv conductor /usr/local/bin/Windows
Download the latest release from GitHub releases and add to your PATH.
First Workflow
Create a file hello.yaml:
name: hellosteps: - id: greet type: llm prompt: Say hello to the world in a creative wayRun it:
conductor run hello.yamlYou should see a creative greeting generated by your configured LLM.
Next Steps
Continue to the tutorial to build a complete meal planning workflow.