Commit Graph

  • 96f6210fa6 style: Fix import sorting in provider_test.py Devin AI 2025-02-12 22:02:18 +00:00
  • 5d7282971a fix: Add missing time import in provider_test.py Devin AI 2025-02-12 21:57:55 +00:00
  • 09a6fab35f refactor: Improve error handling in provider data fetch Devin AI 2025-02-12 21:57:15 +00:00
  • 3bf93f1091 style: Fix import order in provider_test.py Devin AI 2025-02-12 21:56:41 +00:00
  • eeeb46ff85 style: Fix import sorting in provider_test.py Devin AI 2025-02-12 21:55:33 +00:00
  • ce44f3bc09 test: Add test for agent creation without model prices Devin AI 2025-02-12 21:52:57 +00:00
  • 3dd20e3503 test: Add tests for provider data fetching and fallback Devin AI 2025-02-12 21:52:38 +00:00
  • 44502d73f5 feat: Add fallback to default providers when model prices fetch fails Devin AI 2025-02-12 21:52:19 +00:00
  • b62c908626 fix: Add better error handling for litellm model prices fetch Devin AI 2025-02-12 21:52:03 +00:00
  • d52fd09602 Fix linting issues (#2115) Vini Brasil 2025-02-12 14:33:16 -06:00
  • d6800d8957 Ensure @start methods emit MethodExecutionStartedEvent (#2114) Vini Brasil 2025-02-12 14:19:41 -06:00
  • 97449a5f80 style: Fix import sorting in all files devin/1739381258-fix-litellm-human-input Devin AI 2025-02-12 20:06:44 +00:00
  • 17ff29bc8e style: Fix import sorting Devin AI 2025-02-12 20:04:44 +00:00
  • b7f5064f31 style: Fix code formatting Devin AI 2025-02-12 20:03:03 +00:00
  • c10665c897 refactor: Improve feedback message formatting Devin AI 2025-02-12 20:02:39 +00:00
  • 0fd72fc5d9 refactor: Improve training feedback handling Devin AI 2025-02-12 20:01:52 +00:00
  • 8195aaedea docs: Enhance method documentation and type hints Devin AI 2025-02-12 20:01:22 +00:00
  • 3ffe98bf39 refactor: Improve feedback handling documentation and error handling Devin AI 2025-02-12 20:00:56 +00:00
  • e65a6b523a refactor: Improve feedback handling code quality Devin AI 2025-02-12 20:00:23 +00:00
  • d842529b13 chore: Add test cassettes to gitignore Devin AI 2025-02-12 19:55:54 +00:00
  • a304c9573b feat: Add feedback validation and error handling Devin AI 2025-02-12 19:54:02 +00:00
  • f8a5df9d5a feat: Add feedback validation and error handling Devin AI 2025-02-12 19:53:41 +00:00
  • 25453f7cb1 Merge branch 'main' of github.com:crewAIInc/crewAI into better/event-emitter Lorenze Jay 2025-02-12 10:41:48 -08:00
  • f70162c064 Refactor event system and add third-party event listeners Lorenze Jay 2025-02-12 10:29:27 -08:00
  • 3dd79fed82 feat: Add FeedbackProcessingError for feedback handling Devin AI 2025-02-12 17:36:24 +00:00
  • b7d8fadfad refactor: Improve feedback handling code quality Devin AI 2025-02-12 17:33:50 +00:00
  • 537aac0785 fix: Add proper role to human feedback messages for LiteLLM Devin AI 2025-02-12 17:30:59 +00:00
  • 2fd7506ed9 Merge pull request #2109 from tonykipkemboi/main Tony Kipkemboi 2025-02-12 11:43:28 -05:00
  • 7910dc9337 wip Brandon Hancock 2025-02-12 11:10:00 -05:00
  • 161084aff2 Update observability documentation and mint configuration Tony Kipkemboi 2025-02-12 10:17:36 -05:00
  • b145cb3247 Merge pull request #2100 from jannikmaierhoefer/main Tony Kipkemboi 2025-02-12 10:05:07 -05:00
  • 65ce1dbf31 fix: Fix type-checker error in crew_agent_executor.py devin/1739357447-fix-hierarchical-tool-output-backticks Devin AI 2025-02-12 11:19:28 +00:00
  • a5dd576517 fix: Improve model name validation and fix syntax errors devin/1739358281-fix-model-prefix-issue Devin AI 2025-02-12 11:17:48 +00:00
  • 7ada6daa39 test: Update VCR configuration and test cases Devin AI 2025-02-12 11:15:03 +00:00
  • 16ab38f330 test: Add VCR cassettes for tool output formatting tests Devin AI 2025-02-12 11:13:54 +00:00
  • 09417f9821 style: Fix import sorting in crew_test.py Devin AI 2025-02-12 11:10:49 +00:00
  • bff64ae823 refactor: Improve model name validation Devin AI 2025-02-12 11:10:33 +00:00
  • 34faf609f4 Fix: Remove models/ prefix causing LiteLLM provider recognition failure Devin AI 2025-02-12 11:08:00 +00:00
  • 77fa4a548e test: Update test environment and VCR configuration Devin AI 2025-02-12 11:06:44 +00:00
  • e9e998e8b2 test: Update VCR cassette with proper test API key Devin AI 2025-02-12 11:02:18 +00:00
  • 4c7fe88ca2 test: Add negative test cases for tool output formatting Devin AI 2025-02-12 11:01:37 +00:00
  • 9c2d49d3de fix: Fix indentation in crew_agent_executor.py Devin AI 2025-02-12 11:00:42 +00:00
  • 892e4f6154 style: Fix import sorting in crew_test.py Devin AI 2025-02-12 10:58:12 +00:00
  • c8bb9561ce refactor: Improve backtick stripping and test coverage Devin AI 2025-02-12 10:56:42 +00:00
  • 4073d9a103 style: Fix import sorting in crew_test.py Devin AI 2025-02-12 10:55:31 +00:00
  • 4129a93993 test: Add VCR cassette for hierarchical tool output test Devin AI 2025-02-12 10:53:43 +00:00
  • c830ffab7a fix: Remove extra backticks from hierarchical tool outputs Devin AI 2025-02-12 10:53:11 +00:00
  • db34516b18 fix: Fix type-checker issues with _finish_execution method devin/1739341186-fix-agentops-init Devin AI 2025-02-12 06:46:27 +00:00
  • 6c3f4a6446 refactor: Improve agentops integration with better types and tests Devin AI 2025-02-12 06:43:26 +00:00
  • 3cf2f982dd fix: Add pytest.ini and improve test initialization Devin AI 2025-02-12 06:41:36 +00:00
  • 48604f567b fix: Improve agentops initialization with better validation and logging Devin AI 2025-02-12 06:27:56 +00:00
  • f724ed93b9 fix: Sort imports to fix linting issues Devin AI 2025-02-12 06:27:21 +00:00
  • abc71be5f6 fix: Sort imports to fix linting issues Devin AI 2025-02-12 06:25:41 +00:00
  • 420f826e56 fix: Initialize agentops in Crew setup (#2102) Devin AI 2025-02-12 06:24:05 +00:00
  • 3a89b9feab Add event emission for agent execution lifecycle Lorenze Jay 2025-02-11 14:35:55 -08:00
  • 9eb5b361dd Merge branch 'main' of github.com:crewAIInc/crewAI into better/event-emitter Lorenze Jay 2025-02-11 14:33:08 -08:00
  • 676cabfdd6 Refactor event handling and introduce new event types Lorenze Jay 2025-02-11 14:31:50 -08:00
  • 1adbcf697d fix openlit typo Jannik Maierhöfer 2025-02-11 13:11:08 +01:00
  • e51355200a docs: add Langfuse guide Jannik Maierhöfer 2025-02-11 12:52:49 +01:00
  • 18a38ba436 fix: reorder imports according to project style devin/1739272009-fix-langgraph-interrupt Devin AI 2025-02-11 11:21:36 +00:00
  • 369ee46ff3 fix: alphabetically order standard library imports Devin AI 2025-02-11 11:20:36 +00:00
  • 39a290b4d3 fix: reorder standard library imports Devin AI 2025-02-11 11:19:47 +00:00
  • d2cc61028f fix: reorder imports in test file Devin AI 2025-02-11 11:18:47 +00:00
  • edcd55d19f fix: organize imports according to linter rules Devin AI 2025-02-11 11:17:55 +00:00
  • 097fac6c87 feat: enhance HumanTool with validation, timeout, and async support Devin AI 2025-02-11 11:16:46 +00:00
  • ae4ca7748c fix: sort imports according to linter rules Devin AI 2025-02-11 11:11:01 +00:00
  • 8b58feb5e0 fix: sort imports according to linter rules Devin AI 2025-02-11 11:09:29 +00:00
  • a4856a9805 fix: add missing ToolCalling import in test_tool_usage.py Devin AI 2025-02-11 11:07:04 +00:00
  • 364a31ca8b fix: handle LangGraph interrupts in human tool Devin AI 2025-02-11 11:06:49 +00:00
  • 172157e8d5 feat: enhance manager coworker context devin/1739269712-enhance-manager-coworker-context Devin AI 2025-02-11 10:34:19 +00:00
  • 796e50aba8 WIP Brandon Hancock 2025-02-10 16:11:29 -05:00
  • ba197ec8db Merge branch 'main' into feat/add-prompt-observability Eduardo Chiarotti 2025-02-10 15:39:54 -03:00
  • 47818f4f41 updating bedrock docs (#2088) Brandon Hancock (bhancock_ai) 2025-02-10 12:48:12 -05:00
  • 283b61fecc Merge branch 'main' into brandon/adding-bedrock-provider brandon/adding-bedrock-provider Brandon Hancock (bhancock_ai) 2025-02-10 12:17:58 -05:00
  • 9b10fd47b0 incorporate Small update in memory.mdx, fixing Google AI parameters #2008 (#2087) Brandon Hancock (bhancock_ai) 2025-02-10 12:17:41 -05:00
  • 9aad450b4a Merge branch 'main' into brandon/gemini-google-docs brandon/gemini-google-docs Brandon Hancock (bhancock_ai) 2025-02-10 12:11:16 -05:00
  • c408368267 fix linting issues in new tests (#2089) Brandon Hancock (bhancock_ai) 2025-02-10 12:10:53 -05:00
  • b29bf24c86 Merge branch 'main' into cleaning-up-for-enterprise-cut-0-100-2 cleaning-up-for-enterprise-cut-0-100-2 Lorenze Jay 2025-02-10 09:04:54 -08:00
  • c977c24cc6 Merge branch 'main' into brandon/adding-bedrock-provider Lorenze Jay 2025-02-10 09:03:17 -08:00
  • 612119f114 Merge branch 'main' into brandon/gemini-google-docs Brandon Hancock (bhancock_ai) 2025-02-10 12:01:33 -05:00
  • 90b3145e92 Updated excel_knowledge_source.py to account for excel files with multiple tabs. (#1921) Kevin King 2025-02-10 11:56:32 -05:00
  • cd17107f2a fix linting issues in new tests Brandon Hancock 2025-02-10 11:15:35 -05:00
  • 24dd00db04 updating bedrock docs Brandon Hancock 2025-02-10 10:50:53 -05:00
  • 8f3bf31339 feat: add same logic as entp Eduardo Chiarotti 2025-02-10 12:31:56 -03:00
  • 5b1d200b5b incorporate Small update in memory.mdx, fixing Google AI parameters #2008 Brandon Hancock 2025-02-10 10:13:46 -05:00
  • e3026ebd56 feat: add add task traces function Eduardo Chiarotti 2025-02-10 11:50:54 -03:00
  • 2f846fc945 feat: fix datetime test issue Eduardo Chiarotti 2025-02-10 11:40:27 -03:00
  • bd6e45b905 feat: add fixed time to fix test Eduardo Chiarotti 2025-02-10 11:24:07 -03:00
  • c20020e3fb feat: fix type checking issues Eduardo Chiarotti 2025-02-10 11:04:12 -03:00
  • 16722925eb feat: chagne time Eduardo Chiarotti 2025-02-10 10:50:14 -03:00
  • fa01dcb5dc feat: fix import Eduardo Chiarotti 2025-02-10 10:49:18 -03:00
  • e67f772a64 feat: add function to clear and add task traces Eduardo Chiarotti 2025-02-10 10:24:22 -03:00
  • 6a8ca951a7 feat: merge main Eduardo Chiarotti 2025-02-10 10:18:31 -03:00
  • c06e6e0021 feat: remove unused improt Eduardo Chiarotti 2025-02-10 10:17:22 -03:00
  • a2e1b3896e fix: Make model_name optional for custom embedders devin/1739143538-fix-memory-reset-openai-dependency Devin AI 2025-02-10 00:01:24 +00:00
  • 5566c587a4 fix: Remove duplicate _configure_custom method Devin AI 2025-02-09 23:56:33 +00:00
  • 6a47c2ded2 doc: use the corresponding source depending on filetype (#2038) Nicolas Lorin 2025-02-10 00:25:33 +01:00
  • 2d2544669e Fix a typo in the Task Guardrails section (#2043) Bradley Goodyear 2025-02-09 18:23:52 -05:00
  • ea493fcece docs: fix long term memory class name in examples (#2049) devin-ai-integration[bot] 2025-02-09 16:47:31 -03:00
  • 74571b7632 fix: ensure proper message formatting for Anthropic models (#2063) devin-ai-integration[bot] 2025-02-09 16:35:52 -03:00