Commit Graph

  • c2cb8e06be Fix typo seach -> search in tools Nathan Chapman 2025-04-10 17:38:28 -05:00
  • a65b58a44a Merge branch 'main' into feat/trace-ui-exec-3 Eduardo Chiarotti 2025-04-10 15:05:55 -04:00
  • a557d43b64 feat: remove unused logic Eduardo Chiarotti 2025-04-10 15:59:43 -03:00
  • b0e63bd78e feat: add agent refernece inside liteagent Eduardo Chiarotti 2025-04-10 15:57:57 -03:00
  • d2caf11191 Support Python 3.10+ (on CI) and remove redundant Self imports (#2553) Lucas Gomide 2025-04-10 15:37:24 -03:00
  • 5e4a8ca987 feat: run lint Eduardo Chiarotti 2025-04-10 15:17:30 -03:00
  • 4b9be2fc26 feat: remove unused code and change ToolUsageStarted event place Eduardo Chiarotti 2025-04-10 15:14:43 -03:00
  • a2224bbe18 Merge branch 'main' into bugfix-python-3-10 bugfix-python-3-10 Lucas Gomide 2025-04-10 14:11:16 -03:00
  • 37979a0ca1 Raise exception when flow fails (#2579) Vini Brasil 2025-04-10 13:08:32 -04:00
  • d96543d314 Merge branch 'main' into bugfix-python-3-10 Lorenze Jay 2025-04-10 09:47:12 -07:00
  • c4e1f75235 fix: Use typing_extensions for Self in Python < 3.11 devin/1744302758-fix-py310-compat-v2 Devin AI 2025-04-10 16:32:13 +00:00
  • 84a16abb4a Fix type checker errors in on_tool_use call devin/1744302258-fix-code-interpreter-tool-execution Devin AI 2025-04-10 16:31:55 +00:00
  • 77ed11898b Fix import sorting in test file Devin AI 2025-04-10 16:29:49 +00:00
  • 129c004efb fix: Use typing_extensions for Self in Python < 3.11 devin/1744302192-fix-py310-compat Devin AI 2025-04-10 16:29:45 +00:00
  • c73c795993 Fix lint and type checker errors Devin AI 2025-04-10 16:28:30 +00:00
  • be8d3765a0 style: Fix import order in test_compatibility.py Devin AI 2025-04-10 16:26:22 +00:00
  • 4bd7d6968a Fix issue #2574: Enable CodeInterpreterTool execution Devin AI 2025-04-10 16:25:01 +00:00
  • bee9307c08 ci: Add Python 3.10, 3.11 to test matrix Devin AI 2025-04-10 16:24:12 +00:00
  • 031c2d165a fix(tests): Update task evaluator test assertion for agent arg devin/1744299411-fix-converter-system-prompt Devin AI 2025-04-10 15:59:37 +00:00
  • 2e5f0509bf fix: Resolve type errors identified by mypy Devin AI 2025-04-10 15:56:24 +00:00
  • 44abceffaa fix: Respect use_system_prompt in Converter regeneration Devin AI 2025-04-10 15:49:25 +00:00
  • cf45026e75 wip luzk-eng-435 Lucas Gomide 2025-04-10 12:30:36 -03:00
  • c9f47e6a37 Add result_as_answer parameter to @tool decorator (Fixes #2561) (#2562) devin-ai-integration[bot] 2025-04-10 09:01:26 -04:00
  • 9fdd0f5f99 Merge main into devin/1744245450-add-result-as-answer-to-tool-decorator devin/1744245450-add-result-as-answer-to-tool-decorator Devin AI 2025-04-10 12:57:23 +00:00
  • 047a7bdb11 Merge main into devin/1744245450-add-result-as-answer-to-tool-decorator Devin AI 2025-04-10 12:52:02 +00:00
  • 5780c3147a fix: correct parameter name in crew template test function (#2567) x1x2 2025-04-10 15:51:10 +03:00
  • 52e10d6c84 Merge branch 'main' into bugfix-python-3-10 Lucas Gomide 2025-04-10 09:27:37 -03:00
  • 1e597ec68e Add test cassette for multimodal image format test devin/1744283245-fix-multimodal-image-format Devin AI 2025-04-10 11:12:19 +00:00
  • b16ad09ec7 This fixes the issue where multimodal agents fail to properly format image data when sending requests to LLMs. The image URL is now correctly structured as a multimodal input with proper type specifications according to the OpenAI API. Devin AI 2025-04-10 11:11:38 +00:00
  • 709b8077dd Fix: Format imports to pass lint checks devin/1744268297-fix-self-import-for-python-3.10 Devin AI 2025-04-10 07:02:18 +00:00
  • 2b058a9a54 Fix: Import Self from typing_extensions for Python 3.10 compatibility (#2563) Devin AI 2025-04-10 06:59:32 +00:00
  • 98ccbeb4bd new version João Moura 2025-04-09 18:13:41 -07:00
  • 01bf085c09 Add result_as_answer parameter to @tool decorator (Fixes #2561) Devin AI 2025-04-10 00:38:31 +00:00
  • fbb156b9de Docs: Alphabetize sections, add YouTube video, improve layout (#2560) 0.114.0 Tony Kipkemboi 2025-04-09 14:14:03 -07:00
  • c435cbc2ef Fix import sorting in test_constants.py Devin AI 2025-04-09 20:49:01 +00:00
  • 2b4f918577 Merge branch 'main' into devin/1744196072-add-huggingface-provider Lucas Gomide 2025-04-09 17:46:37 -03:00
  • 69739fa4ba Update Huggingface API key name to HF_TOKEN in documentation Devin AI 2025-04-09 20:41:45 +00:00
  • e5edb74849 Update Huggingface API key name to HF_TOKEN and remove base URL prompt Devin AI 2025-04-09 20:38:56 +00:00
  • b73960cebe KISS: Refactor LiteAgent integration in flows to use Agents instead. … (#2556) Lorenze Jay 2025-04-09 11:54:45 -07:00
  • d1edb9deac dropped for clarity liteagent-composition lorenzejay 2025-04-09 11:51:58 -07:00
  • 5afe6914eb Fix #2558: Add LiteAgent as a lightweight agent implementation devin/1744223942-fix-missing-lite-agent Devin AI 2025-04-09 18:44:45 +00:00
  • 9e9db8ea25 Merge branch 'main' of github.com:crewAIInc/crewAI into liteagent-composition lorenzejay 2025-04-09 11:36:40 -07:00
  • 10328f3db4 chore: remove unsupported crew attributes from docs (#2557) Lucas Gomide 2025-04-09 15:34:49 -03:00
  • 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