Commit Graph

  • 92e1877bf0 fix: Handle thread locks in Flow state serialization Devin AI 2025-02-13 12:07:26 +00:00
  • 96a7e8038f cassetes João Moura 2025-02-20 21:00:10 -06:00
  • 52d3908201 Merge branch 'main' into bugfix/memory-reset-not-working Brandon Hancock (bhancock_ai) 2025-02-20 15:23:09 -05:00
  • ddc61937bd fix reset memory issue Brandon Hancock 2025-02-20 15:19:56 -05:00
  • f3f094faad fix: sort imports in task.py Devin AI 2025-02-20 17:41:42 +00:00
  • ad0db27040 fix: use Any type for TaskOutput.raw to support both string and dict Devin AI 2025-02-20 17:38:32 +00:00
  • 6cc37a38a6 fix: add missing TaskOutput import Devin AI 2025-02-20 17:37:13 +00:00
  • 4bafdacd88 fix: allow both string and dict types for TaskOutput.raw Devin AI 2025-02-20 17:35:47 +00:00
  • ec050e5d33 drop prints (#2181) Brandon Hancock (bhancock_ai) 2025-02-20 12:35:39 -05:00
  • 2793a8ee87 fix: preserve dictionary type in guardrail results Devin AI 2025-02-20 17:32:36 +00:00
  • a9b0702cbe fix: type error in dictionary result handling Devin AI 2025-02-20 17:28:36 +00:00
  • 54bdc8b52c fix: properly handle dictionary results in guardrails Devin AI 2025-02-20 17:26:54 +00:00
  • 578164cf05 fix: preserve dictionary type in guardrail results Devin AI 2025-02-20 17:25:44 +00:00
  • b26131e8e9 drop prints print-clean-up Brandon Hancock 2025-02-20 12:18:05 -05:00
  • 55dbe6cc7d Drop prints bugfix/support-tool-calling Brandon Hancock 2025-02-20 12:15:18 -05:00
  • fe78553c9c fix: ensure dict results are properly serialized to string Devin AI 2025-02-20 17:13:27 +00:00
  • e2ce65fc5b Check the right property for tool calling (#2160) Brandon Hancock (bhancock_ai) 2025-02-20 12:12:52 -05:00
  • 0cb47a8d0a fix: improve Task.copy() method to handle both legacy and new style copy Devin AI 2025-02-20 17:12:02 +00:00
  • a87a7d2833 fix: restore backward compatibility for Task.copy() and fix dict handling Devin AI 2025-02-20 17:09:32 +00:00
  • 65e102c2a3 Merge branch 'main' into bugfix/support-tool-calling Brandon Hancock (bhancock_ai) 2025-02-20 12:06:05 -05:00
  • 5b833d932e fix: correct type error in error message formatting Devin AI 2025-02-20 17:04:35 +00:00
  • 854b47ac95 Fix issues pointed out by lorenze Brandon Hancock 2025-02-20 12:03:53 -05:00
  • 6a59194e6f fix: improve type validation logic to fix type checker error Devin AI 2025-02-20 17:03:22 +00:00
  • 5f3eb3605a fix: remove duplicate return statement in copy method Devin AI 2025-02-20 17:02:06 +00:00
  • 14503bc43b imporve HITL (#2169) Brandon Hancock (bhancock_ai) 2025-02-20 12:01:49 -05:00
  • 77990b6293 fix: resolve type checking errors and improve copy method Devin AI 2025-02-20 17:01:10 +00:00
  • 050ead62a7 fix: resolve remaining type checking errors Devin AI 2025-02-20 17:00:35 +00:00
  • 8f3936eb09 fix: resolve type checking errors Devin AI 2025-02-20 16:58:01 +00:00
  • 9c1f24ee26 fix: improve type validation logic Devin AI 2025-02-20 16:57:10 +00:00
  • 24da7be540 fix: sort imports in test file Devin AI 2025-02-20 16:57:07 +00:00
  • 31e8b9d7f2 refactor: implement code review suggestions Devin AI 2025-02-20 16:54:27 +00:00
  • 0e086d348a refactor: implement code review suggestions Devin AI 2025-02-20 16:50:33 +00:00
  • 78621d6b7b Merge branch 'main' into bugfix/allow-empthy-input-to-end-human-input bugfix/allow-empthy-input-to-end-human-input Lorenze Jay 2025-02-20 08:47:20 -08:00
  • c06feac175 Merge branch 'main' into bugfix/support-tool-calling Brandon Hancock (bhancock_ai) 2025-02-20 11:46:47 -05:00
  • 3c5672f4ec feat: improve guardrail validation support Devin AI 2025-02-20 16:43:02 +00:00
  • abbcacc440 Drop extra logs that were causing confusion Brandon Hancock 2025-02-20 11:16:56 -05:00
  • 9453b2aaad fix: Sort imports in flow_test.py to fix linting devin/1740063542-fix-multiple-router-events Devin AI 2025-02-20 15:36:09 +00:00
  • 30636c7b39 fix: Allow multiple routers to trigger events simultaneously Devin AI 2025-02-20 15:34:19 +00:00
  • 6f849c0e6d 'added docs for config based on agent review' Nick Fujita 2025-02-20 18:11:16 +09:00
  • 276f661e6c 'add specific providers to provider type' Nick Fujita 2025-02-20 18:02:36 +09:00
  • 8f99caf61b 'type cleanup' Nick Fujita 2025-02-20 17:58:46 +09:00
  • f4642f11cc 'add typings to embedding configurator input arg' Nick Fujita 2025-02-20 17:52:13 +09:00
  • 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