Commit Graph

  • b4e2db0306 incorporating fix from @misrasaurabh1 with additional type fix (#2213) Brandon Hancock (bhancock_ai) 2025-02-25 15:29:21 -05:00
  • 27396a2fe1 Merge branch 'main' into improvement/speed-up-calculate-node-levels improvement/speed-up-calculate-node-levels Brandon Hancock (bhancock_ai) 2025-02-25 15:27:10 -05:00
  • 9cc759ba32 [MINOR]support ChatOllama from langchain_ollama (#2158) Shivtej Narake 2025-02-26 01:49:36 +05:30
  • 386c916a52 Fix test_project_formatting.py to use ruff to fix imports devin/1740508236-fix-template-formatting-issues Devin AI 2025-02-25 18:50:33 +00:00
  • 2dc89e91d8 Fix test_project_formatting.py to directly set properly formatted main.py Devin AI 2025-02-25 18:48:15 +00:00
  • 8a09aec05c Fix test_project_formatting.py to handle unsorted imports in generated projects Devin AI 2025-02-25 18:44:22 +00:00
  • 7e8649c5e8 Fix formatting/import issues in auto-created projects (issue #2227) Devin AI 2025-02-25 18:38:58 +00:00
  • 38b633a98e Merge branch 'main' into feat/improve-crew-flow-kickoff Brandon Hancock (bhancock_ai) 2025-02-25 12:59:25 -05:00
  • b5b95db07e Update docs Brandon Hancock 2025-02-25 12:57:09 -05:00
  • 62d0479fad Merge branch 'main' into improvement/speed-up-calculate-node-levels Lorenze Jay 2025-02-25 09:41:00 -08:00
  • ac9f8b9d5a Fixed the issue 2123 around memory command with CLI (#2155) Vidit Ostwal 2025-02-25 22:59:33 +05:30
  • 0903bbeca2 Fix type issue Brandon Hancock 2025-02-25 12:18:52 -05:00
  • 3d4a1e4b18 fix: typo in 'delegate_work' and 'ask_question' promps (#2144) Victor Degliame 2025-02-25 18:16:04 +01:00
  • 123f302744 Update kickoff-async.mdx (#2138) nikolaidk 2025-02-25 18:12:27 +01:00
  • 302b6528d6 Improve extract thought Brandon Hancock 2025-02-25 12:02:18 -05:00
  • c956588586 Fix type-checker errors and linting issues devin/1740489913-fix-litellm-numeric-model-id Devin AI 2025-02-25 14:00:02 +00:00
  • e8d61d32db Fix test failures by updating model ID validation logic Devin AI 2025-02-25 13:57:48 +00:00
  • 1e7292d0fa Fix linting error in test_llm.py Devin AI 2025-02-25 13:53:24 +00:00
  • b7c988b3ac Fix #2220: Address PR feedback and fix failing tests Devin AI 2025-02-25 13:49:18 +00:00
  • 6d4c591eda Fix #2220: Add validation for numeric model IDs in LLM class Devin AI 2025-02-25 13:40:19 +00:00
  • b579cb2cce Address code review comments and fix lint error devin/1740489265-fix-crewbase-agent-method Devin AI 2025-02-25 13:36:50 +00:00
  • a46fa50f73 Fix issue #2219: Handle callable agents in CrewBase decorator Devin AI 2025-02-25 13:24:35 +00:00
  • 31449024a7 Fix linting issue in agent.py devin/1740480180-fix-ollama-endpoint-issue-2216 Devin AI 2025-02-25 10:59:42 +00:00
  • 556da08555 Address PR review: Add validation and helper functions for endpoint handling Devin AI 2025-02-25 10:57:55 +00:00
  • 9e5084ba22 Fix issue 2216: Pass custom endpoint to LiteLLM for Ollama provider Devin AI 2025-02-25 10:47:09 +00:00
  • 32f2f16251 Merge branch 'main' into improvement/speed-up-calculate-node-levels Brandon Hancock (bhancock_ai) 2025-02-24 16:43:01 -05:00
  • 5bae78639e Revert "feat: add prompt observability code (#2027)" (#2211) Brandon Hancock (bhancock_ai) 2025-02-24 16:30:16 -05:00
  • 0e14b82124 Fix failing test revert-90f1bee Brandon Hancock 2025-02-24 16:02:02 -05:00
  • 38d92d1aaf Merge branch 'main' into revert-90f1bee Brandon Hancock (bhancock_ai) 2025-02-24 15:46:50 -05:00
  • 70b5e753a5 Decoupling telemetry and ensure tests (#2212) Lorenze Jay 2025-02-24 12:24:35 -08:00
  • 771cce027c Merge branch 'main' into improvement/speed-up-calculate-node-levels Brandon Hancock (bhancock_ai) 2025-02-24 15:24:39 -05:00
  • 5235442a5b Decoupling telemetry and ensure tests (#2212) Lorenze Jay 2025-02-24 12:24:35 -08:00
  • 17a19dee0c lint better-telemetry-tests Lorenze Jay 2025-02-24 12:19:36 -08:00
  • 75a84a55c2 Merge branch 'main' of github.com:crewAIInc/crewAI into better-telemetry-tests Lorenze Jay 2025-02-24 12:18:43 -08:00
  • 1f8b90e391 Merge branch 'main' into revert-90f1bee Brandon Hancock (bhancock_ai) 2025-02-24 15:18:22 -05:00
  • 7460906712 refactor: Improve telemetry span tracking in EventListener Lorenze Jay 2025-02-24 12:17:56 -08:00
  • c62fb615b1 feat: Add LLM call events for improved observability (#2214) Lorenze Jay 2025-02-24 12:17:44 -08:00
  • 502351391a Merge branch 'main' into add/llm-event-emitter add/llm-event-emitter Lorenze Jay 2025-02-24 11:53:02 -08:00
  • 81ad2ab655 feat: Add LLMCallFailedEvent emission for tool execution errors Lorenze Jay 2025-02-24 11:52:50 -08:00
  • 78797c64b0 fix reset memory issue (#2182) Brandon Hancock (bhancock_ai) 2025-02-24 14:51:58 -05:00
  • cefc57e2a3 refactor: Update LLM event docstrings for clarity Lorenze Jay 2025-02-24 11:48:20 -08:00
  • 46ac490009 refactor: Simplify LLM call completed event emission Lorenze Jay 2025-02-24 11:47:48 -08:00
  • b37fc94936 refactor: Update LLM event response type to support Any Lorenze Jay 2025-02-24 11:44:38 -08:00
  • 8434a11b10 less log Lorenze Jay 2025-02-24 11:33:06 -08:00
  • e1c4947ec6 feat: Add event handling for LLM call lifecycle events Lorenze Jay 2025-02-24 11:28:33 -08:00
  • b9d2884bc8 feat: Add LLM call events for improved observability Lorenze Jay 2025-02-24 11:26:18 -08:00
  • 84c809eee2 dropped comment Lorenze Jay 2025-02-24 11:05:47 -08:00
  • 9bb46f158c test: Improve crew verbose output test with event log filtering Lorenze Jay 2025-02-24 11:05:10 -08:00
  • 476396c5d9 incorporating fix from @misrasaurabh1 with additional type fix Brandon Hancock 2025-02-24 12:31:10 -05:00
  • e8a559bf24 Merge branch 'main' into bugfix/memory-reset-not-working bugfix/memory-reset-not-working Lorenze Jay 2025-02-24 09:15:29 -08:00
  • 2d4a7701e6 Merge branch 'main' of github.com:crewAIInc/crewAI into better-telemetry-tests Lorenze Jay 2025-02-24 09:03:08 -08:00
  • 9c040c9e97 Remove telemetry references from Crew class Lorenze Jay 2025-02-24 09:01:26 -08:00
  • 2d07c8d2e4 feat: Enhance event listener and telemetry tracking Lorenze Jay 2025-02-24 09:00:06 -08:00
  • 8ac6f6a536 Fix issues with flows post merge Brandon Hancock 2025-02-24 10:47:25 -05:00
  • a1cb222f3a Merge branch 'main' into revert-90f1bee Brandon Hancock (bhancock_ai) 2025-02-24 10:34:52 -05:00
  • 6d846c0024 Revert "feat: add prompt observability code (#2027)" Brandon Hancock 2025-02-24 10:31:52 -05:00
  • 8a7584798b Better support async flows (#2193) Brandon Hancock (bhancock_ai) 2025-02-24 10:25:30 -05:00
  • 89f7435373 Merge branch 'main' into bugfix/async-flows bugfix/async-flows Brandon Hancock (bhancock_ai) 2025-02-24 10:22:54 -05:00
  • c801cf5279 refactor: improve import sorting in tool_usage.py devin/1740402606-fix-websocket-tool-double-execution Devin AI 2025-02-24 13:36:55 +00:00
  • 10a0e260a8 fix: use correct logging method in tool usage check Devin AI 2025-02-24 13:29:13 +00:00
  • 296039c345 refactor: improve code quality and logging in tool usage detection Devin AI 2025-02-24 13:28:35 +00:00
  • 33a8e0254b test: update invalid arguments test to expect ValueError Devin AI 2025-02-24 13:28:02 +00:00
  • 2cf0b0c342 fix: propagate ValueError for empty tool arguments Devin AI 2025-02-24 13:27:18 +00:00
  • 3c41d3aa60 fix: raise ValueError for missing required arguments Devin AI 2025-02-24 13:26:46 +00:00
  • 4d8817dfa4 fix: remove debug logging due to Logger limitations Devin AI 2025-02-24 13:24:47 +00:00
  • d64fde1a79 feat: add debug logging to tool usage check Devin AI 2025-02-24 13:23:53 +00:00
  • 78a4ab6ff6 test: reorganize WebSocket tool tests with comprehensive coverage Devin AI 2025-02-24 13:23:14 +00:00
  • 3c9e066779 feat: add TypedDict for tool arguments Devin AI 2025-02-24 13:22:29 +00:00
  • a3b3b411df refactor: simplify nested conditions in tool usage check Devin AI 2025-02-24 13:22:13 +00:00
  • b44842d1de fix: handle None arguments in tool usage comparison Devin AI 2025-02-24 13:17:19 +00:00
  • 570977acf8 fix: handle None arguments in tool usage check Devin AI 2025-02-24 13:16:55 +00:00
  • c41bb4b8c7 fix: prevent duplicate execution of WebSocket tools Devin AI 2025-02-24 13:15:17 +00:00
  • 7c98269a79 style: Fix code formatting and improve readability devin/1740242155-fix-mistral-provider-setup Devin AI 2025-02-22 16:56:47 +00:00
  • 9207133413 chore: trigger CI checks Devin AI 2025-02-22 16:52:33 +00:00
  • 30bdf25a6b refactor: Improve code quality based on review feedback Devin AI 2025-02-22 16:51:23 +00:00
  • dc765e6491 fix: Add Mistral provider configuration and tests (#2200) Devin AI 2025-02-22 16:36:25 +00:00
  • e78efb047f style: fix import block formatting with ruff devin/1740187680-fix-token-counter-none-handling Devin AI 2025-02-22 01:38:03 +00:00
  • d58dc08511 style: fix import sorting in base_token_process.py Devin AI 2025-02-22 01:36:52 +00:00
  • 9ed21c4b0e feat: add logging for None values and improve documentation Devin AI 2025-02-22 01:36:00 +00:00
  • 4e84b98ac2 refactor: improve token counter implementation Devin AI 2025-02-22 01:32:43 +00:00
  • 9f7f1cdb54 style: fix import sorting in test_token_process.py Devin AI 2025-02-22 01:30:52 +00:00
  • 3f02d10626 fix: handle None values in token counter Devin AI 2025-02-22 01:29:47 +00:00
  • 92dd7feec2 refactor: Improve Mistral LLM implementation based on feedback devin/1740161725-fix-mistral-role-handling Devin AI 2025-02-21 18:28:19 +00:00
  • be5b448a8a test: Add VCR cassette for Mistral role handling test Devin AI 2025-02-21 18:20:28 +00:00
  • adfdbe55cf fix: Handle Mistral LLM role requirements for tools Devin AI 2025-02-21 18:19:47 +00:00
  • ad030d5eec Drop coroutine Brandon Hancock 2025-02-21 11:42:29 -05:00
  • 00b6ce94dc Better support async Brandon Hancock 2025-02-21 11:25:12 -05:00
  • ed1bfe7b6f style: fix import sorting in llm_test.py Devin AI 2025-02-21 16:21:45 +00:00
  • 435f372796 feat: add context window validation and tests Devin AI 2025-02-21 16:20:28 +00:00
  • 02c63fbcb9 feat: add context window size for o3-mini model Devin AI 2025-02-21 16:15:35 +00:00
  • b50772a38b docs: add header image to langfuse guide (#2128) doc-installation-improvement Jannik Maierhöfer 2025-02-21 16:11:55 +01:00
  • f80fe7d4c1 fix: use unquoted type names in model descriptions devin/1740137889-enhance-pydantic-field-descriptions Devin AI 2025-02-21 11:53:58 +00:00
  • da0d37af03 fix: ensure type names are quoted in model descriptions Devin AI 2025-02-21 11:50:37 +00:00
  • f65c31bfd0 style: fix import sorting Devin AI 2025-02-21 11:46:37 +00:00
  • 9322f06e7a refactor: address code review feedback Devin AI 2025-02-21 11:45:12 +00:00
  • 326f406605 feat: enhance pydantic output to include field descriptions Devin AI 2025-02-21 11:40:37 +00:00
  • 828a567017 Merge branch 'main' into devin/1740069574-improve-guardrail-validation devin/1740069574-improve-guardrail-validation João Moura 2025-02-21 00:27:19 -03:00
  • f0d0511b24 chore: Merge remote changes and remove telemetry dependency devin/1739448321-fix-flow-state-pickling Devin AI 2025-02-21 03:26:18 +00:00
  • 9fad174b74 fix: Remove telemetry dependency from Flow plot method Devin AI 2025-02-21 03:25:10 +00:00
  • 652f3f5b8e refactor: incorporate improvements from PR #2178 into guardrail validation devin/1740108191-incorporate-pr-2178-improvements Devin AI 2025-02-21 03:24:21 +00:00