Commit Graph

  • 206ad7c954 chore: address code review feedback devin/1739140146-add-custom-llm-support Devin AI 2025-02-09 22:37:38 +00:00
  • 3e67a2eca1 feat: enable custom LLM support for Crew.test() Devin AI 2025-02-09 22:36:41 +00:00
  • 598702ccdb refactor: improve code quality based on PR feedback devin/1739139464-add-custom-llm-support-to-crew-test Devin AI 2025-02-09 22:35:14 +00:00
  • 93ce2ae55d feat: enable custom LLM support for Crew.test() Devin AI 2025-02-09 22:29:06 +00:00
  • dea20a5010 style: fix import sorting in embedder files Devin AI 2025-02-09 22:24:33 +00:00
  • 2dcaddd29f refactor: enhance LLM validation and error handling devin/1739139124-enable-custom-llm-test Devin AI 2025-02-09 22:22:45 +00:00
  • 2a5a1250fb feat: enable custom LLM support for Crew.test() Devin AI 2025-02-09 22:17:44 +00:00
  • fafcd1d27a test: update test cassettes and dependencies Devin AI 2025-02-09 22:12:40 +00:00
  • f3a681c7d9 feat: enable custom LLM support for Crew.test() Devin AI 2025-02-09 22:12:04 +00:00
  • dd38554b70 fix: update type hints and imports for defaultdict devin/1739136612-fix-crew-test-llm Devin AI 2025-02-09 21:47:50 +00:00
  • 5e528416ec feat: improve llm handling and error validation Devin AI 2025-02-09 21:46:23 +00:00
  • a097d933f6 fix: remove duplicate LLM import Devin AI 2025-02-09 21:37:08 +00:00
  • 7c2c7575ed chore: update test cassettes and lock file Devin AI 2025-02-09 21:36:18 +00:00
  • 5205021e94 test: update test assertions to use llm parameter Devin AI 2025-02-09 21:35:08 +00:00
  • 4af5d0801b fix: reorder model_name definition Devin AI 2025-02-09 21:33:57 +00:00
  • 2744af4825 fix: improve error handling, logging, and test coverage devin/1739136298-enable-custom-llm-test Devin AI 2025-02-09 21:33:03 +00:00
  • 2086a4b530 fix: update backward compatibility test Devin AI 2025-02-09 21:32:44 +00:00
  • 16e558056a test: fix telemetry and task validation Devin AI 2025-02-09 21:31:57 +00:00
  • 0068137974 test: fix test assertions for llm parameter Devin AI 2025-02-09 21:31:08 +00:00
  • 90c577fdd0 refactor: improve type safety and test patterns devin/1739135754-fix-test-llm-support Devin AI 2025-02-09 21:28:13 +00:00
  • c79700874c fix: sort imports in crew.py devin/1739134551-enable-custom-llm-test Devin AI 2025-02-09 21:25:09 +00:00
  • 81f84cab58 fix: enable any llm to run test functionality Devin AI 2025-02-09 21:24:58 +00:00
  • 639e5342de fix: improve type safety and error handling Devin AI 2025-02-09 21:23:34 +00:00
  • b8a15c6115 fix: enable any llm to run test functionality Devin AI 2025-02-09 21:15:54 +00:00
  • 257780ff6a fix: update telemetry to use llm model name Devin AI 2025-02-09 21:07:22 +00:00
  • 22d886be11 fix: enable any llm to run test functionality Devin AI 2025-02-09 21:05:18 +00:00
  • f53cf838bd chore: address PR feedback for test functionality devin/1739134276-fix-test-llm-support Devin AI 2025-02-09 21:02:22 +00:00
  • 0bb44690e3 chore: add logging for evaluation process Devin AI 2025-02-09 20:59:11 +00:00
  • df6cb60ec7 test: add error handling test cases for crew.test() Devin AI 2025-02-09 20:58:40 +00:00
  • 1d7aceb919 chore: add error handling for llm type validation Devin AI 2025-02-09 20:57:52 +00:00
  • a7b050f52f fix: enable any llm to run test functionality Devin AI 2025-02-09 20:51:16 +00:00
  • 74dfcc723a refactor: improve delegation validation and testing based on review devin/1739131658-add-hierarchical-delegation Devin AI 2025-02-09 20:17:15 +00:00
  • 4674d959c5 refactor: optimize agent lookup and improve error handling devin/1739131339-add-hierarchical-delegation Devin AI 2025-02-09 20:12:04 +00:00
  • 0e97bc799b fix: fix syntax in base_agent_tools.py Devin AI 2025-02-09 20:11:42 +00:00
  • 9cf4c092ba feat: implement hierarchical agent delegation with allowed_agents parameter Devin AI 2025-02-09 20:10:23 +00:00
  • 86b57d9b99 refactor: optimize agent lookup and improve error handling Devin AI 2025-02-09 20:08:45 +00:00
  • 72bc12c536 test: add test cassettes for hierarchical delegation Devin AI 2025-02-09 20:02:46 +00:00
  • 74173cc35a feat: implement hierarchical agent delegation with allowed_agents parameter Devin AI 2025-02-09 20:02:19 +00:00
  • 5eefd90512 Merge branch 'main' into devin/1739079368-fix-ollama-embedder-url-config João Moura 2025-02-09 16:48:18 -03:00
  • d6d98ee969 docs: fix long term memory class name in examples (#2049) devin-ai-integration[bot] 2025-02-09 16:47:31 -03:00
  • f0d773da79 Update memory.mdx devin/1738871248-fix-ltm-docs João Moura 2025-02-09 16:47:05 -03:00
  • d092da0687 Update memory.mdx João Moura 2025-02-09 16:45:35 -03:00
  • c149b75874 fix: Update metadata type handling in KnowledgeStorage Devin AI 2025-02-09 19:44:22 +00:00
  • 86844ff3df fix: Update _generate_embedding signature to match BaseRAGStorage Devin AI 2025-02-09 19:43:24 +00:00
  • b442fe20a2 fix: Add to_structured_tool method to BaseTool Devin AI 2025-02-09 19:42:17 +00:00
  • 9b1b1d33ba fix: Handle exclude parameter type conversion in Task.copy Devin AI 2025-02-09 19:40:55 +00:00
  • 3c350e8933 fix: Update copy method in Task to match BaseModel signature Devin AI 2025-02-09 19:39:59 +00:00
  • a3a5507f9a fix: Update default_factory in BaseAgent to use lambda functions Devin AI 2025-02-09 19:38:14 +00:00
  • a175167aaf fix: Update default_factory in Task to use lambda functions Devin AI 2025-02-09 19:38:13 +00:00
  • 1dc62b0d0a fix: Update args_schema type in BaseTool Devin AI 2025-02-09 19:36:55 +00:00
  • e0600e3bb9 fix: ensure proper message formatting for Anthropic models (#2063) devin-ai-integration[bot] 2025-02-09 16:35:52 -03:00
  • 75b376ebac fix: Use UsageMetrics as default_factory for token_usage Devin AI 2025-02-09 19:35:50 +00:00
  • 29106068b7 fix: Use pydantic.main.IncEx and fix default_factory types Devin AI 2025-02-09 19:34:53 +00:00
  • 3bf531189f fix: Update type hints in TaskOutput and CrewOutput to match BaseModel Devin AI 2025-02-09 19:33:54 +00:00
  • 47919a60a0 fix: Replace json with model_json to avoid overriding BaseModel methods Devin AI 2025-02-09 19:32:42 +00:00
  • 6b9ed90510 fix: Update base_agent_tools and base_tool to fix type errors Devin AI 2025-02-09 19:30:44 +00:00
  • f6a65486f1 fix: Update json and model_dump_json signatures to match BaseModel Devin AI 2025-02-09 19:27:57 +00:00
  • bf6db93bdf fix: Add proper type hints to EmbeddingConfigurator Devin AI 2025-02-09 19:23:04 +00:00
  • a79d77dfd7 docs: document FileWriterTool as solution for file writing issues (#2039) devin-ai-integration[bot] 2025-02-09 16:21:56 -03:00
  • 25e68bc459 fix: Restore agent.py and fix merge conflicts Devin AI 2025-02-09 19:21:31 +00:00
  • 56ec9bc224 fix: handle multiple task outputs correctly in conditional tasks (#1937) devin-ai-integration[bot] 2025-02-09 16:20:16 -03:00
  • 6f6010db1c fix: Resolve merge conflicts properly Devin AI 2025-02-09 19:19:18 +00:00
  • a95227deef fix: Resolve merge conflicts, keeping our changes Devin AI 2025-02-09 19:18:12 +00:00
  • 636dac6efb fix: Update embedding configuration and fix type errors Devin AI 2025-02-09 19:16:51 +00:00
  • a4e2b17bae Merge branch 'main' into devin/1738752192-fix-memory-reset-openai-dependency João Moura 2025-02-09 15:43:20 -03:00
  • 8eef02739a adding shoutout to enterprise João Moura 2025-02-09 12:55:26 -05:00
  • 015ce7f550 refactor: improve Ollama embedder with validation and tests Devin AI 2025-02-09 05:42:43 +00:00
  • 26b62231db style: fix import order in embedder_test.py (take 2) Devin AI 2025-02-09 05:39:19 +00:00
  • 5b710cf2f9 style: fix import order in embedder_test.py Devin AI 2025-02-09 05:38:16 +00:00
  • 97c8a8ab72 fix: support multiple URL config keys for Ollama embedder (#1994) Devin AI 2025-02-09 05:37:06 +00:00
  • 6f4ad532e6 Brandon/general cleanup (#2059) Brandon Hancock (bhancock_ai) 2025-02-07 17:00:41 -05:00
  • 5bc8fbf815 Merge branch 'main' into brandon/general-cleanup brandon/general-cleanup Brandon Hancock (bhancock_ai) 2025-02-07 16:58:25 -05:00
  • 74a1de8550 clean up google docs (#2061) Brandon Hancock (bhancock_ai) 2025-02-07 16:58:13 -05:00
  • 8ae073c681 Merge branch 'main' into brandon/fix-google-docs brandon/fix-google-docs Brandon Hancock (bhancock_ai) 2025-02-07 16:52:40 -05:00
  • 7cf6bdeca6 Merge branch 'main' into brandon/general-cleanup Brandon Hancock (bhancock_ai) 2025-02-07 16:50:16 -05:00
  • e529766391 Enhance embedding configuration with custom embedder support (#2060) Lorenze Jay 2025-02-07 13:49:46 -08:00
  • 9a34d9c01e clean up google docs Brandon Hancock 2025-02-07 16:47:05 -05:00
  • 2d44356c81 Refine custom embedder configuration support fix/embedder-config Lorenze Jay 2025-02-07 13:41:36 -08:00
  • d48211f7f8 added docs Lorenze Jay 2025-02-07 12:48:17 -08:00
  • 8eea0bd502 Merge branch 'main' of github.com:crewAIInc/crewAI into fix/embedder-config Lorenze Jay 2025-02-07 12:45:30 -08:00
  • cafac13447 Enhance embedding configuration with custom embedder support Lorenze Jay 2025-02-07 12:41:57 -08:00
  • c964b98d8a more linting Brandon Hancock 2025-02-07 15:04:52 -05:00
  • c339bc94f1 Merge branch 'main' into brandon/general-cleanup Brandon Hancock 2025-02-07 15:03:23 -05:00
  • 20b1e88b3e clean up linting issues Brandon Hancock 2025-02-07 15:01:45 -05:00
  • d57b017e7b feat: add tests for traces Eduardo Chiarotti 2025-02-07 16:55:58 -03:00
  • a7f5d574dc General Clean UP (#2042) Brandon Hancock (bhancock_ai) 2025-02-07 14:45:36 -05:00
  • 33b524d54f drop Brandon Hancock 2025-02-07 14:43:10 -05:00
  • 85334cb617 revert ltm Brandon Hancock 2025-02-07 13:57:23 -05:00
  • 99ec3c17b6 clean up short term memory Brandon Hancock 2025-02-07 13:40:22 -05:00
  • a773d42989 Fix memory provider issue Brandon Hancock 2025-02-07 13:34:36 -05:00
  • c6cd7516cb Merge branch 'main' into brandon/general-cleanup Brandon Hancock (bhancock_ai) 2025-02-07 13:27:21 -05:00
  • 7c16b7d284 Merge pull request #200 from crewAIInc/feat/add-qdrant-tools Lorenze Jay 2025-02-07 10:25:29 -08:00
  • 0cc02d9492 Added support for logging in JSON format as well. (#1985) Vidit Ostwal 2025-02-07 23:46:44 +05:30
  • 837198ae08 Add interactive Qdrant client installation prompt Lorenze Jay 2025-02-07 10:03:37 -08:00
  • fa26f6ebae Added reset memories function inside crew class (#2047) Vidit Ostwal 2025-02-07 23:19:25 +05:30
  • ee400973e9 fix failing memory tests Brandon Hancock 2025-02-07 12:27:00 -05:00
  • 6671164a85 Merge branch 'main' into brandon/general-cleanup Brandon Hancock 2025-02-07 12:04:47 -05:00
  • f6c2982619 fix manager (#2056) Brandon Hancock (bhancock_ai) 2025-02-07 10:58:38 -05:00
  • 584839d24e fix manager brandon/fix-manager Brandon Hancock 2025-02-07 10:52:59 -05:00
  • cc5201ee52 wip Brandon Hancock 2025-02-07 10:51:31 -05:00