Last active 1729079487

knox revised this gist 1729079487. Go to revision

1 file changed, 16 insertions

CrewAI-readme-4.txt(file created)

@@ -0,0 +1,16 @@
1 + my_project/
2 + ├── .gitignore
3 + ├── pyproject.toml
4 + ├── README.md
5 + ├── .env
6 + └── src/
7 + └── my_project/
8 + ├── __init__.py
9 + ├── main.py
10 + ├── crew.py
11 + ├── tools/
12 + │ ├── custom_tool.py
13 + │ └── __init__.py
14 + └── config/
15 + ├── agents.yaml
16 + └── tasks.yaml
Newer Older