Back to Crewai

{{name}}

lib/cli/src/crewai_cli/templates/json_crew/README.md

1.15.1a1464 B
Original Source

{{name}}

A crewAI project using JSON-first configuration.

Running

bash
crewai run

Project Structure

  • agents/ - Agent definitions (JSONC)
  • crew.jsonc - Crew definition with tasks and configuration
  • tools/ - Custom tools (Python)
  • knowledge/ - Knowledge files for agents

Note: custom:<name> tool references execute tools/<name>.py as local Python code when the crew loads. Only run crew projects from sources you trust.