Commit Graph

  • b0f9637662 fix documentation for "Using Crews and Flows Together" (#2490) theadityarao 2025-04-01 23:01:22 +05:30
  • 1b7c5d1821 Merge branch 'main' into fix/cli-create-provider-flag fix/cli-create-provider-flag Lorenze Jay 2025-04-01 10:23:40 -07:00
  • d842e9df97 Merge pull request #252 from crewAIInc/feature-cleanup-pydatic-issues Lorenze Jay 2025-04-01 09:27:41 -07:00
  • 63ef3918dd feat: cleanup Pydantic warning (#2507) Lucas Gomide 2025-04-01 12:45:45 -03:00
  • 8a4f3c8cfc feat: cleanup Pydantic warning feature-cleanup-pydatic-issues lucasgomide 2025-04-01 10:13:29 -03:00
  • 47acb5c3e4 feat: cleanup Pydantic warning lucasgomide 2025-04-01 09:55:01 -03:00
  • 01ebf802e3 Refactor agent tests by removing outdated test cases and updating YAML cassettes to reflect changes in tool usage and response formats. Adjusted request and response headers, including user agent and content length, for improved accuracy in testing. Enhanced interaction formats for consistency across tests. Lorenze Jay 2025-03-31 17:00:54 -07:00
  • 4856c4a685 Update tool usage logging to store tool arguments as native types instead of strings, enhancing data integrity and usability. Lorenze Jay 2025-03-31 16:51:18 -07:00
  • bfcc228bc3 Update YAML cassette for LLM tests to reflect changes in response structure and model version. Adjusted request and response headers, including updated content length and user agent. Enhanced token limits and request counts for improved testing accuracy. Lorenze Jay 2025-03-31 16:46:39 -07:00
  • 802a4d079f Update tool usage logging to ensure tool arguments are consistently formatted as strings. Adjust agent test cases to reflect changes in maximum iterations and expected outputs, enhancing clarity in assertions. Update YAML cassettes to align with new response formats and improve overall consistency across tests. Lorenze Jay 2025-03-31 16:42:51 -07:00
  • 570c7845fa Refactor agent tests to update model versions and improve response formatting in YAML cassettes. Changed model references from 'o1-preview' to 'o3-mini' and adjusted interaction formats for consistency. Enhanced error handling in context length tests and refined mock setups for better clarity. Lorenze Jay 2025-03-31 16:17:25 -07:00
  • 8f5d6f720d Update agent tests to reflect changes in expected call counts and improve response formatting in YAML cassette. Adjusted mock call count from 2 to 3 and refined interaction formats for clarity and consistency. Lorenze Jay 2025-03-31 15:34:13 -07:00
  • 99614f83e0 Enhance tests in crew_test.py by verifying cache behavior in test_tools_with_custom_caching and ensuring proper agent initialization with added commas in test_crew_kickoff_for_each_works_with_manager_agent_copy. Lorenze Jay 2025-03-31 15:29:07 -07:00
  • 288afba5fa Refactor agent_utils.py by removing unused event imports and adding missing commas in function definitions. Update test_events.py to reflect changes in expected event counts and adjust assertions accordingly. Modify test_tools_emits_error_events.yaml to include new headers and update response content for consistency with recent API changes. Lorenze Jay 2025-03-31 15:21:44 -07:00
  • 1454af98d6 Address PR feedback: Add thread safety, improve error messages, enhance type hints, and implement resource cleanup devin/1743451054-fix-issue-2503 Devin AI 2025-03-31 20:07:10 +00:00
  • 142f3bbc60 This PR implements proper timeout handling for the max_execution_time parameter in the Agent class. When an LLM request times out, the system will now stop waiting for a response after the time defined by max_execution_time and either return a partial result or raise a TimeoutError. Devin AI 2025-03-31 20:01:21 +00:00
  • b8d871e795 Merge branch 'main' of github.com:crewAIInc/crewAI into feat/individual-react-agent Lorenze Jay 2025-03-31 12:21:41 -07:00
  • 4deff49b70 Add initialization for 'result' variable in ToolUsage class to resolve type-checker warnings Lorenze Jay 2025-03-31 12:20:16 -07:00
  • 08f0fc2285 Remove unused variable 'result' from ToolUsage class to clean up code. Lorenze Jay 2025-03-31 12:16:11 -07:00
  • 7107224fa9 Remove deprecated test files and examples for LiteAgent; add comprehensive tests for LiteAgent functionality, including tool usage and structured output handling. Lorenze Jay 2025-03-31 12:13:25 -07:00
  • a00eaa4732 Remove unused parameters from ToolUsage instantiation in tests and clean up debug print statement in CrewAgentParser. Lorenze Jay 2025-03-31 11:52:20 -07:00
  • 347ff85180 Add optional agent parameter to CrewAgentParser and enhance action handling logic Lorenze Jay 2025-03-31 10:29:04 -07:00
  • 48b10600d3 Fix type-checker issue by adding type ignore comment for cache read in ToolUsage class Lorenze Jay 2025-03-31 10:01:02 -07:00
  • a02f637155 fix type-checker Lorenze Jay 2025-03-31 09:50:42 -07:00
  • 996bbad0d3 fix fingerprinting issues Lorenze Jay 2025-03-31 09:36:30 -07:00
  • 3c24350306 fix: remove logs we don't need to see from UserMemory initializion (#2497) Lucas Gomide 2025-03-31 12:27:36 -03:00
  • 859139016e Update LiteAgent documentation for clarity and consistency; replace WebsiteSearchTool with SerperDevTool, and improve formatting in examples. Lorenze Jay 2025-03-31 08:12:08 -07:00
  • e0d3d859d2 Fix Crewai alias implementation to preserve type checking devin/1743424783-fix-crewai-import-alias Devin AI 2025-03-31 12:59:51 +00:00
  • 9803a964c9 Fix import formatting issues in crew.py and test_crewai_alias.py Devin AI 2025-03-31 12:54:04 +00:00
  • 7079fce4b1 Fix import formatting issues in test file Devin AI 2025-03-31 12:50:51 +00:00
  • f57fc521f8 Address PR feedback: improve documentation, add deprecation warning, enhance test coverage Devin AI 2025-03-31 12:48:55 +00:00
  • d1fd44f477 Fix #2500: Add Crewai alias for backward compatibility Devin AI 2025-03-31 12:41:06 +00:00
  • fcaf0d264f fix(cli): ensure create_crew respects --provider flag theCyberTech 2025-03-31 08:21:58 +08:00
  • 93389ef81c fix: remove logs we don't need to see from UserMemory initializion fix-removed-undesired-warn lucasgomide 2025-03-29 10:28:45 -03:00
  • f99d374609 Merge branch 'main' into feat/individual-react-agent Lorenze Jay 2025-03-28 15:19:44 -07:00
  • 356d4d9729 Merge pull request #2495 from Vidit-Ostwal/fix-user-memory-config Lucas Gomide 2025-03-28 17:17:52 -03:00
  • 3c9058a45f More type checking fixes Brandon Hancock 2025-03-28 15:31:44 -04:00
  • f8f9063d9e more type checker fixes Brandon Hancock 2025-03-28 13:59:16 -04:00
  • e290064ecc Fixes minor typo in memory docs Vidit-Ostwal 2025-03-28 22:39:17 +05:30
  • a380bc076b Trying to fix CI issues Brandon Hancock 2025-03-28 13:03:37 -04:00
  • 77fa1b18c7 added early return Vidit-Ostwal 2025-03-28 22:30:32 +05:30
  • f2927fc266 Fix errors Brandon Hancock 2025-03-28 12:58:23 -04:00
  • 594784473b Merge branch 'main' into feat/individual-react-agent Brandon Hancock 2025-03-28 12:52:40 -04:00
  • 08a6a82071 Minor Changes Vidit-Ostwal 2025-03-28 22:08:15 +05:30
  • e0adb4695c Addressed review comments and made further improvements Shady Ali 2025-03-28 16:58:47 +02:00
  • 4bfb71d749 Clean up Brandon Hancock 2025-03-28 10:55:31 -04:00
  • 1daeaa4a81 docs Brandon Hancock 2025-03-28 10:51:54 -04:00
  • 4857777a9c drop hard coded examples Brandon Hancock 2025-03-28 10:28:31 -04:00
  • b8c8640f22 cleanup Brandon Hancock 2025-03-28 10:28:15 -04:00
  • 0ec3c37912 99% done. Need to make docs match new example Brandon Hancock 2025-03-27 17:18:33 -04:00
  • 30aa5cc3b9 Update logger Brandon Hancock 2025-03-27 16:21:31 -04:00
  • 625748e462 Merge pull request #2492 from crewAIInc/bugfix-2409-pin-tools Lucas Gomide 2025-03-27 17:10:54 -03:00
  • d337862be1 Merge branch 'main' into devin/1743067554-fix-issue-2487 devin/1743067554-fix-issue-2487 Lorenze Jay 2025-03-27 12:50:26 -07:00
  • 6e209d5d77 chore(deps): pin crewai-tools to compatible version ~=0.38.0 bugfix-2409-pin-tools lucasgomide 2025-03-27 16:27:44 -03:00
  • f845fac4da Refactor event base classes (#2491) Vini Brasil 2025-03-27 15:42:11 -03:00
  • 0fca721b11 cleaning up Brandon Hancock 2025-03-27 13:30:37 -04:00
  • b6c32b014c Update phoenix-observability.mdx exiao 2025-03-27 13:22:33 -04:00
  • 06950921e9 Update phoenix-observability.mdx exiao 2025-03-27 13:07:16 -04:00
  • fc9da22c38 Merge pull request #2265 from Vidit-Ostwal/Branch_2260 Lucas Gomide 2025-03-27 09:26:04 -03:00
  • 2234672cf3 Fix lint issues: import sorting Devin AI 2025-03-27 09:39:11 +00:00
  • ce38a3d70e Improve error handling in kickoff_async with LLMError exception class Devin AI 2025-03-27 09:37:26 +00:00
  • 7907c8a147 Fix issue #2487: Ensure LLM errors are properly raised in async context Devin AI 2025-03-27 09:28:27 +00:00
  • 02f790ffcb Fixed Intent Vidit-Ostwal 2025-03-27 08:14:07 +05:30
  • af7983be43 Fixed Intent Vidit-Ostwal 2025-03-27 08:12:47 +05:30
  • a83661fd6e Merge branch 'main' into Branch_2260 Vidit-Ostwal 2025-03-27 08:11:17 +05:30
  • e1a73e0c44 Using fingerprints (#2456) João Moura 2025-03-26 14:54:23 -07:00
  • 48983773f5 feat: add output to ToolUsageFinishedEvent (#2477) Eduardo Chiarotti 2025-03-26 16:50:09 -03:00
  • c37a75797a Merge branch 'main' into feat/trace-ui-execution feat/trace-ui-execution Eduardo Chiarotti 2025-03-26 16:47:19 -03:00
  • 73701fda1e Merge pull request #2476 from crewAIInc/devin/1742990927-fix-issue-2475 Lucas Gomide 2025-03-26 16:40:23 -03:00
  • 3deeba4cab test: adding missing test to ensure multimodal content structures devin/1742990927-fix-issue-2475 lucasgomide 2025-03-26 16:28:37 -03:00
  • e3dde17af0 docs: improve LLMCallStartedEvent docstring to clarify multimodal support Devin AI 2025-03-26 12:14:13 +00:00
  • 49b8cc95ae fix: update LLMCallStartedEvent message type to support multimodal content (#2475) Devin AI 2025-03-26 12:11:06 +00:00
  • 6145331ee4 Added test cases mentioned in the issue Vidit-Ostwal 2025-03-27 00:12:38 +05:30
  • e11c7d1fd8 WIP Brandon Hancock 2025-03-26 14:51:53 -04:00
  • f1839bc6db Merge branch 'main' into Branch_2260 Lucas Gomide 2025-03-26 14:24:03 -03:00
  • f71aae97e0 feat: add tests Eduardo Chiarotti 2025-03-26 13:52:17 -03:00
  • 161f552c77 Merge branch 'main' into feat/trace-ui-execution Eduardo Chiarotti 2025-03-26 13:39:06 -03:00
  • 0b58911153 Merge pull request #2482 from crewAIInc/docs/improve-observability Tony Kipkemboi 2025-03-26 11:40:45 -04:00
  • ee78446cc5 Merge branch 'main' into docs/improve-observability docs/improve-observability Tony Kipkemboi 2025-03-26 11:29:59 -04:00
  • 50fe5080e6 docs: update theme to mint and modify opik observability doc Tony Kipkemboi 2025-03-26 11:28:02 -04:00
  • e1b8394265 Fixed (#2481) Brandon Hancock (bhancock_ai) 2025-03-26 11:25:10 -04:00
  • c3617e7f1f Merge branch 'main' into bugfix/event-emitter-fix bugfix/event-emitter-fix Lorenze Jay 2025-03-26 08:21:26 -07:00
  • c23e8fbb02 Refactor type hints and clean up imports in crew.py (#2480) Lorenze Jay 2025-03-26 08:16:09 -07:00
  • 633644ab56 Fixed Brandon Hancock 2025-03-26 11:16:02 -04:00
  • e8653c81e1 Merge branch 'main' into fix/unnecessary-imports fix/unnecessary-imports Brandon Hancock (bhancock_ai) 2025-03-26 11:13:56 -04:00
  • a244370f48 Refactor type hints and clean up imports in crew.py Lorenze Jay 2025-03-26 08:11:57 -07:00
  • 65aeb85e88 Merge pull request #2352 from crewAIInc/devin/1741797763-fix-long-role-name Lucas Gomide 2025-03-26 12:07:15 -03:00
  • 6c003e0382 Address PR comment: Move import to top level in knowledge_storage.py devin/1741797763-fix-long-role-name Devin AI 2025-03-25 20:31:22 +00:00
  • 6b14ffcffb fix: delegate collection name sanitization to knowledge store lucasgomide 2025-03-25 15:06:00 -03:00
  • df25703cc2 Address PR review: Add constants, IPv4 validation, error handling, and expanded tests Devin AI 2025-03-12 17:05:01 +00:00
  • 12a815e5db Fix #2351: Sanitize collection names to meet ChromaDB requirements Devin AI 2025-03-12 16:48:40 +00:00
  • 102836a2c2 Merge pull request #2478 from anmorgan24/Add-Opik-to-docs Tony Kipkemboi 2025-03-26 10:55:51 -04:00
  • e6b90699a8 more testing Brandon Hancock 2025-03-26 10:54:00 -04:00
  • d38be25d33 Merge branch 'main' into Add-Opik-to-docs Tony Kipkemboi 2025-03-26 10:48:17 -04:00
  • ac848f9ff4 Update opik-observability.mdx Abby Morgan 2025-03-26 10:46:59 -04:00
  • a25a27c3d3 Add exclude option to to_serializable() (#2479) Vini Brasil 2025-03-26 11:35:12 -03:00
  • 22c8e5f433 Update opik-observability.mdx Abby Morgan 2025-03-26 10:06:36 -04:00
  • 8df8255f18 Update opik-observability.mdx Abby Morgan 2025-03-26 10:04:53 -04:00
  • 66124d9afb Update opik-observability.mdx Abby Morgan 2025-03-26 09:57:32 -04:00
  • 7def3a8acc Update opik-observability.mdx Abby Morgan 2025-03-26 09:42:17 -04:00