Skip to content

Commit 7045b05

Browse files
Reorganize repo structure and upgrade to CrewAI 0.152.0 (#277)
* Reorganize repo structure and upgrade to CrewAI 0.152.0 * chore(gitignore): ignore Python bytecode and __pycache__ across templates * chore(gitignore): ignore Python bytecode and __pycache__ across templates; clean tracked artifacts * Update crews/instagram_post/pyproject.toml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 18e1ce7 commit 7045b05

File tree

341 files changed

+77392
-13733
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

341 files changed

+77392
-13733
lines changed

.gitignore

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,22 @@
11
.DS_Store
2-
.env
2+
.env
3+
.venv
4+
.claude
5+
6+
# Python bytecode
7+
__pycache__/
8+
*.py[cod]
9+
*$py.class
10+
11+
# Build artifacts
12+
build/
13+
dist/
14+
*.egg-info/
15+
16+
# Caches
17+
.pytest_cache/
18+
.mypy_cache/
19+
.ruff_cache/
20+
21+
# Jupyter
22+
.ipynb_checkpoints/

Notebooks/CrewAI Flows & Langgraph/Coding Assistant/coding_assistant_eval.ipynb renamed to Notebooks/Coding Assistant/coding_assistant_eval.ipynb

File renamed without changes.

Notebooks/Flows/Landing Page Flow/landing_page_flow.ipynb renamed to Notebooks/Landing Page Flow/landing_page_flow.ipynb

File renamed without changes.

Notebooks/CrewAI Flows & Langgraph/QA Agent/crewai.ipynb renamed to Notebooks/QA Agent/crewai.ipynb

File renamed without changes.

Notebooks/CrewAI Flows & Langgraph/QA Agent/crewai_flow.html renamed to Notebooks/QA Agent/crewai_flow.html

File renamed without changes.

Notebooks/CrewAI Flows & Langgraph/QA Agent/db/chroma.sqlite3 renamed to Notebooks/QA Agent/db/chroma.sqlite3

File renamed without changes.

Notebooks/CrewAI Flows & Langgraph/QA Agent/db/eb595800-58e8-4a23-b57f-60dad6aaadea/data_level0.bin renamed to Notebooks/QA Agent/db/eb595800-58e8-4a23-b57f-60dad6aaadea/data_level0.bin

File renamed without changes.

Notebooks/CrewAI Flows & Langgraph/QA Agent/db/eb595800-58e8-4a23-b57f-60dad6aaadea/header.bin renamed to Notebooks/QA Agent/db/eb595800-58e8-4a23-b57f-60dad6aaadea/header.bin

File renamed without changes.

Notebooks/CrewAI Flows & Langgraph/QA Agent/db/eb595800-58e8-4a23-b57f-60dad6aaadea/length.bin renamed to Notebooks/QA Agent/db/eb595800-58e8-4a23-b57f-60dad6aaadea/length.bin

File renamed without changes.

Notebooks/CrewAI Flows & Langgraph/QA Agent/db/eb595800-58e8-4a23-b57f-60dad6aaadea/link_lists.bin renamed to Notebooks/QA Agent/db/eb595800-58e8-4a23-b57f-60dad6aaadea/link_lists.bin

File renamed without changes.

0 commit comments

Comments
 (0)