Commit Graph

  • 529bdbdd83 Address review feedback: Improve UTC compatibility implementation devin/1740015887-fix-python-310-utc-compat Devin AI 2025-02-20 02:00:38 +00:00
  • c6ed4eaaf6 Fix Python 3.10 compatibility: Replace datetime.UTC with timezone.utc Devin AI 2025-02-20 01:50:08 +00:00
  • 00c2f5043e WIP crew events emitter (#2048) Lorenze Jay 2025-02-19 13:52:47 -08:00
  • a88e910a7a test: Improve flow persistence test cases and logging better/event-emitter Lorenze Jay 2025-02-19 13:40:32 -08:00
  • 73ee7ce1c9 Merge branch 'better/event-emitter' of github.com:crewAIInc/crewAI into better/event-emitter Lorenze Jay 2025-02-19 13:24:28 -08:00
  • 74727592bc Merge branch 'main' of github.com:crewAIInc/crewAI into better/event-emitter Lorenze Jay 2025-02-19 13:24:26 -08:00
  • 5a022fe6c0 Merge branch 'main' into better/event-emitter Lorenze Jay 2025-02-19 13:15:01 -08:00
  • bcd90e26b0 making flow verbsoe false by default João Moura 2025-02-19 12:54:15 -08:00
  • 6d85c788ad fix failing test part 2 Brandon Hancock 2025-02-19 13:36:00 -05:00
  • aa350ae530 fix failing test Brandon Hancock 2025-02-19 13:22:50 -05:00
  • 33b9cd35e9 imporve HITL Brandon Hancock 2025-02-19 13:00:51 -05:00
  • 34f5469490 refactor: clean up and organize imports in llm and flow modules Lorenze Jay 2025-02-19 08:18:48 -08:00
  • f68a85a6f5 Merge branch 'main' of github.com:crewAIInc/crewAI into better/event-emitter Lorenze Jay 2025-02-19 08:13:28 -08:00
  • 4eaa8755eb docs: update accordions and fix layout (#2110) Tony Kipkemboi 2025-02-19 11:06:46 -05:00
  • 7014e8dc9b fix other test that fails in ci/cd Brandon Hancock 2025-02-19 11:00:46 -05:00
  • fd4081be72 fix: Update remaining embedder reference to embedder_config devin/1739978180-fix-agent-knowledge-embedder Devin AI 2025-02-19 15:49:01 +00:00
  • 1508c9810b test: Add embedder_config to contextual memory test Devin AI 2025-02-19 15:44:18 +00:00
  • 2f3e5e0803 test: Add embedder_config to knowledge source tests Devin AI 2025-02-19 15:42:50 +00:00
  • 615a6795b3 fix: Sort imports in agent.py using ruff Devin AI 2025-02-19 15:38:36 +00:00
  • 633f6973b2 test: Update error message in test_agent_invalid_embedder_config Devin AI 2025-02-19 15:36:12 +00:00
  • fb4bdad367 fix: Sort imports in test_agent_knowledge.py using ruff Devin AI 2025-02-19 15:34:36 +00:00
  • c50a88fd40 test: Add comprehensive validation tests for embedder_config Devin AI 2025-02-19 15:32:28 +00:00
  • 626b765b86 fix: Sort imports in test_agent_knowledge.py according to isort standards Devin AI 2025-02-19 15:32:09 +00:00
  • 9cef78a30f feat: Update embedder_config validation to use Pydantic v2 style Devin AI 2025-02-19 15:31:46 +00:00
  • 566ea3ced8 feat: Add validation and improve documentation for embedder_config Devin AI 2025-02-19 15:28:34 +00:00
  • 59977a5f7c fix: Sort imports in test_agent_knowledge.py according to standard order Devin AI 2025-02-19 15:27:15 +00:00
  • bd21eaaf0e fix: Sort imports in test_agent_knowledge.py Devin AI 2025-02-19 15:25:11 +00:00
  • f02db1a4f5 fix: Agent-level knowledge sources with non-OpenAI embedders Devin AI 2025-02-19 15:23:53 +00:00
  • ba66910fbd Implement flow.state_utils.to_string method and improve types (#2161) Vini Brasil 2025-02-19 10:12:51 -05:00
  • 90f1bee602 feat: add prompt observability code (#2027) Eduardo Chiarotti 2025-02-19 08:52:30 -03:00
  • ec43a6fae9 Merge branch 'main' into feat/add-prompt-observability feat/add-prompt-observability Eduardo Chiarotti 2025-02-19 08:49:54 -03:00
  • 390031026a Remove ToolUsageStartedEvent emission in tool usage process Lorenze Jay 2025-02-18 15:07:23 -08:00
  • ae4c4cffc4 Improve test_validate_tool_input_invalid_input with mock objects Lorenze Jay 2025-02-18 14:50:52 -08:00
  • b623960a94 Improve type hinting for TaskCompletedEvent handler Lorenze Jay 2025-02-18 14:48:35 -08:00
  • d368efdeda Update AgentExecutionStartedEvent to use task_prompt Lorenze Jay 2025-02-18 14:35:12 -08:00
  • 4dc258a590 Refactor task events to use base CrewEvent Lorenze Jay 2025-02-18 14:30:11 -08:00
  • c64c0698c5 Refactor event system and improve crew testing Lorenze Jay 2025-02-18 14:29:39 -08:00
  • 6fea26d223 Merge branch 'main' of github.com:crewAIInc/crewAI into better/event-emitter Lorenze Jay 2025-02-18 14:18:24 -08:00
  • 1b5cc08abe Enhance event handling for tool usage and agent execution Lorenze Jay 2025-02-18 14:13:18 -08:00
  • 4d2757a4d6 Update cassettes again 3 Brandon Hancock 2025-02-18 16:52:30 -05:00
  • 00595e8851 Update cassettes again 2 Brandon Hancock 2025-02-18 16:45:46 -05:00
  • f895af1d32 Update cassettes again Brandon Hancock 2025-02-18 16:42:13 -05:00
  • b1021acf02 Update cassettes Brandon Hancock 2025-02-18 16:35:50 -05:00
  • eee5a626ff Merge branch 'main' into bugfix/support-tool-calling Brandon Hancock (bhancock_ai) 2025-02-18 16:30:08 -05:00
  • 6e82c8d38c Fix failing tests Brandon Hancock 2025-02-18 16:29:48 -05:00
  • 1cb5f57864 Bugfix/fix backtick in agent response (#2159) Brandon Hancock (bhancock_ai) 2025-02-18 16:10:11 -05:00
  • b043eb89aa drop trailing set bugfix/fix-backtick-in-agent-response Brandon Hancock 2025-02-18 16:02:01 -05:00
  • 4f06880015 Check the right property Brandon Hancock 2025-02-18 15:31:12 -05:00
  • bc7b142aa8 Merge branch 'main' into bugfix/fix-backtick-in-agent-response Brandon Hancock (bhancock_ai) 2025-02-18 15:23:40 -05:00
  • 66eaf2744a clean up thoughts as well Brandon Hancock 2025-02-18 15:17:59 -05:00
  • 6025301205 Merge branch 'main' into feat/add-prompt-observability Eduardo Chiarotti 2025-02-18 17:14:57 -03:00
  • 091713b070 fix issue Brandon Hancock 2025-02-18 15:10:02 -05:00
  • d240034570 updating prompts Brandon Hancock 2025-02-18 14:57:16 -05:00
  • e9dc68723f Remove RunType enum and clean up crew events module Lorenze Jay 2025-02-18 09:14:47 -08:00
  • d0f9abaa85 Add FlowPlotEvent and update event bus to support flow plotting Lorenze Jay 2025-02-18 09:10:27 -08:00
  • 7dc47adb5c fix user memory config issue (#2086) sharmasundip 2025-02-18 22:29:29 +05:30
  • 935da884ed Enhance EventListener with singleton pattern and color configuration Lorenze Jay 2025-02-18 08:53:41 -08:00
  • ac819bcb6e Added functionality to have any llm run test functionality (#2071) Vidit Ostwal 2025-02-18 22:15:26 +05:30
  • 64569ce130 Rename event_bus to crewai_event_bus for improved clarity and specificity Lorenze Jay 2025-02-18 08:36:21 -08:00
  • 2a80a2a611 Merge branch 'main' into feat/add-prompt-observability Brandon Hancock (bhancock_ai) 2025-02-18 10:12:54 -05:00
  • b6d668fc66 Implement Flow state export method (#2134) Vini Brasil 2025-02-18 07:47:01 -06:00
  • 60a2b9842d docs: add required packages to SeleniumScrapingTool documentation devin/1739801000-fix-selenium-tool-docs Devin AI 2025-02-17 14:08:10 +00:00
  • b1860cbb12 docs: add required packages to SeleniumScrapingTool documentation Devin AI 2025-02-17 14:03:55 +00:00
  • eae2afd4ef refactor: Improve StringKnowledgeSource implementation devin/1739779940-fix-string-knowledge-source-init Devin AI 2025-02-17 08:24:12 +00:00
  • 1d3fb97eba fix: Initialize storage in StringKnowledgeSource Devin AI 2025-02-17 08:16:19 +00:00
  • f519b0d31c feat: improve error handling in _interpolate_only method devin/1739683661-fix-agent-interpolation Devin AI 2025-02-16 05:37:29 +00:00
  • be11f9c036 fix: handle tool descriptions with curly braces in agent interpolation Devin AI 2025-02-16 05:31:41 +00:00
  • 7ec451dc20 feat: enhance vertex ai location validation devin/1739645418-fix-vertex-ai-location Devin AI 2025-02-15 19:00:26 +00:00
  • d4acbf8adf style: fix import sorting in llm_test.py Devin AI 2025-02-15 18:54:31 +00:00
  • 5c171166d4 fix: respect vertex ai location settings Devin AI 2025-02-15 18:53:31 +00:00
  • 583e6584eb feat: Add model name validation and expand test coverage devin/1739635509-fix-model-case-sensitivity Devin AI 2025-02-15 16:12:22 +00:00
  • e1ed85d7bd docs: Add comments and expand test coverage Devin AI 2025-02-15 16:09:03 +00:00
  • 96b6d91084 fix: Use uppercase MODEL env var for Azure provider Devin AI 2025-02-15 16:06:09 +00:00
  • 1603a1d9ac Update test_events to validate multiple tool usage events Lorenze Jay 2025-02-14 16:07:15 -08:00
  • 6d1bcff6d1 Improve AgentOps listener type hints and formatting Lorenze Jay 2025-02-14 16:00:30 -08:00
  • aa2e7c888e Update test_events to validate tool usage error event handling Lorenze Jay 2025-02-14 15:57:38 -08:00
  • ec048cf6fe Refactor AgentOps event listener for crew-level tracking Lorenze Jay 2025-02-14 15:49:42 -08:00
  • 18791eadd3 dont forget crew level Lorenze Jay 2025-02-14 14:50:38 -08:00
  • 6eab0e3d3b moving to dedicated eventlistener Lorenze Jay 2025-02-14 14:49:34 -08:00
  • 939e8e6736 fix: Fix code execution and multimodal tool handling in Agent class devin/1739563790-fix-manager-agent-tools Devin AI 2025-02-14 21:25:17 +00:00
  • c6153cc1b4 fix: Fix multimodal and code execution tool handling Devin AI 2025-02-14 21:20:46 +00:00
  • 4832b35779 fix: Fix code execution and multimodal tool handling Devin AI 2025-02-14 21:16:57 +00:00
  • be9caaf5ee fix: Fix import sorting with ruff Devin AI 2025-02-14 21:13:46 +00:00
  • c080227751 fix: Fix import sorting and type checking issues Devin AI 2025-02-14 21:13:06 +00:00
  • 2fbff69c81 fix: Fix type checking and import issues Devin AI 2025-02-14 21:10:53 +00:00
  • 32c1c81978 style: Fix import sorting in agent_tools.py Devin AI 2025-02-14 21:06:36 +00:00
  • c4263bf8e6 fix: Add delegation tracking and improve error handling Devin AI 2025-02-14 21:02:24 +00:00
  • f8c74b4fbb Merge branch 'main' into brandon/bring-back-byoa Brandon Hancock (bhancock_ai) 2025-02-14 15:57:16 -05:00
  • 134e7ab241 clean up RPM controller Brandon Hancock 2025-02-14 15:32:34 -05:00
  • 26751bb2cb fix: Add error handling and consolidate tool assignment logic Devin AI 2025-02-14 20:32:16 +00:00
  • 74e63621a5 Fix new errors Brandon Hancock 2025-02-14 15:29:20 -05:00
  • e4282f7c53 fix: Prevent manager agent from having tools assigned (#2131) Devin AI 2025-02-14 20:25:12 +00:00
  • 8953af6133 Fix ruff issues Brandon Hancock 2025-02-14 15:24:29 -05:00
  • 2b438baad4 Fix issues Brandon Hancock 2025-02-14 15:11:58 -05:00
  • a34cc7293c Add parallel flow execution support devin/1739559656-parallel-flow-execution Devin AI 2025-02-14 19:04:05 +00:00
  • fe7c8b2049 Reorder and clean up event imports in event_listener Lorenze Jay 2025-02-14 09:26:41 -08:00
  • 1c2903abea Add event handling for tool usage events Lorenze Jay 2025-02-14 09:26:18 -08:00
  • 4854e029ae include fixes for max brandon/azure-fixes Brandon Hancock 2025-02-14 12:22:33 -05:00
  • f4547648b4 Enable test coverage for Flow method execution failure event Lorenze Jay 2025-02-14 09:14:37 -08:00
  • a557275112 Propagate method execution failures in Flow class Lorenze Jay 2025-02-14 09:10:56 -08:00