Commit Graph

  • e58e544304 docs: add header image to langfuse guide (#2128) Jannik Maierhöfer 2025-02-21 16:11:55 +01:00
  • 84e0a9e686 cassetes João Moura 2025-02-20 21:00:10 -06:00
  • 6e0e9b30fe drop prints (#2181) Brandon Hancock (bhancock_ai) 2025-02-20 12:35:39 -05:00
  • f6393fd088 Check the right property for tool calling (#2160) Brandon Hancock (bhancock_ai) 2025-02-20 12:12:52 -05:00
  • 64804682fc imporve HITL (#2169) Brandon Hancock (bhancock_ai) 2025-02-20 12:01:49 -05:00
  • cc7669ab39 WIP crew events emitter (#2048) Lorenze Jay 2025-02-19 13:52:47 -08:00
  • 377b64ac81 making flow verbsoe false by default João Moura 2025-02-19 12:54:15 -08:00
  • 470254c3e2 docs: update accordions and fix layout (#2110) Tony Kipkemboi 2025-02-19 11:06:46 -05:00
  • 497190f823 Implement flow.state_utils.to_string method and improve types (#2161) Vini Brasil 2025-02-19 10:12:51 -05:00
  • 241adb8ed0 feat: add prompt observability code (#2027) Eduardo Chiarotti 2025-02-19 08:52:30 -03:00
  • e60c6e66a4 Bugfix/fix backtick in agent response (#2159) Brandon Hancock (bhancock_ai) 2025-02-18 16:10:11 -05:00
  • afd01e3c0c fix user memory config issue (#2086) sharmasundip 2025-02-18 22:29:29 +05:30
  • 81b8ae0abd Added functionality to have any llm run test functionality (#2071) Vidit Ostwal 2025-02-18 22:15:26 +05:30
  • ae19437473 Implement Flow state export method (#2134) Vini Brasil 2025-02-18 07:47:01 -06:00
  • 6d8d30178d Merge pull request #227 from mplachta/aws_s3_tools Brandon Hancock (bhancock_ai) 2025-02-27 12:49:02 -05:00
  • f1187c5469 S3 Tools Mike Plachta 2025-02-27 08:44:43 -08:00
  • b94d99918f explain how to use event listener feat/event-listener-docs Brandon Hancock 2025-02-27 10:15:52 -05:00
  • 48078f169f Merge branch 'main' into feat/improve-hierarchical-docs Brandon Hancock (bhancock_ai) 2025-02-27 09:07:07 -05:00
  • cdc5b62d57 Improve hierarchical docs Brandon Hancock 2025-02-27 09:05:19 -05:00
  • 6827aef5e6 Address code review suggestions for PR #2243: Add timestamp validation, logging, configurable time decay, and edge case testing devin/1740663798-fix-issue-2242 Devin AI 2025-02-27 14:00:23 +00:00
  • 3343c1f827 Fix issue #2242: Improve memory retrieval to prioritize recent conversation context Devin AI 2025-02-27 13:47:29 +00:00
  • 66c66e3d84 Update docs (#2226) Brandon Hancock (bhancock_ai) 2025-02-26 15:21:36 -05:00
  • 71cce7a98f Merge branch 'main' into feat/improve-crew-flow-kickoff feat/improve-crew-flow-kickoff Brandon Hancock (bhancock_ai) 2025-02-26 14:52:05 -05:00
  • b9b625a70d Improve extract thought (#2223) Brandon Hancock (bhancock_ai) 2025-02-26 14:51:46 -05:00
  • 7529f0a0d6 Merge branch 'main' into speed-up-extract-thought speed-up-extract-thought Lorenze Jay 2025-02-26 11:46:55 -08:00
  • b58253cacc Support multiple router calls and address issue #2175 (#2231) Brandon Hancock (bhancock_ai) 2025-02-26 13:42:17 -05:00
  • 30da1a1811 Merge branch 'main' into bugfix/flow-multiple-router-support bugfix/flow-multiple-router-support Brandon Hancock (bhancock_ai) 2025-02-26 13:37:38 -05:00
  • fbf8732784 Fix type issue (#2224) Brandon Hancock (bhancock_ai) 2025-02-26 13:27:41 -05:00
  • 3d148090d9 Merge branch 'main' into bugfix/fix-type-error-in-token-counter bugfix/fix-type-error-in-token-counter Brandon Hancock (bhancock_ai) 2025-02-26 13:25:02 -05:00
  • 8fedbe49cb Add support for python 3.10 (#2230) Brandon Hancock (bhancock_ai) 2025-02-26 13:24:31 -05:00
  • 2e900c6443 Merge branch 'main' into bugfix/utc-in-python-3_10 bugfix/utc-in-python-3_10 Brandon Hancock (bhancock_ai) 2025-02-26 13:21:50 -05:00
  • 82cfd353b3 Merge branch 'main' into bugfix/fix-type-error-in-token-counter Lorenze Jay 2025-02-26 10:01:19 -08:00
  • 3bba28c772 Merge branch 'main' into bugfix/flow-multiple-router-support Lorenze Jay 2025-02-26 09:26:12 -08:00
  • 1e8ee247ca feat: Enhance agent knowledge setup with optional crew embedder (#2232) Lorenze Jay 2025-02-26 09:10:43 -08:00
  • 06d922f452 Fix import sorting in test file using ruff fix-issue-2237-action-final-answer Devin AI 2025-02-26 09:22:50 +00:00
  • 3e8635f1e7 Fix import sorting in test file again Devin AI 2025-02-26 09:21:22 +00:00
  • e8a1169b85 Fix import sorting in test file Devin AI 2025-02-26 09:19:58 +00:00
  • 64c1c4efa1 Fix linting error in test file Devin AI 2025-02-26 09:19:02 +00:00
  • 46b5fc6538 Fix issue #2237: Properly handle LLM output with both Action and Final Answer Devin AI 2025-02-26 09:17:22 +00:00
  • 25441f3a14 Fix test mock to use 'context' key instead of 'content' key devin/1740542020-fix-task-knowledge-recognition Devin AI 2025-02-26 04:52:39 +00:00
  • 559d64b4af Add test cassette for task knowledge test Devin AI 2025-02-26 04:23:42 +00:00
  • 0fa021dea8 Fix test mocking approach to use real LLM with mocked call method Devin AI 2025-02-26 04:19:09 +00:00
  • 0a0a46f972 Fix test implementation to improve reliability and prevent timeouts Devin AI 2025-02-26 04:17:40 +00:00
  • 8f0d85b5e7 Fix import sorting in agent_test.py Devin AI 2025-02-26 04:05:01 +00:00
  • b524855e22 Fix issue #2233: Add support for task-specific knowledge Devin AI 2025-02-26 04:03:20 +00:00
  • b752986021 feat: Enhance agent knowledge setup with optional crew embedder fix/agent-crew-embedder-config Lorenze Jay 2025-02-25 15:23:59 -08:00
  • d94ea52db7 improve task guardrails to address issue #2177 feat/improve-guardrails Brandon Hancock 2025-02-25 16:42:47 -05:00
  • 7177f21d1e Support multiple router calls and address issue #2175 Brandon Hancock 2025-02-25 16:30:09 -05:00
  • 5a8d9019fa Add support for python 3.10 Brandon Hancock 2025-02-25 16:05:22 -05:00
  • 34d2993456 Update the constants.py file adding the list of foundation models available in Amazon Bedrock (#2170) Fernando Galves 2025-02-25 21:39:23 +01:00
  • e3c5c174ee feat: add context window size for o3-mini model (#2192) devin-ai-integration[bot] 2025-02-25 15:32:14 -05:00
  • 46dfa8577c Merge branch 'main' into devin/1740154466-add-o3-mini-context-window devin/1740154466-add-o3-mini-context-window Brandon Hancock (bhancock_ai) 2025-02-25 15:30:01 -05:00
  • 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