Commit Graph

  • 564cd76cb9 Fix import sorting in install_crew_test.py Devin AI 2025-04-04 14:18:44 +00:00
  • ffe68a3e66 Fix issue #2524: Check if pyproject.toml exists before running uv sync Devin AI 2025-04-04 14:17:14 +00:00
  • 4924cb244c chore: Update uv.lock with new litellm dependency version devin/1743701217-update-litellm-dependency Devin AI 2025-04-03 17:38:38 +00:00
  • 6d6d0ebdc8 fix: Make httpx version check more flexible to pass with existing dependencies Devin AI 2025-04-03 17:37:14 +00:00
  • bd817290c2 fix: Implement reviewer suggestions for test improvements and version constraints Devin AI 2025-04-03 17:35:00 +00:00
  • 764e1b8a51 fix: Reorganize imports to match Ruff's requirements Devin AI 2025-04-03 17:33:41 +00:00
  • d4b7846f4c fix: Sort imports in test file to fix lint errors Devin AI 2025-04-03 17:32:26 +00:00
  • aeb89605e0 fix: Update litellm dependency to >=1.65.1 to resolve httpx version conflicts Devin AI 2025-04-03 17:30:50 +00:00
  • afa8783750 Update arize-phoenix-observability.mdx exiao 2025-04-03 13:03:39 -04:00
  • a661050464 Merge branch 'crewAIInc:main' into main exiao 2025-04-03 11:34:29 -04:00
  • c14f990098 Update docs.json exiao 2025-04-03 11:33:51 -04:00
  • 26ccaf78ec Update arize-phoenix-observability.mdx exiao 2025-04-03 11:33:18 -04:00
  • 12e98e1f3c Update and rename phoenix-observability.mdx to arize-phoenix-observability.mdx exiao 2025-04-03 11:32:56 -04:00
  • 397a43930a Fix test_tools_emits_error_events to avoid OpenAI API calls devin/1743680176-fix-non-openai-models-function-calling Devin AI 2025-04-03 11:55:00 +00:00
  • 52a81d15b5 Improve docstrings and test clarity as requested in PR review Devin AI 2025-04-03 11:50:57 +00:00
  • d1ffef6f3c Fix import sorting in crew_test.py Devin AI 2025-04-03 11:43:13 +00:00
  • 67ed89abfc Add test cassettes for non-OpenAI models tests Devin AI 2025-04-03 11:41:01 +00:00
  • 50594f72d4 Fix issue #2517: Use agent's LLM for function calling when no function_calling_llm is specified Devin AI 2025-04-03 11:40:29 +00:00
  • f46d19e193 fix: address PR feedback with improved validation, documentation, and tests devin/1743678030-add-tool-instructions Devin AI 2025-04-03 11:09:30 +00:00
  • d8571dc196 feat: add ToolWithInstruction wrapper for tool-specific usage instructions (issue #2515) Devin AI 2025-04-03 11:04:12 +00:00
  • 0a22cbc349 Enhance set_callbacks with improved type hints, error handling, and expanded test coverage devin/1743672884-fix-litellm-callback-error Devin AI 2025-04-03 09:44:06 +00:00
  • 4f5d18a2c9 Fix import sorting with ruff --fix Devin AI 2025-04-03 09:41:32 +00:00
  • f6571f114d Fix import sorting in test file Devin AI 2025-04-03 09:40:38 +00:00
  • c06eb56cf3 Fix litellm callback removal error (issue #2513) Devin AI 2025-04-03 09:39:10 +00:00
  • efe27bd570 Feat/individual react agent (#2483) Brandon Hancock (bhancock_ai) 2025-04-02 11:54:46 -04:00
  • 007ea5e839 Merge branch 'main' into feat/individual-react-agent feat/individual-react-agent Lorenze Jay 2025-04-02 08:47:13 -07:00
  • 90c9d5d71d Merge pull request #250 from parthbs/feat/local-qdrant-client-support Lucas Gomide 2025-04-02 10:16:14 -03:00
  • 403ea385d7 Merge branch 'main' into bug_fix Lucas Gomide 2025-04-02 10:00:53 -03:00
  • 9b51e1174c fix expected output (#2498) Orce MARINKOVSKI 2025-04-02 06:54:35 +02:00
  • c1bf544b1b Fix model provider detection and context window size calculation for Gemini 2.5 Devin AI 2025-04-02 02:30:38 +00:00
  • b2314a3d30 Fix import sorting in test file Devin AI 2025-04-02 02:25:55 +00:00
  • baeb0dab48 Address PR comments: Add constants for context window sizes and expand test coverage Devin AI 2025-04-02 02:24:30 +00:00
  • 3b378dc5a6 Fix lint errors in test file Devin AI 2025-04-02 02:19:57 +00:00
  • 5d4395b0b0 Fixes #2511 Devin AI 2025-04-02 02:17:43 +00:00
  • a3b5413f16 Merge pull request #2413 from exiao/main Tony Kipkemboi 2025-04-01 17:23:07 -04:00
  • 52aeac4b75 Remove redundant error handling for action and final answer in CrewAgentParser. Update tests to reflect this change by deleting the corresponding test case. Lorenze Jay 2025-04-01 14:10:37 -07:00
  • e33532796b Merge branch 'feat/individual-react-agent' of github.com:crewAIInc/crewAI into feat/individual-react-agent Lorenze Jay 2025-04-01 12:38:32 -07:00
  • 7f0d80d427 Add Excalidraw diagram file for visual representation of input-output flow Lorenze Jay 2025-04-01 12:38:27 -07:00
  • e4df956bea Merge branch 'main' into feat/individual-react-agent Lorenze Jay 2025-04-01 12:08:40 -07:00
  • bce4bb5c4e Update docs.json exiao 2025-04-01 14:51:01 -04:00
  • 5b06a0c189 Merge pull request #253 from crewAIInc/fix/clear-more-warnings-databricks Lorenze Jay 2025-04-01 10:47:25 -07:00
  • 6b4453e1b1 refactor: rename schema to db_schema in DatabricksQueryTool for clarity lorenzejay 2025-04-01 10:42:36 -07:00
  • 3f92e217f9 Merge branch 'main' into main Lorenze Jay 2025-04-01 10:35:26 -07:00
  • 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