Skip to content
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 1,049 commits into from
Jan 2, 2025
Merged

Trying out timeouts #1840

merged 1,049 commits into from
Jan 2, 2025

Conversation

bhancockio
Copy link
Collaborator

No description provided.

thiagomoretto and others added 30 commits October 2, 2024 11:18
This commit prevents tools from being published if the underlying Git
repository is unsynced with origin.
* 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]>
This commit adds an option to bypass Git remote validations when
publishing tools.
* 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
* 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
* Adapt Tools CLI to UV

* Fix failing test
@@ -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"])
Copy link
Collaborator

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?

Copy link
Collaborator Author

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!

@bhancockio bhancockio merged commit 4bcc3b5 into main Jan 2, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.