Commit Graph

  • dff5173a0d lint fix lorenzejay 2025-04-09 11:33:15 -07:00
  • e5066e3c3b chore: remove unsupported crew attributes from docs fix-language-docs-2528 Lucas Gomide 2025-04-09 15:26:24 -03:00
  • 1d93842223 KISS: Refactor LiteAgent integration in flows to use Agents instead. Update documentation and examples to reflect changes in class usage, including async support and structured output handling. Enhance tests for Agent functionality and ensure compatibility with new features. lorenzejay 2025-04-09 11:26:08 -07:00
  • da42ec7eb9 Fix #2536: Add CREWAI_DISABLE_TELEMETRY environment variable (#2537) devin-ai-integration[bot] 2025-04-09 13:20:34 -04:00
  • 9eab90a0fd Merge remote-tracking branch 'origin/main' into devin/1744096499-fix-telemetry-disable devin/1744096499-fix-telemetry-disable Devin AI 2025-04-09 17:13:59 +00:00
  • 741f3118a9 Revert telemetry implementation changes while keeping CREWAI_DISABLE_TELEMETRY functionality Devin AI 2025-04-09 17:07:58 +00:00
  • f18a112cd7 Merge branch 'main' into bugfix-python-3-10 Lorenze Jay 2025-04-09 08:35:27 -07:00
  • 97d4439872 Bump crewai-tools to v0.40.1 (#2554) Vini Brasil 2025-04-09 11:24:43 -04:00
  • 40dcdb43d6 Merge branch 'main' into bugfix-python-3-10 Lucas Gomide 2025-04-09 11:58:16 -03:00
  • c3bb221fb3 Merge pull request #2548 from crewAIInc/devin/1744191265-fix-taskoutput-import Lucas Gomide 2025-04-09 11:24:53 -03:00
  • e68cad380e Merge remote-tracking branch 'origin/main' into devin/1744191265-fix-taskoutput-import devin/1744191265-fix-taskoutput-import Lucas Gomide 2025-04-09 11:21:16 -03:00
  • 1167fbdd8c chore: rename external_memory file test Lucas Gomide 2025-04-09 11:19:07 -03:00
  • d200d00bb5 refactor: remove explicit Self import from typing Lucas Gomide 2025-04-09 10:40:12 -03:00
  • bf55dde358 ci(workflows): add Python version matrix (3.10-3.12) for tests Lucas Gomide 2025-04-09 10:29:21 -03:00
  • 96a78a97f0 Merge pull request #2336 from sakunkun/bug_fix Lucas Gomide 2025-04-09 09:59:38 -03:00
  • 337d2b634b Merge branch 'main' into bug_fix Lucas Gomide 2025-04-09 09:43:28 -03:00
  • ffb8bedf1b Fix #2551: Add Huggingface to provider list in CLI Devin AI 2025-04-09 10:55:31 +00:00
  • 068cc0baa7 Fix #2549: Improve error handling for Ollama connection errors devin/1744194646-fix-ollama-connection-error Devin AI 2025-04-09 10:31:57 +00:00
  • 475b704f95 Fix #2547: Add TaskOutput and CrewOutput to public exports Devin AI 2025-04-09 09:35:05 +00:00
  • 59044b6512 Fix issue #2545: Pass inputs from Flow to Tasks for template interpolation devin/1744185067-fix-flow-inputs-access Devin AI 2025-04-09 07:57:09 +00:00
  • 1579c44373 Fix: Add conditional import for Self type to support Python 3.10 devin/1744177649-fix-self-import-python310 Devin AI 2025-04-09 05:49:26 +00:00
  • 1eb09f7e96 Add type ignore comment to fix type checking issue devin/1744167609-fix-issue-2541 Devin AI 2025-04-09 03:11:21 +00:00
  • 474a584312 Fix type checking issue in LLM class Devin AI 2025-04-09 03:09:51 +00:00
  • 1a53894cd9 Fix import order with ruff auto-fix Devin AI 2025-04-09 03:08:37 +00:00
  • 3a85b442fb Fix import order in test file Devin AI 2025-04-09 03:07:36 +00:00
  • cdd5ebfb1a Fix #2541: Add support for multimodal content format in qwen2.5-vl model Devin AI 2025-04-09 03:06:24 +00:00
  • 3efc5f67fb Fix pyright LSP errors in example code devin/1744151350-fix-pyright-type-checking Devin AI 2025-04-08 22:29:10 +00:00
  • b992ee9d6b small comments João Moura 2025-04-08 10:26:56 -07:00
  • 257f4bf385 Test optional dependencies are not required in runtime (#260) Vini Brasil 2025-04-08 13:20:11 -04:00
  • c9cfe0a208 Fix telemetry implementation based on PR feedback Devin AI 2025-04-08 07:22:14 +00:00
  • 04304f236c Fix import order in telemetry test file Devin AI 2025-04-08 07:17:48 +00:00
  • d656c2d224 Fix #2536: Add CREWAI_DISABLE_TELEMETRY environment variable Devin AI 2025-04-08 07:16:01 +00:00
  • 0e43a5f25e Add uv.lock and test cassette files devin/1744082047-fix-knowledge-non-ascii-chars Devin AI 2025-04-08 03:25:29 +00:00
  • f4d2ad3004 Add unidecode dependency to pyproject.toml Devin AI 2025-04-08 03:24:52 +00:00
  • 8fe9099be0 Fix linting issues with import sorting Devin AI 2025-04-08 03:23:31 +00:00
  • 8aec7b3364 Fix #2534: Handle non-ASCII characters in agent roles for knowledge sources Devin AI 2025-04-08 03:22:00 +00:00
  • d7fa8464c7 Add support for External Memory (the future replacement for UserMemory) (#2510) Lucas Gomide 2025-04-07 13:40:35 -04:00
  • 214357c482 Refactor: Improve test organization and add edge case tests fix/issue-2530-conditional-tasks Devin AI 2025-04-07 11:11:45 +00:00
  • cbac6a5534 Refactor: Improve code organization and maintainability in conditional task handling Devin AI 2025-04-07 11:09:06 +00:00
  • fac958dd0b Fix issue #2530: Multiple conditional tasks using correct previous output Devin AI 2025-04-07 11:03:53 +00:00
  • 448c3e8b67 Address PR feedback: Improve I18N implementation with centralized instantiation and better validation devin/1744021519-fix-language-option Devin AI 2025-04-07 10:37:45 +00:00
  • 8c9b8fff84 Fix import sorting with ruff Devin AI 2025-04-07 10:32:38 +00:00
  • afa71f9f5e Fix import sorting in crew_language_test.py Devin AI 2025-04-07 10:31:28 +00:00
  • ebd0803c0c Fix issue #2528: Restore language option in crew configuration Devin AI 2025-04-07 10:29:21 +00:00
  • 918c0589eb adding new docs João Moura 2025-04-07 02:46:22 -04:00
  • c9d3eb7ccf fix ruff check error of project_test.py sakunkun 2025-04-07 10:08:40 +08:00
  • 6f95572e18 Merge pull request #237 from SHIXOOM/Fix-FireCrawl-Crawler-Tool Lucas Gomide 2025-04-06 14:06:32 -04:00
  • fb6ec8b139 Fix lint issues by adding ruff directive to disable import sorting devin/1743892228-fix-flow-import-error Devin AI 2025-04-05 22:41:40 +00:00
  • 55ce3b5774 Add edge case tests for path_utils Devin AI 2025-04-05 22:39:41 +00:00
  • 4fd75203bc Address PR feedback: Add logging, input validation, and error handling Devin AI 2025-04-05 22:38:38 +00:00
  • 79cf137f72 Fix lint issues by excluding example script from import sorting checks Devin AI 2025-04-05 22:35:59 +00:00
  • 8636e1a64e Fix lint issues with import ordering Devin AI 2025-04-05 22:34:22 +00:00
  • 2643f4c69a Fix issue #2526: Add utility to resolve ModuleNotFoundError when running flows from custom scripts Devin AI 2025-04-05 22:32:12 +00:00
  • d216edb022 Merge pull request #2520 from exiao/main Tony Kipkemboi 2025-04-05 18:01:20 -04:00
  • 89394ef3e3 Refactor: Clean up FirecrawlCrawlWebsiteTool schema field descriptions and formatting for improved readability lorenzejay 2025-04-04 11:42:32 -07:00
  • 83eccadff2 Fix import sorting with ruff devin/1743776127-fix-install-crew-pyproject-check Devin AI 2025-04-04 14:22:53 +00:00
  • ca4d0f5143 Address PR feedback: Improve code structure and test quality Devin AI 2025-04-04 14:21:41 +00:00
  • 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