Update README.md

This commit is contained in:
juanmarin00
2024-02-12 17:33:37 +01:00
committed by GitHub
parent 86bd699b7c
commit ccd3f01890

View File

@@ -32,7 +32,7 @@ This example uses GPT-4.
- `./src/nodes.py`: Class with the function for each node.
- `./src/state.py`: State declaration.
- `./src/crew/agents.py`: Class defining the CrewAI Agents.
- `./src/crew/taks.py`: Class definig the CrewAI Tasks.
- `./src/crew/tasks.py`: Class definig the CrewAI Tasks.
- `./src/crew/crew.py`: Class defining the CrewAI Crew.
- `./src/crew/tools.py`: Class implementing the GmailDraft Tool.