Commit Graph

  • bf11f30f7a test: fix flaky test ValueError: Circular reference detected (id repeated) Lucas Gomide 2025-04-29 19:48:48 -03:00
  • b453fd3995 test: increase tests timeout on CI Lucas Gomide 2025-04-29 18:43:12 -03:00
  • e1961dccae test: adding missing cassettes Lucas Gomide 2025-04-29 18:29:47 -03:00
  • 7b903414cd test: block external requests in CI and set default 10s timeout per test Lucas Gomide 2025-04-29 18:17:59 -03:00
  • 133e5892b9 build(dev): add pytest-timeout Lucas Gomide 2025-04-29 17:42:21 -03:00
  • e3ab999a57 build(dev): add pytest-randomly dependency Lucas Gomide 2025-04-29 17:39:29 -03:00
  • bc24bc64cd Update enterprise docs and change YouTube video embed (#2728) Tony Kipkemboi 2025-04-30 08:46:37 -07:00
  • 015e1a41b2 Supporting no-code Guardrail creation (#2636) Lucas Gomide 2025-04-30 11:47:58 -03:00
  • a3652ca120 Merge branch 'main' into lg-guardrail-llm lg-guardrail-llm Lucas Gomide 2025-04-30 11:43:31 -03:00
  • 4f6ab1f579 docs: update task guardrails str docs Lucas Gomide 2025-04-30 11:24:29 -03:00
  • 94b1a6cfb8 docs: remove CrewStructuredTool from public documentation (#2707) Lucas Gomide 2025-04-30 10:37:05 -03:00
  • 11d4229eb6 Merge branch 'main' into lg-crew-structure-docs lg-crew-structure-docs Lucas Gomide 2025-04-30 10:23:26 -03:00
  • 1c2976c4d1 build: downgrade litellm to 1.167.1 (#2711) Lucas Gomide 2025-04-30 10:23:14 -03:00
  • 0173a3ceaf Fix segmentation fault in Python 3.11 tests by improving provider comparison and replacing logging with print devin/1746013838-fix-openrouter-response-schema Devin AI 2025-04-30 12:07:57 +00:00
  • d636593359 Address PR feedback: Improve documentation, refactor validation logic, add logging, and expand test coverage Devin AI 2025-04-30 12:02:13 +00:00
  • 9b0fbd24ee Fix #2729: Add force_structured_output parameter to bypass response schema check for OpenRouter models Devin AI 2025-04-30 11:54:50 +00:00
  • e54a470493 feat: implement knowledge retrieval events in Agent lorenzejay 2025-04-29 22:09:46 -07:00
  • 77eb69a24a Merge branch 'main' into lg-guardrail-llm Lucas Gomide 2025-04-29 19:01:45 -03:00
  • 1df46bb97b Merge branch 'main' into lg-crew-structure-docs Lucas Gomide 2025-04-29 18:56:02 -03:00
  • 27952cfb7a refactor: drop task paramenter from TaskGuardrail Lucas Gomide 2025-04-29 18:42:24 -03:00
  • 0360988835 Skip test_gemma3 on Python 3.11 due to segmentation fault devin/1745961307-fix-trained-data-loading Devin AI 2025-04-29 21:35:49 +00:00
  • fa39ce9db2 Address PR review comments: improve validation, error handling, and add tests Devin AI 2025-04-29 21:30:04 +00:00
  • 2f66aa0efc Fix issue #2724: Allow specifying trained data file for run command Devin AI 2025-04-29 21:20:58 +00:00
  • 922a7ba9bd docs: update TaskGuardrail doc strings Lucas Gomide 2025-04-29 14:28:21 -03:00
  • c9689b8878 Merge branch 'main' into lg-downgrade-litellm lg-downgrade-litellm Lucas Gomide 2025-04-29 12:49:23 -03:00
  • a4a2add636 refactor: Improve implementation based on PR feedback devin/1745937263-support-list-yaml-configs Devin AI 2025-04-29 14:50:34 +00:00
  • cbf5f9c393 feat: Support list of YAML files for agents_config and tasks_config in CrewBase Devin AI 2025-04-29 14:44:09 +00:00
  • 25c8155609 chore: add missing __init__.py files (#2719) Greyson LaLonde 2025-04-29 10:35:26 -04:00
  • 73b15b5d32 Merge branch 'main' into lg-downgrade-litellm Lucas Gomide 2025-04-29 11:23:51 -03:00
  • 55b07506c2 Remove logging setting from global context (#2720) Vini Brasil 2025-04-29 11:21:41 -03:00
  • f42491fad0 Merge branch 'main' into lg-guardrail-llm Lucas Gomide 2025-04-29 11:01:20 -03:00
  • e940ff3cbd refactor: simplify TaskGuardrail to use LLM for validation, no code generation Lucas Gomide 2025-04-29 09:50:03 -03:00
  • 1cf09ac7ce Address PR feedback: Fix ForwardRef issues, improve error messages, enhance docs devin/1745932203-task-decomposition-feature Devin AI 2025-04-29 13:25:40 +00:00
  • a36e696a69 Add task decomposition feature (Issue #2717) Devin AI 2025-04-29 13:19:17 +00:00
  • d1ca108e26 Update test docstring to trigger CI devin/1745927304-fix-unicode-decode-error Devin AI 2025-04-29 12:13:07 +00:00
  • 4b116638ff Fix import sorting in test_encoding.py with ruff auto-fix Devin AI 2025-04-29 12:09:28 +00:00
  • cd7deed7d8 Fix import order in test_encoding.py Devin AI 2025-04-29 12:07:08 +00:00
  • 85a408577c Fix import formatting in test_encoding.py Devin AI 2025-04-29 12:05:18 +00:00
  • 288668f1d9 Fix import sorting in test_encoding.py Devin AI 2025-04-29 12:00:31 +00:00
  • f095f3e6c8 Implement code review suggestions: add newline parameter and UnicodeDecodeError handling Devin AI 2025-04-29 11:58:28 +00:00
  • 2995478a69 Fix import sorting in test files Devin AI 2025-04-29 11:53:27 +00:00
  • 200ec42613 Fix UnicodeDecodeError when running crewai create crew on Windows (issue #2715) Devin AI 2025-04-29 11:48:50 +00:00
  • 67be0c674d Allow setting custom LLM for the vision tool (#294) Daniel Barreto 2025-04-28 19:53:00 -03:00
  • 4efa935c1a build: downgrade litellm to 1.167.1 Lucas Gomide 2025-04-28 19:06:54 -03:00
  • 9916bfd2f3 Address code review feedback: Windows-only patch, proper restoration, improved tests devin/1745873772-fix-litellm-encoding-issue Devin AI 2025-04-28 21:07:54 +00:00
  • b45bb89e10 Fix lint error: sort imports in test file Devin AI 2025-04-28 21:03:31 +00:00
  • 6e82b6d7b0 Fix UnicodeDecodeError in litellm when loading JSON files on Windows Devin AI 2025-04-28 21:01:32 +00:00
  • 3cfc35bc5d Merge branch 'main' into lg-crew-structure-docs Lucas Gomide 2025-04-28 16:59:08 -03:00
  • a536db6980 docs: remove CrewStructuredTool from public documentation Lucas Gomide 2025-04-28 15:31:39 -03:00
  • 59f34d900a Fixes missing prompt template or system template (#2408) Vidit Ostwal 2025-04-28 23:34:32 +05:30
  • 82d0209ce2 Fix firecrawl tool (Too many positional arguments) (#275) benzakritesteur 2025-04-28 19:57:03 +02:00
  • 4f6054d439 new version 0.117.1 João Moura 2025-04-28 07:39:38 -07:00
  • a86a1213c7 Fix Mem0 OSS (#2604) Dev Khant 2025-04-28 20:07:31 +05:30
  • 90359dbbfb Merge branch 'main' into devin/1745784489-fix-crewstructuredtool-task-compatibility devin/1745784489-fix-crewstructuredtool-task-compatibility Tony Kipkemboi 2025-04-28 07:26:33 -07:00
  • 566935fb94 upgrade liteLLM to latest version (#2684) Lucas Gomide 2025-04-28 10:46:40 -03:00
  • 3a66746a99 build: upgrade crewai-tools (#2705) Lucas Gomide 2025-04-28 10:38:56 -03:00
  • 337a6d5719 preparing new version 0.117.0 João Moura 2025-04-27 23:56:22 -07:00
  • 6909c587c2 Merge pull request #286 from crewAIInc/joaodmmoura/crewai-enterprise-tool João Moura 2025-04-27 23:18:34 -07:00
  • 1133994ec7 fix: update type annotations in agent.py for CrewStructuredTool compatibility Devin AI 2025-04-27 20:21:40 +00:00
  • aa1d04af41 fix: allow CrewStructuredTool to be used with Task's tools parameter Devin AI 2025-04-27 20:15:40 +00:00
  • a8e7e2db6d Fix type-checker issues with proper type annotations devin/1745771446-fix-mcp-sse-connection Devin AI 2025-04-27 16:49:18 +00:00
  • 0328a8aaa4 Fix remaining type-checker issues in MCP connector Devin AI 2025-04-27 16:43:47 +00:00
  • 66d35df858 Fix type-checker issues in SSE client and MCP connector Devin AI 2025-04-27 16:41:06 +00:00
  • f738e9ab62 Fix #2698: Implement MCP SSE server connection for tools Devin AI 2025-04-27 16:35:56 +00:00
  • 2b7b2993ca Fix import error handling for optional chromadb dependency using TYPE_CHECKING devin/1745691768-fix-windows-chroma-hnswlib-dependency Devin AI 2025-04-26 19:12:30 +00:00
  • 86155b4590 Fix knowledge_storage.py import error handling for optional chromadb dependency Devin AI 2025-04-26 19:10:30 +00:00
  • 6435a419d7 Fix import error handling for optional chromadb dependency Devin AI 2025-04-26 19:06:19 +00:00
  • 9f57e266b8 Fix type-checking and lint issues for optional chromadb dependency Devin AI 2025-04-26 19:00:51 +00:00
  • 8dd779371d Fix #2694: Make chromadb an optional dependency to fix Windows installation issues Devin AI 2025-04-26 18:38:34 +00:00
  • 5623e2c851 Fix type error and test issues devin/1745614119-fix-vertexai-embeddings-url Devin AI 2025-04-25 21:03:36 +00:00
  • 51eb5e9998 docs: add CrewAI Enterprise docs (#2691) Tony Kipkemboi 2025-04-25 13:59:44 -07:00
  • 50059c7120 Fix import sorting with ruff Devin AI 2025-04-25 20:58:24 +00:00
  • 335f1dfdf8 Fix lint and type errors Devin AI 2025-04-25 20:56:22 +00:00
  • 1f2def2cbe Fix Vertex AI embeddings URL typo (publishers/goole -> publishers/google) Devin AI 2025-04-25 20:51:36 +00:00
  • b0304005f2 Fix linting issue in test file devin/1745603785-fix-bedrock-embedder-operation-name Devin AI 2025-04-25 18:02:53 +00:00
  • fe33f90bb2 Fix #2688: Add operation_name parameter to AWS Bedrock embedder configuration Devin AI 2025-04-25 17:59:40 +00:00
  • e3ab80f517 Merge branch 'main' into lg-guardrail-llm Lucas Gomide 2025-04-25 11:47:24 -03:00
  • 50b603d3d2 feat: support to define a task guardrail using YAML config Lucas Gomide 2025-04-24 12:11:38 -03:00
  • b2969e9441 style: fix linter issue (#2686) Lucas Gomide 2025-04-25 10:34:00 -03:00
  • c68257efbc style: fix linter issue lg-fix-linter Lucas Gomide 2025-04-25 10:30:58 -03:00
  • 5b9606e8b6 fix contenxt windown João Moura 2025-04-24 23:07:47 -07:00
  • 7c1a87e5ab new tool around adapter João Moura 2025-04-24 23:05:50 -07:00
  • af5a605f31 Merge pull request #284 from crewAIInc/lorenze/enterprise-integrations João Moura 2025-04-24 14:48:02 -07:00
  • 40dd22ce2c refactor: remove main execution block from EnterpriseActionKitToolAdapter lorenzejay 2025-04-24 14:39:55 -07:00
  • 4d86da80c3 feat: add EnterpriseActionKitToolAdapter and EnterpriseActionTool for enterprise action execution lorenzejay 2025-04-24 14:20:40 -07:00
  • f1015827e4 Fix: Update import sorting and implement abstract methods devin/1745489606-fix-chromadb-import Devin AI 2025-04-24 10:31:59 +00:00
  • f2c9c5581c Fix: Update tests to work with lazy ChromaDB imports Devin AI 2025-04-24 10:22:18 +00:00
  • 4434481f03 Fix: Make ChromaDB imports lazy to prevent SQLite3 version check on import (fixes #2682) Devin AI 2025-04-24 10:18:03 +00:00
  • 3572ecf1c7 Fix duplicate test_reset_knowledge_memories function devin/1745445328-fix-reset-memories-no-crew-issue-2677 Devin AI 2025-04-23 22:06:10 +00:00
  • 4cf90dbcb7 Fix type-checker errors in utils.py Devin AI 2025-04-23 22:00:44 +00:00
  • 155fe58ee7 Fix issue #2678: Fix parameter name mismatch in reset-memories command devin/1745445272-fix-reset-memories-command Devin AI 2025-04-23 21:58:46 +00:00
  • 7a7736cfc6 Fix reset-memories --knowledge command failing with 'No crew found' error Devin AI 2025-04-23 21:57:36 +00:00
  • e5d0cc8ac1 fix: attempt to fix type-checker Lucas Gomide 2025-04-23 16:56:09 -03:00
  • b6817b601d test: remove useless or duplicated test Lucas Gomide 2025-04-23 16:50:45 -03:00
  • 4f61de8e08 refactor: replace if/raise with assert Lucas Gomide 2025-04-23 16:40:44 -03:00
  • 098a9ba519 feat: remove Docker availability check from TaskGuardrail Lucas Gomide 2025-04-23 16:34:11 -03:00
  • 885c1d40b7 feat: ensure guardrail is callable while initializing Task Lucas Gomide 2025-04-23 16:25:58 -03:00
  • 05e99bdfe5 feat: renaming GuardrailTask to TaskGuardrail Lucas Gomide 2025-04-23 14:37:46 -03:00
  • 0ed683241d feat: allow to set unsafe_mode from Guardrail task Lucas Gomide 2025-04-22 12:32:12 -03:00
  • 09543cd705 feat: handle malformed or invalid response from CodeInterpreterTool Lucas Gomide 2025-04-22 12:24:40 -03:00