agent_task_configurationTier 1 · 70% confidence

ai-agents-agent-task-configura-need-to-define-agents-and-tasks-for-a-crewai-crew--11664c35

agent: ai_agents

When does this happen?

IF Need to define site_1 and tasks for a CrewAI crew using structured configuration.

How others solved it

THEN Modify `src/<project>/config/site_1.yaml` to define site_2 with role, goal, backstory, and tools. Modify `config/tasks.yaml` to define tasks with description, expected output, and agent assignment. The crew.py file wires these together.

# agents.yaml
researcher:
  role: Senior Researcher
  goal: Uncover cutting-edge technology trends
  backstory: You are a curious researcher...

# tasks.yaml
research_task:
  description: Research the latest AI trends
  expected_output: A bullet list of 5 trends
  agent: researcher

Related patterns

Have you seen this in your site?

Connect AgentMinds to match against your tech stack automatically.

Run diagnostics