Commit Graph

  • d85898cf29 fix(manager_llm): handle coworker role name case/whitespace properly (#1820) devin-ai-integration[bot] 2024-12-30 16:58:18 -03:00
  • c89a23ed41 docs: add troubleshooting section and make tiktoken optional Devin AI 2024-12-30 19:49:41 +00:00
  • 47deb5f485 style: fix import sorting in test_manager_llm_delegation.py devin/1735573833-fix-manager-llm Devin AI 2024-12-30 19:49:17 +00:00
  • 0284095ff8 accessing crew directly instead of through uv commands Brandon Hancock 2024-12-30 14:43:18 -05:00
  • c08b4e5d9c Fix: Apply Ruff auto-fix for import formatting Devin AI 2024-12-30 19:39:18 +00:00
  • e8ebc1c551 fix: adjust tiktoken version to ~=0.7.0 for dependency compatibility Devin AI 2024-12-30 19:39:07 +00:00
  • bb5bed52e9 feat: add tiktoken as explicit dependency and document Rust requirement Devin AI 2024-12-30 19:36:18 +00:00
  • a9341b31f5 Fix: Add blank line between stdlib and third-party imports Devin AI 2024-12-30 19:35:05 +00:00
  • 1153e8e498 Fix: Remove extra blank line in imports for test_hierarchical_delegation.py Devin AI 2024-12-30 19:33:19 +00:00
  • 4764e114ad Fix: Alphabetize imports in test_hierarchical_delegation.py Devin AI 2024-12-30 19:31:02 +00:00
  • a59c13cb58 Fix: Sort imports in test_hierarchical_delegation.py Devin AI 2024-12-30 19:28:36 +00:00
  • 0a137ca9dd Fix delegate coworker bug in hierarchical mode and add test Devin AI 2024-12-30 19:26:01 +00:00
  • bcd838a2ff properly return tool call result Brandon Hancock 2024-12-30 13:32:53 -05:00
  • c54a65983a docs: enhance process types documentation with comparison table and technical details devin/1735577535-update-process-types-docs Devin AI 2024-12-30 17:02:20 +00:00
  • 91fa7a38e5 Merge branch 'main' into devin/1735577535-update-process-types-docs João Moura 2024-12-30 13:56:26 -03:00
  • e9cec842b2 docs: update process types terminology and clarify task execution Devin AI 2024-12-30 16:52:15 +00:00
  • d34367e1c3 fix(manager_llm): add error message template for agent tool execution errors Devin AI 2024-12-30 16:30:17 +00:00
  • c12479b96a style: fix import sorting in base_agent_tools and test_manager_llm_delegation Devin AI 2024-12-30 16:25:52 +00:00
  • b539ba62eb fix(manager_llm): improve whitespace normalization in role name matching Devin AI 2024-12-30 16:21:33 +00:00
  • 5da6d36dd9 Added in Joaos feedback to steer crew chats back towards the purpose of the crew Brandon Hancock 2024-12-30 11:19:35 -05:00
  • 67ef07e786 style: fix import sorting in base_agent_tools and test_manager_llm_delegation Devin AI 2024-12-30 16:15:54 +00:00
  • 1e075a694b fix(manager_llm): improve error handling and add debug logging Devin AI 2024-12-30 16:11:51 +00:00
  • 757765f449 fix(manager_llm): handle coworker role name case/whitespace properly Devin AI 2024-12-30 15:52:58 +00:00
  • 8c6883e5ee feat: add docstring Marco Vinciguerra 2024-12-30 16:44:11 +01:00
  • 1582017ad4 fix: implement _remember_format in ToolUsage class (#1815) pr-1812 Devin AI 2024-12-29 17:00:15 +00:00
  • 700660be94 fix: remove debug prints and improve RPM handling (#1815) Devin AI 2024-12-29 16:52:26 +00:00
  • 8e7910446d fix: ensure exact test output format (#1815) Devin AI 2024-12-29 16:45:05 +00:00
  • d5970ee5b4 fix: remove state debug prints and simplify forced answer logic (#1815) Devin AI 2024-12-29 16:37:18 +00:00
  • 144760a316 fix: remove unnecessary state debug prints and simplify logic (#1815) Devin AI 2024-12-29 16:29:01 +00:00
  • e9cf872c13 fix: remove debug prints and improve state management (#1815) Devin AI 2024-12-29 16:20:19 +00:00
  • 29dd4a23c6 fix: remove unnecessary state debug prints Devin AI 2024-12-29 16:04:43 +00:00
  • 09fd6058b0 Add comprehensive documentation for all tools Devin AI 2024-12-29 16:03:22 +00:00
  • b3096814c0 Merge branch 'main' into pr-1812 João Moura 2024-12-29 12:56:19 -03:00
  • 0d8f7114ba test: add assertions for have_forced_answer state (#1815) Devin AI 2024-12-29 15:52:48 +00:00
  • 625a807d29 fix: preserve executor state between iterations (#1815) Devin AI 2024-12-29 15:52:11 +00:00
  • df272ed4bd fix: centralize forced-answer state management Devin AI 2024-12-29 15:27:16 +00:00
  • 0d94a8f7d9 Merge pull request #153 from VinciGit00/main João Moura 2024-12-29 12:26:01 -03:00
  • 029afd3e14 Update __init__.py João Moura 2024-12-29 12:23:08 -03:00
  • 20e852bffc Merge pull request #155 from juliette0704/feat/add_linkup_tool João Moura 2024-12-29 12:21:00 -03:00
  • edaa966e26 test: add test_kickoff_for_each_output_file_interpolation devin/1735439863-fix-output-file-interpolation Devin AI 2024-12-29 05:07:27 +00:00
  • 3731a8c083 Fix interpolation for output_file in Task (#1803) (#1814) devin-ai-integration[bot] 2024-12-29 01:57:59 -03:00
  • 73f328860b Fix interpolation for output_file in Task (#1803) (#1814) devin-ai-integration[bot] 2024-12-29 01:57:59 -03:00
  • c38354c189 test: add end-to-end tests for output_file functionality Devin AI 2024-12-29 04:43:49 +00:00
  • bdb32dd3e6 fix: improve output_file validation and error messages Devin AI 2024-12-29 03:38:33 +00:00
  • 83b4e0b4c0 fix: update interpolate_only to handle None inputs and remove duplicate attribute Devin AI 2024-12-29 03:32:21 +00:00
  • 7c2b307217 fix: add _original_output_file private attribute to fix type-checker error Devin AI 2024-12-29 03:27:56 +00:00
  • ce4a730f76 fix: add security validation for output_file paths Devin AI 2024-12-29 03:23:29 +00:00
  • 8871d9a6cd fix: interpolate output_file attribute from YAML Devin AI 2024-12-29 02:40:37 +00:00
  • dd3fea748f Merge pull request #162 from crewAIInc/devin/1735422935-file-read-tool-fix João Moura 2024-12-28 21:23:17 -03:00
  • d3391d9ba4 Add comprehensive documentation and type hints to FileReadTool Devin AI 2024-12-28 23:10:51 +00:00
  • aaf2641cc8 Add comprehensive tests for FileReadTool Devin AI 2024-12-28 22:29:46 +00:00
  • 5e2c38c349 Improve FileReadTool error handling and validation Devin AI 2024-12-28 22:26:37 +00:00
  • 63e23c06c5 Fix FileReadTool infinite loop by maintaining original schema Devin AI 2024-12-28 21:55:35 +00:00
  • e5c47e46a8 add import tools juliette_sivan 2024-12-28 10:59:06 -05:00
  • ea413ae03b Merge branch 'main' into fix/_should_force_answer Shahar Yair 2024-12-28 11:17:46 +02:00
  • f1299f484d fix _should_force_answer bug Shahar Yair 2024-12-28 11:10:16 +02:00
  • b404439aa9 Merge branch 'main' into main Marco Vinciguerra 2024-12-28 09:12:50 +01:00
  • c3ebbba8ae Update __init__.py Marco Vinciguerra 2024-12-28 09:11:32 +01:00
  • d993b5133c fixing file paths for knowledge source João Moura 2024-12-28 02:04:00 -03:00
  • a0c322a535 fixing file paths for knowledge source João Moura 2024-12-28 02:04:00 -03:00
  • 289b56e122 docs: add agent-specific knowledge documentation and examples (#1811) devin-ai-integration[bot] 2024-12-28 01:48:51 -03:00
  • 86f58c95de docs: add agent-specific knowledge documentation and examples (#1811) devin-ai-integration[bot] 2024-12-28 01:48:51 -03:00
  • a499d9de42 docs: improve tool documentation and examples devin/1735360304-doc-updates Devin AI 2024-12-28 04:32:08 +00:00
  • 2576037cfb Update README.md João Moura 2024-12-28 01:03:33 -03:00
  • 99fe91586d Update README.md João Moura 2024-12-28 01:03:33 -03:00
  • 755722fa4c docs: update README to highlight Flows (#1809) devin-ai-integration[bot] 2024-12-28 01:00:58 -03:00
  • 0c2d23dfe0 docs: update README to highlight Flows (#1809) devin-ai-integration[bot] 2024-12-28 01:00:58 -03:00
  • 0674b397f7 Merge pull request #145 from caike/fix-firecrawler-crawl-args João Moura 2024-12-28 00:32:52 -03:00
  • 8dd4388c49 Merge pull request #148 from HammamWahab/main João Moura 2024-12-27 23:34:37 -03:00
  • 2ad99c04d3 Merge branch 'main' into main João Moura 2024-12-27 23:33:36 -03:00
  • 50508297c9 feat: centralize default memory path logic & add path validation tests memory_path Devin AI 2024-12-28 01:36:03 +00:00
  • 58b2ba4d90 refactor: update database connections to use storage_path Devin AI 2024-12-28 00:56:10 +00:00
  • 4274cde583 Improve handling of optional configurations in memory and storage Arnaud Gelas 2024-12-15 11:19:31 +01:00
  • 12245d66a7 Run uv run ruff format Arnaud Gelas 2024-12-15 09:59:16 +01:00
  • cc509a363e Merge pull request #160 from crewAIInc/feature/selenium-scraping-tool-can-return-html João Moura 2024-12-27 22:09:01 -03:00
  • ed261892df Merge pull request #156 from pedropereira/feature/selenium-scraping-tool-can-return-html João Moura 2024-12-27 22:02:58 -03:00
  • c7c8cd0a3c feat: add URL validation and return_html examples Devin AI 2024-12-28 00:54:49 +00:00
  • 38a7b1e4da Merge pull request #149 from tanys123/feat/serpapi-tools João Moura 2024-12-27 21:48:20 -03:00
  • 49ad4bc63e fix: handle optional storage with null checks (#1808) devin-ai-integration[bot] 2024-12-27 21:30:39 -03:00
  • 2433819c4f fix: handle optional storage with null checks (#1808) devin-ai-integration[bot] 2024-12-27 21:30:39 -03:00
  • 1bc914edf4 fix: Change storage initialization to None for KnowledgeStorage (#1804) Erick Amorim 2024-12-27 20:18:25 -04:00
  • 97fc44c930 fix: Change storage initialization to None for KnowledgeStorage (#1804) Erick Amorim 2024-12-27 20:18:25 -04:00
  • 7b7327c168 Merge pull request #150 from gbertb/fix/spidertool_fixes João Moura 2024-12-27 18:37:48 -03:00
  • 97a4a348ff Merge pull request #151 from hienhayho/main João Moura 2024-12-27 18:30:18 -03:00
  • 40173c2f53 Portkey Integration with CrewAI (#1233) siddharth Sambharia 2024-12-28 02:46:47 +05:30
  • 409892d65f Portkey Integration with CrewAI (#1233) siddharth Sambharia 2024-12-28 02:46:47 +05:30
  • 1c90f02984 docs: add guide for multimodal agents (#1807) devin-ai-integration[bot] 2024-12-27 18:16:02 -03:00
  • 62f3df7ed5 docs: add guide for multimodal agents (#1807) devin-ai-integration[bot] 2024-12-27 18:16:02 -03:00
  • 078120e548 Merge pull request #159 from MahlerTom/main João Moura 2024-12-27 18:03:47 -03:00
  • 2c12b91083 fix: use isinstance for proper type narrowing in Knowledge.query devin/1735332548-fix-type-check Devin AI 2024-12-27 20:55:45 +00:00
  • 2d23ef7e12 fix: improve type narrowing in Knowledge.query with local variable Devin AI 2024-12-27 20:54:14 +00:00
  • b56c4c52c0 fix: handle None storage in Knowledge.query for type checks Devin AI 2024-12-27 20:51:50 +00:00
  • f6f5f3db4f chore: removing crewai-tools from dev-dependencies (#1760) João Igor 2024-12-27 17:45:06 -03:00
  • 4cf8913d31 chore: removing crewai-tools from dev-dependencies (#1760) João Igor 2024-12-27 17:45:06 -03:00
  • 81759e8c72 Merge branch 'main' into fix-knowledgestorage-default-instantiation João Moura 2024-12-27 17:18:33 -03:00
  • 0006fdb655 Adding Multimodal Abilities to Crew (#1805) João Moura 2024-12-27 17:03:35 -03:00
  • 82647358b2 Adding Multimodal Abilities to Crew (#1805) João Moura 2024-12-27 17:03:35 -03:00
  • 7eee68d313 type improvements joaomdmoura/multimodal-crew João Moura 2024-12-27 17:00:03 -03:00
  • 842e5fb70a ignore João Moura 2024-12-27 16:53:00 -03:00
  • afeb8ca1ee fix João Moura 2024-12-27 16:51:35 -03:00