- Step1: Install the dbt-llm-agent package via pip.
- Step2: Configure your LLM API credentials in environment variables or a config file.
- Step3: Initialize the agent in your dbt project directory using the CLI or Python SDK.
- Step4: Use natural language prompts to query models, generate SQL, or fetch documentation.
- Step5: Review and apply the generated SQL or code suggestions within your dbt workflows.
- Step6: Optionally integrate the agent into CI/CD pipelines for automated code reviews and testing.