-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying out timeouts #1840
Merged
Merged
Trying out timeouts #1840
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This commit prevents tools from being published if the underlying Git repository is unsynced with origin.
Add tool usage events
* Change all instaces of crewAI to CrewAI and fix installation step * Update the example to use YAML format * Update to come after setup and edits * Remove double tool instance
Co-authored-by: Brandon Hancock (bhancock_ai) <[email protected]>
* Telemetry for flows * store node names
* Implement joao feedback * update colors for crew nodes * clean up * more linting clean up * round legend corners --------- Co-authored-by: João Moura <[email protected]>
* quick fixes * add generic name --------- Co-authored-by: João Moura <[email protected]>
* reduce import by 6x * fix linting
Co-authored-by: João Moura <[email protected]>
* add new mintlify docs * add favicon.svg * minor edits * add github stats
* improved logger * log file looks better * better lines written to log file --------- Co-authored-by: João Moura <[email protected]>
* Trying to fix linting * fixing more type issues * clean up ci * more ci fixes --------- Co-authored-by: Eduardo Chiarotti <[email protected]>
* feat: Start migrating to UV * feat: add uv to flows * feat: update docs on Poetry -> uv * feat: update docs and uv.locl * feat: update tests and github CI * feat: run ruff format * feat: update typechecking * feat: fix type checking * feat: update python version * feat: type checking gic * feat: adapt uv command to run the tool repo * Adapt tool build command to uv * feat: update logic to let only projects with crew to be deployed * feat: add uv to tools * fix; tests * fix: remove breakpoint * fix :test * feat: add crewai update to migrate from poetry to uv * fix: tests * feat: add validation for ˆ character on pyproject * feat: add run_crew to pyproject if doesnt exist * feat: add validation for poetry migration * fix: warning --------- Co-authored-by: Vinicius Brasil <[email protected]>
* fix: training issue * fix: output from crew * fix: message
) Co-authored-by: Brandon Hancock (bhancock_ai) <[email protected]>
* Adapt Tools CLI to UV * Fix failing test
gvieira
reviewed
Jan 2, 2025
tests/knowledge/knowledge_test.py
Outdated
@@ -376,7 +376,7 @@ def test_multiple_2k_character_files(mock_vector_db, tmpdir): | |||
mock_vector_db.query.assert_called_once() | |||
|
|||
|
|||
@pytest.mark.vcr(filter_headers=["authorization"]) | |||
@pytest.mark.vcr(record_mode="new_episodes", filter_headers=["authorization"]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't this the default already?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gvieira I just dropped it and it still works.
Good catch!
pythonbyte
approved these changes
Jan 2, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.