mirror of
https://github.com/crewAIInc/crewAI.git
synced 2025-12-15 20:08:29 +00:00
* WIP. Figuring out disconnect issue. * Cleaned up logs now that I've isolated the issue to the LLM * more wip. * WIP. It looks like usage metrics has always been broken for async * Update parent crew who is managing for_each loop * Merge in main to bugfix/kickoff-for-each-usage-metrics * Clean up code for review * Add new tests * Final cleanup. Ready for review. * Moving copy functionality from Agent to BaseAgent * Fix renaming issue * Fix linting errors * use BaseAgent instead of Agent where applicable
17 lines
151 B
Plaintext
17 lines
151 B
Plaintext
.DS_Store
|
|
.pytest_cache
|
|
__pycache__
|
|
dist/
|
|
.env
|
|
assets/*
|
|
.idea
|
|
test/
|
|
docs_crew/
|
|
chroma.sqlite3
|
|
old_en.json
|
|
db/
|
|
test.py
|
|
rc-tests/*
|
|
*.pkl
|
|
temp/*
|
|
.vscode/* |