- Step1: Install Spellcaster via pip or clone the GitHub repository.
- Step2: Initialize a new project using spellcaster init and configure your preferred LLM provider.
- Step3: Define spells and agents in YAML files, specifying prompts, roles, and workflows.
- Step4: Run spells locally with spellcaster run to test agent interactions and review logs.
- Step5: Debug and iterate using the interactive CLI and logging outputs.
- Step6: Deploy agents into production via Docker or integrate into existing applications.