Commit Graph

  • 3a966ffdc3 Merge branch 'main' of github.com:crewAIInc/crewAI into feat/sliding-context-window Lorenze Jay 2024-07-31 16:32:13 -07:00
  • 579689900a WIP: need tests but user inputted summarization strategy implemented - handling context window exceeding errors Lorenze Jay 2024-07-31 16:29:24 -07:00
  • 4835c2bf68 feat: Add Vision tool to the CrewAI tool Eduardo Chiarotti 2024-07-31 17:10:26 -03:00
  • c5e8302a7d Merge branch 'feature/procedure_v2' into brandon/cre-107-pipeline-conditional-routing brandon/cre-107-pipeline-conditional-routing Brandon Hancock 2024-07-31 11:31:30 -04:00
  • b51343d453 Clean up docs Brandon Hancock 2024-07-31 10:58:26 -04:00
  • 06350a74ef Clean up end of docs feature/procedure_v2 Brandon Hancock 2024-07-31 10:57:09 -04:00
  • d554e00454 Add router example to docs Brandon Hancock 2024-07-31 10:54:20 -04:00
  • 6aab0ebcbc Remove overly complicated test Brandon Hancock 2024-07-31 10:12:37 -04:00
  • 41df368156 Merge branch 'main' into feature/procedure_v2 Brandon Hancock 2024-07-31 09:49:48 -04:00
  • 1147a1c93e Fix tests Brandon Hancock 2024-07-31 09:46:19 -04:00
  • 62868c00db WIP: generated summary from documents split, could also create memgpt approach Lorenze Jay 2024-07-30 22:50:05 -07:00
  • d28dba453e Merge pull request #82 from crewAIInc/feat/dall-e-tool João Moura 2024-07-30 18:37:34 -07:00
  • 0070df7451 docs: Add documentation for the DallETool Eduardo Chiarotti 2024-07-30 22:29:45 -03:00
  • b343c71b9b feat: Add Dall-E tool to generate images Eduardo Chiarotti 2024-07-30 22:17:23 -03:00
  • 745ed5c8ae Preparing for new version João Moura 2024-07-30 19:20:59 -04:00
  • c93b85ac53 Preparing for new version João Moura 2024-07-30 19:20:59 -04:00
  • 1154cef798 Add more tests which showed underlying issue with traces Brandon Hancock 2024-07-30 16:25:03 -04:00
  • 38f9c3c500 WIP fixed mypy src types (#1036) Lorenze Jay 2024-07-30 10:59:50 -07:00
  • 6378f6caec WIP fixed mypy src types (#1036) Lorenze Jay 2024-07-30 10:59:50 -07:00
  • 19f87f2b82 Tests working now! Brandon Hancock 2024-07-30 13:57:12 -04:00
  • a79efefe7b Fix critical circular dependency issues. Now needing to fix trace issue. Brandon Hancock 2024-07-30 13:29:01 -04:00
  • 319f0301ef WIP fixed mypy src types fix/memory-types Lorenze Jay 2024-07-30 08:32:59 -07:00
  • 4251494c55 Merge branch 'feature/procedure_v2' into brandon/cre-107-pipeline-conditional-routing Brandon Hancock 2024-07-30 09:55:20 -04:00
  • 072044c537 Rename variables based on joaos feedback Brandon Hancock 2024-07-30 09:54:11 -04:00
  • e4b3b32b50 Merge branch 'feature/procedure_v2' into brandon/cre-107-pipeline-conditional-routing# Brandon Hancock 2024-07-30 09:44:23 -04:00
  • e1a03ad97d Change names Brandon Hancock 2024-07-30 09:43:36 -04:00
  • 46fdada5e4 WIP. Brandon Hancock 2024-07-30 09:36:04 -04:00
  • 18d867aa47 feat: Add execution time to both task and testing feature (#1031) Eduardo Chiarotti 2024-07-29 23:17:07 -03:00
  • d824db82a3 feat: Add execution time to both task and testing feature (#1031) Eduardo Chiarotti 2024-07-29 23:17:07 -03:00
  • c82f612c07 telemetry.py - fix typo in comment. (#1020) Matt Young 2024-07-29 22:03:51 -04:00
  • de6b597eff telemetry.py - fix typo in comment. (#1020) Matt Young 2024-07-29 22:03:51 -04:00
  • 9c3e1a708f docs: Fix crewai-tools package name typo in getting-started docs (#1026) Deepak Tammali 2024-07-30 07:33:32 +05:30
  • 6111d05219 docs: Fix crewai-tools package name typo in getting-started docs (#1026) Deepak Tammali 2024-07-30 07:33:32 +05:30
  • fa3af7db93 Fixed package name typo in pip install command (#1029) Monarch Wadia 2024-07-29 22:02:48 -04:00
  • f83c91d612 Fixed package name typo in pip install command (#1029) Monarch Wadia 2024-07-29 22:02:48 -04:00
  • 7a70e393c4 Update Start-a-New-CrewAI-Project-Template-Method.md (#1030) Mackensie Alvarez 2024-07-29 22:02:18 -04:00
  • c8f360414e Update Start-a-New-CrewAI-Project-Template-Method.md (#1030) Mackensie Alvarez 2024-07-29 22:02:18 -04:00
  • 6ebfe5fab0 feat: fix tests feat/add-timerun-testing Eduardo Chiarotti 2024-07-29 22:55:35 -03:00
  • 03a9861e73 feat: change test_crew to evalaute_crew to avoid issues with testing libs Eduardo Chiarotti 2024-07-29 21:41:14 -03:00
  • fd30f8ce3e feat: Remove unused functions Eduardo Chiarotti 2024-07-29 21:37:43 -03:00
  • 71ddf60d5f feat: Add execution time to both task and testing feature Eduardo Chiarotti 2024-07-29 21:35:07 -03:00
  • d72f5a601e Add missing doc string Brandon Hancock 2024-07-29 16:22:52 -04:00
  • 467c67c597 Merge branch 'feature/procedure_v2' into brandon/cre-107-pipeline-conditional-routing Brandon Hancock 2024-07-29 16:11:55 -04:00
  • 910c8df1a7 Update pipeline to use UsageMetric Brandon Hancock 2024-07-29 16:00:57 -04:00
  • b9177f2d04 Merge branch 'brandon/cre-117-create-a-type-for-usage-metrics' into feature/procedure_v2 Brandon Hancock 2024-07-29 15:55:11 -04:00
  • 03eafe1671 Fix 1 type error in pipeline Brandon Hancock 2024-07-29 15:54:49 -04:00
  • f2830d9c7a Drop todo brandon/cre-117-create-a-type-for-usage-metrics Brandon Hancock 2024-07-29 15:51:14 -04:00
  • 619806f80d Fix tests that were checking usage metrics Brandon Hancock 2024-07-29 15:48:48 -04:00
  • e3182d135a WIP. Converting usage metrics from a dict to an object Brandon Hancock 2024-07-29 15:30:54 -04:00
  • 3d5bbf5da9 Fix missing rag datatype Brandon Hancock 2024-07-29 15:09:59 -04:00
  • 75c7aaf585 Merge branch 'main' into feature/procedure_v2 Brandon Hancock 2024-07-29 14:27:28 -04:00
  • 134be4984b Add in missing triple quote and execution time to resume agent functionality. (#1025) Brandon Hancock (bhancock_ai) 2024-07-29 13:39:02 -04:00
  • fa4393d77e Add in missing triple quote and execution time to resume agent functionality. (#1025) Brandon Hancock (bhancock_ai) 2024-07-29 13:39:02 -04:00
  • 083949fc23 Merge branch 'main' into feature/procedure_v2 Brandon Hancock 2024-07-29 12:48:53 -04:00
  • 04de7730fa Add doc strings Brandon Hancock 2024-07-29 12:44:10 -04:00
  • de6950046d Add developer notes to explain what is going on in pipelines. Brandon Hancock 2024-07-29 12:36:03 -04:00
  • cb2276dc7d Add in Eduardo feedback. Still need to add in more commentary describing the design decisions for pipeline Brandon Hancock 2024-07-29 12:20:18 -04:00
  • 53e91a7c78 Fix circular dependencies and updated PipelineRouter Brandon Hancock 2024-07-29 11:31:34 -04:00
  • b8ff35f076 Minor fixes and updates (#1019) Rip&Tear 2024-07-29 14:24:23 +08:00
  • 25c314befc Minor fixes and updates (#1019) Rip&Tear 2024-07-29 14:24:23 +08:00
  • f8a09489f1 Small 404 error fixes (#1018) Rip&Tear 2024-07-29 09:01:04 +08:00
  • 2fe79e68cd Small 404 error fixes (#1018) Rip&Tear 2024-07-29 09:01:04 +08:00
  • 496a4c087c Update Force-Tool-Ouput-as-Result.md (#964) Nuraly 2024-07-28 20:41:56 +02:00
  • 37d05a2365 Update Force-Tool-Ouput-as-Result.md (#964) Nuraly 2024-07-28 20:41:56 +02:00
  • 93e0de2ed9 Update Crews.md - correct result variable to crew_output (#972) Carine Bruyndoncx 2024-07-28 20:40:36 +02:00
  • 0111d261a4 Update Crews.md - correct result variable to crew_output (#972) Carine Bruyndoncx 2024-07-28 20:40:36 +02:00
  • ca9deaebb7 Performed spell check across the rest of code base, and enahnced the yaml paraser code a little (#895) Taleb 2024-07-28 21:39:54 +03:00
  • 0a23e1dc13 Performed spell check across the rest of code base, and enahnced the yaml paraser code a little (#895) Taleb 2024-07-28 21:39:54 +03:00
  • 218b17f70f feat: add verbose option for printing in ToolUsage (#990) Henri Wenlin 2024-07-28 21:12:10 +03:00
  • ef5ff71346 feat: add verbose option for printing in ToolUsage (#990) Henri Wenlin 2024-07-28 21:12:10 +03:00
  • 5626b72742 Add docs for new parameters to SerperDevTool (#993) Samuel Mallet 2024-07-28 20:09:55 +02:00
  • 1697b4cacb Add docs for new parameters to SerperDevTool (#993) Samuel Mallet 2024-07-28 20:09:55 +02:00
  • a1e2ef376b Improve _save_file method to handle both dict and str inputs (#1011) Taleb 2024-07-28 21:03:18 +03:00
  • 6b4710a8d1 Improve _save_file method to handle both dict and str inputs (#1011) Taleb 2024-07-28 21:03:18 +03:00
  • 9b2a113b58 Fixes getting started section links (#1016) Lennex Zinyando 2024-07-28 20:02:41 +02:00
  • 6f2a8f08ba Fixes getting started section links (#1016) Lennex Zinyando 2024-07-28 20:02:41 +02:00
  • 32b1fb237b updating test João Moura 2024-07-28 13:22:38 -04:00
  • 4e6abf596d updating test João Moura 2024-07-28 13:22:38 -04:00
  • 67179bbacb Docs update (#1008) Rip&Tear 2024-07-28 22:55:09 +08:00
  • 9018e2ab6a Docs update (#1008) Rip&Tear 2024-07-28 22:55:09 +08:00
  • 149cb1ffa1 Merge branch 'main' of github.com:crewAIInc/crewAI into feat/sliding-context-window Lorenze Jay 2024-07-26 14:51:30 -07:00
  • 2b7a0b3342 Update reset_memories_command.py (#974) ResearchAI 2024-07-27 05:40:47 +08:00
  • 99d023c5f3 Update reset_memories_command.py (#974) ResearchAI 2024-07-27 05:40:47 +08:00
  • 5627159419 Json Task Output Truncation with Escape Characters (#1009) Brandon Hancock (bhancock_ai) 2024-07-26 17:27:01 -04:00
  • da7d8256eb Json Task Output Truncation with Escape Characters (#1009) Brandon Hancock (bhancock_ai) 2024-07-26 17:27:01 -04:00
  • cdfac165e3 WIP. Brandon Hancock 2024-07-26 17:24:09 -04:00
  • 7f5c4fded6 Merge pull request #1012 from crewAIInc/fix/breaking-test-task-eval Brandon Hancock (bhancock_ai) 2024-07-26 16:55:26 -04:00
  • 88bffaa0d0 Merge pull request #1012 from crewAIInc/fix/breaking-test-task-eval Brandon Hancock (bhancock_ai) 2024-07-26 16:55:26 -04:00
  • 8054828aac fix test due to asserting instructions model_schema change Lorenze Jay 2024-07-26 13:37:44 -07:00
  • 1159140d9f fix test due to asserting instructions model_schema change fix/breaking-test-task-eval Lorenze Jay 2024-07-26 13:37:44 -07:00
  • 67c2428495 Patch/non gpt model pydantic output (#1003) Lorenze Jay 2024-07-26 10:57:56 -07:00
  • 5ac7050f7a Patch/non gpt model pydantic output (#1003) Lorenze Jay 2024-07-26 10:57:56 -07:00
  • 0c6514024e hierarchical process unblocked for async tasks (#995) Lorenze Jay 2024-07-26 10:55:51 -07:00
  • 8b513de64c hierarchical process unblocked for async tasks (#995) Lorenze Jay 2024-07-26 10:55:51 -07:00
  • 88becbd6e1 Merge pull request #80 from crewAIInc/feat/NL2SQL-tool Eduardo Chiarotti 2024-07-26 14:25:01 -03:00
  • b415e2273a feat: add ability to set LLM for AgentPLanner on Crew (#1001) Eduardo Chiarotti 2024-07-26 14:24:29 -03:00
  • 144e6d203f feat: add ability to set LLM for AgentPLanner on Crew (#1001) Eduardo Chiarotti 2024-07-26 14:24:29 -03:00
  • 56cb344c70 feat: add crew Testing/Evaluating feature (#998) Eduardo Chiarotti 2024-07-26 14:23:51 -03:00
  • 2d2154ed65 feat: add crew Testing/Evaluating feature (#998) Eduardo Chiarotti 2024-07-26 14:23:51 -03:00
  • 31ff979a4b In the middle of fixing router. A ton of circular dependencies. Moving over to a new design. Brandon Hancock 2024-07-26 09:24:40 -04:00