Commit Graph

  • c5002eedd9 rshift working Brandon Hancock 2024-07-12 16:48:19 -04:00
  • 010db7790a easier cli command name temp-feature/replay_from_task Lorenze Jay 2024-07-12 13:46:30 -07:00
  • 19e7ddca60 preping new verison v0.36.1 João Moura 2024-07-12 15:10:31 -04:00
  • b47d0c48a2 added replay feature to crew docs Lorenze Jay 2024-07-12 12:09:04 -07:00
  • ecd02034fb Fix tool usage Gui Vieira 2024-07-12 15:54:30 -03:00
  • 4da4f7aabd new tests gui/fix-tool-usage-_run João Moura 2024-07-12 15:00:50 -04:00
  • bd2978861e Fix tool usage Gui Vieira 2024-07-12 15:54:30 -03:00
  • b24304a4fc added better tests Lorenze Jay 2024-07-12 11:47:01 -07:00
  • 0e65091c43 better typing for stored_outputs and separated task_output_handler Lorenze Jay 2024-07-12 11:06:05 -07:00
  • fc52061bc9 Merge pull request #60 from MULTI-ON/main João Moura 2024-07-12 09:10:01 -07:00
  • 3be455e971 Merge pull request #73 from strnad/fix_ScrapeWebsiteTool_encoding João Moura 2024-07-12 09:09:27 -07:00
  • 8b7040577f ensure hierarchical works Lorenze Jay 2024-07-12 08:56:47 -07:00
  • af4579f773 ensure replay is delcared when replaying specific tasks Lorenze Jay 2024-07-12 08:34:59 -07:00
  • f7680d6157 All tests are passing now Brandon Hancock 2024-07-12 11:00:29 -04:00
  • e1589befb4 cleaner code Lorenze Jay 2024-07-11 17:22:42 -07:00
  • a9873ff90d fix logging now all tests should pass Lorenze Jay 2024-07-11 13:05:05 -07:00
  • d0bb808873 feat: change log to inside function feat/plan-act Eduardo Chiarotti 2024-07-11 16:47:43 -03:00
  • 852c88f94a feat: refactor and improve code for planning feature Eduardo Chiarotti 2024-07-11 16:45:24 -03:00
  • 1cf4b47404 removed todo comments and fixed some tests Lorenze Jay 2024-07-11 12:44:30 -07:00
  • adf93c91f7 WIP. Procedure appears to be working well. Working on mocking properly for tests Brandon Hancock 2024-07-11 15:26:46 -04:00
  • a55a835d54 added better tests Lorenze Jay 2024-07-11 12:14:37 -07:00
  • c7bf609e18 refactoring for cleaner code Lorenze Jay 2024-07-11 11:14:43 -07:00
  • 3aa5d16a6f added cli command + code cleanup TODO: need better refactoring Lorenze Jay 2024-07-11 10:06:21 -07:00
  • 28929e1c5f fixed context Lorenze Jay 2024-07-11 07:38:49 -07:00
  • ce4e28fc79 Merge branch 'main' of github.com:joaomdmoura/crewAI into temp-feature/replay_from_task Lorenze Jay 2024-07-11 07:23:43 -07:00
  • fa530ea2e8 replay working for both seq and hier just need tests Lorenze Jay 2024-07-10 22:51:40 -07:00
  • 2fcaf68312 Feature/kickoff consistent output (#847) Brandon Hancock (bhancock_ai) 2024-07-10 23:35:02 -04:00
  • 7b53457ef3 Feature/kickoff consistent output (#847) Brandon Hancock (bhancock_ai) 2024-07-10 23:35:02 -04:00
  • 2c2193cda3 feat: add planning feature to Crew Eduardo Chiarotti 2024-07-10 16:51:37 -03:00
  • d7b765ab32 Merge branch 'feature/kickoff-consistent-output' of https://github.com/bhancockio/crewAI into temp-feature/replay_from_task Lorenze Jay 2024-07-10 12:33:32 -07:00
  • 3613bd469a better logic for seq and hier Lorenze Jay 2024-07-10 12:27:09 -07:00
  • 39d6a9a643 Update validators and tests Brandon Hancock 2024-07-10 13:51:54 -04:00
  • 7c4b91b852 WIP: core logic of seq and heir for executing tasks added into one Lorenze Jay 2024-07-10 07:58:32 -07:00
  • 626e30d4d1 WIP: working replay feat fixing inputs, need tests Lorenze Jay 2024-07-09 14:55:13 -07:00
  • 6f6b02cfc0 Add in validation for async cannot depend on other async tasks. Brandon Hancock 2024-07-09 17:54:42 -04:00
  • 0b575ae69c Add more tests to fully test CrewOutput and TaskOutput changes Brandon Hancock 2024-07-09 17:24:36 -04:00
  • 2abc971035 Fix linting and type-checker issues Brandon Hancock 2024-07-09 16:52:18 -04:00
  • 9fdaffc073 Fix final failing test Brandon Hancock 2024-07-09 15:49:24 -04:00
  • 7518cb9def The majority of tasks are working now. Need to fix converter class Brandon Hancock 2024-07-09 15:40:39 -04:00
  • ecc3d913da Implement major fixes from yesterdays group conversation. Now working on tests. Brandon Hancock 2024-07-09 10:27:39 -04:00
  • 92fca9bbe9 WIP: replay working with async. need to add tests feature/replay_from_task Lorenze Jay 2024-07-08 21:59:00 -07:00
  • fffe4df8c3 WIP Brandon Hancock 2024-07-08 20:04:27 -04:00
  • 676e714c8b Merge branch 'main' into main Naman Garg 2024-07-08 15:12:25 -07:00
  • 6f45c6ed09 Updated Readme Naman Garg 2024-07-08 15:11:04 -07:00
  • 5c04c63127 WIP need to fix encoder Lorenze Jay 2024-07-08 14:37:19 -07:00
  • 1a44a34c17 WIP: need to fix json encoder Lorenze Jay 2024-07-08 14:36:41 -07:00
  • c3b8ea21d3 deprecation messages Braelyn Boynton 2024-07-08 13:56:17 -07:00
  • 65855cbe56 bugfix: ScrapeWebsiteTool encoding Jakub Strnad 2024-07-08 15:24:26 +02:00
  • 363ce5e9ce Fixing issues brought about by merge Brandon Hancock 2024-07-08 09:00:36 -04:00
  • 10b84955ad Merge branch 'main' into feature/kickoff-consistent-output Brandon Hancock 2024-07-08 08:59:38 -04:00
  • ca22a91b8a adding new docs João Moura 2024-07-08 03:15:03 -04:00
  • 691b094a40 adding new docs João Moura 2024-07-08 03:15:03 -04:00
  • c7e1376c4b Update MDXSearchTool.md (#745) prime-computing-lab 2024-07-08 15:21:00 +10:00
  • 68e9e54c88 Update MDXSearchTool.md (#745) prime-computing-lab 2024-07-08 15:21:00 +10:00
  • aa79050a43 updating crewAI-tools verison João Moura 2024-07-08 01:17:15 -04:00
  • d0d99125c4 updating crewAI-tools verison João Moura 2024-07-08 01:17:15 -04:00
  • f056764132 adding firecrawl imports João Moura 2024-07-08 01:15:00 -04:00
  • ea5811735a Performed spell check across most of code base (#882) Taleb 2024-07-07 19:00:05 +03:00
  • 129000d01f Performed spell check across most of code base (#882) Taleb 2024-07-07 19:00:05 +03:00
  • 33ece82e08 passing cloned agents when copying context (#885) WellyngtonF 2024-07-07 12:58:38 -03:00
  • 47f9d026dd passing cloned agents when copying context (#885) WellyngtonF 2024-07-07 12:58:38 -03:00
  • b56d584efc Emit task created (#875) Gui Vieira 2024-07-07 12:58:24 -03:00
  • b75b0b5552 Emit task created (#875) Gui Vieira 2024-07-07 12:58:24 -03:00
  • 51068ce766 TYPO João Moura 2024-07-06 20:03:54 -04:00
  • 3dd6249f1e TYPO João Moura 2024-07-06 20:03:54 -04:00
  • 87e39faa33 new docs João Moura 2024-07-06 16:32:00 -04:00
  • 8451113039 new docs João Moura 2024-07-06 16:32:00 -04:00
  • a5662909cf preparing new version João Moura 2024-07-06 12:26:41 -04:00
  • a79b216875 preparing new version v0.36.0 João Moura 2024-07-06 12:26:41 -04:00
  • 325a582330 updating dependencies and fixing tests (#878) João Moura 2024-07-05 22:14:52 -07:00
  • 52217c2f63 updating dependencies and fixing tests (#878) João Moura 2024-07-05 22:14:52 -07:00
  • 2aa9904392 Add converter_cls option to Task (#800) Eelke van den Bos 2024-07-06 01:01:39 -04:00
  • 7edacf6e24 Add converter_cls option to Task (#800) Eelke van den Bos 2024-07-06 01:01:39 -04:00
  • b65eee45a8 TYPO João Moura 2024-07-06 00:34:50 -04:00
  • 58558a1950 TYPO João Moura 2024-07-06 00:34:50 -04:00
  • 42708d60bc chore: fix typo (#810) Ikko Eltociear Ashimine 2024-07-06 13:33:48 +09:00
  • 1607c85ae5 chore: fix typo (#810) Ikko Eltociear Ashimine 2024-07-06 13:33:48 +09:00
  • 75feeabc3c Fix incorrect definition of RAG in GithubTool docs (#864) Alex Brinsmead 2024-07-05 21:31:51 -07:00
  • a6ff342948 Fix incorrect definition of RAG in GithubTool docs (#864) Alex Brinsmead 2024-07-05 21:31:51 -07:00
  • f36a0b3b9c Performed spell check across the entire documentation (#872) Taleb 2024-07-06 07:30:40 +03:00
  • d2eb54ebf8 Performed spell check across the entire documentation (#872) Taleb 2024-07-06 07:30:40 +03:00
  • 57041af313 Fix/async tasks (#877) Eduardo Chiarotti 2024-07-06 01:30:07 -03:00
  • a41bd18599 Fix/async tasks (#877) Eduardo Chiarotti 2024-07-06 01:30:07 -03:00
  • cb1dc13a9d fixed intendation Jakub 2024-07-05 18:42:16 +02:00
  • 0cc37e0d72 WIP conditional tasks, added test and the logic flow, need to improve things within sequential since DRY best practices can be improved lj/conditional-tasks-feat Lorenze Jay 2024-07-05 08:40:58 -07:00
  • a5d2839431 arguments descriptions added to tool description Jakub Strnad 2024-07-05 16:30:41 +02:00
  • 8dfc40ff98 fix: Fix tests (#873) Eduardo Chiarotti 2024-07-05 09:06:56 -03:00
  • bb64c80964 fix: Fix tests (#873) Eduardo Chiarotti 2024-07-05 09:06:56 -03:00
  • 109e41f0ef fix: fix and add comments for all type checking errors fix/all-tests Eduardo Chiarotti 2024-07-04 23:21:36 -03:00
  • 7fbddc32b4 fix: remove need of vcr Eduardo Chiarotti 2024-07-04 22:57:22 -03:00
  • 8a04709cba fix: github python version Eduardo Chiarotti 2024-07-04 22:48:23 -03:00
  • a8a1648c8b fix: comment funciont not working in CI Eduardo Chiarotti 2024-07-04 22:39:52 -03:00
  • 6b800b7fff fix: test new approach Eduardo Chiarotti 2024-07-04 22:23:19 -03:00
  • 5cb5879d7c fix: test changing prompt tokens to get error on CI Eduardo Chiarotti 2024-07-04 22:08:22 -03:00
  • 0324a41819 fix: test changing prompt tokens to get error on CI Eduardo Chiarotti 2024-07-04 22:05:42 -03:00
  • efcf9f86df fix: test changing prompt tokens to get error on CI Eduardo Chiarotti 2024-07-04 22:03:30 -03:00
  • 4a44003bb5 fix: test changing prompt tokens to get error on CI Eduardo Chiarotti 2024-07-04 21:56:41 -03:00
  • 4af13c3c43 fix: comment test to see if ci passes Eduardo Chiarotti 2024-07-04 21:49:32 -03:00
  • 67b0b6d7c8 fix: comment test to see if ci passes Eduardo Chiarotti 2024-07-04 21:41:48 -03:00
  • 042b6199b3 fix: test remove vcr to test crew_test test Eduardo Chiarotti 2024-07-04 21:39:40 -03:00