11 results for tag "getting-started"
crewAI architecture guide that mandates scaffolding with `crewai create flow <project_name>` (underscores, never hyphens) and then choosing the simplest abstraction β `LLM.call()`, `Agent.kickoff()`, `Crew.kickoff()`, or `Flow` β for the job, defaulting to Flow for any production app so state, routing, and error handling are available. Covers `@CrewBase` wiring of `agents.yaml` / `tasks.yaml`, `{variable}` interpolation via `crew.kickoff(inputs={...})`, and Pydantic `response_format` for structured output.
A curated collection of Claude Code plugins for team use.
Complete PolicyEngine knowledge base - for users, analysts, and contributors across the entire PolicyEngine ecosystem