Commit Graph

706 Commits

Author SHA1 Message Date
Lorenze Jay
398b3fa9d1 wrapped up router 2024-08-05 10:58:51 -07:00
Lorenze Jay
574cfd4484 WIP: create pipelines cli working 2024-08-02 15:16:04 -07:00
Brandon Hancock
1d5583a624 more todos 2024-08-02 11:55:58 -04:00
Brandon Hancock
1f31a60950 changes for lorenze 2024-08-02 11:46:26 -04:00
Brandon Hancock
4660fb057b Restructure 2024-08-02 11:28:51 -04:00
Brandon Hancock
43e37444f3 WIP 2024-08-02 09:02:27 -04:00
Brandon Hancock
8b7a1eadc3 Fix poetry install from templates 2024-08-01 17:13:50 -04:00
Brandon Hancock
a5e0fa9ddf WIP 2024-08-01 16:56:01 -04:00
Brandon Hancock
41a0a10914 WIP. 2024-08-01 16:55:38 -04:00
Brandon Hancock
9996cf206e Working on creating Crew templates and pipeline templates 2024-08-01 11:43:39 -04:00
Brandon Hancock
c5e8302a7d Merge branch 'feature/procedure_v2' into brandon/cre-107-pipeline-conditional-routing 2024-07-31 11:31:30 -04:00
Brandon Hancock
b51343d453 Clean up docs 2024-07-31 10:58:26 -04:00
Brandon Hancock
06350a74ef Clean up end of docs 2024-07-31 10:57:09 -04:00
Brandon Hancock
d554e00454 Add router example to docs 2024-07-31 10:54:20 -04:00
Brandon Hancock
6aab0ebcbc Remove overly complicated test 2024-07-31 10:12:37 -04:00
Brandon Hancock
41df368156 Merge branch 'main' into feature/procedure_v2 2024-07-31 09:49:48 -04:00
Brandon Hancock
1147a1c93e Fix tests 2024-07-31 09:46:19 -04:00
João Moura
c93b85ac53 Preparing for new version 2024-07-30 19:21:18 -04:00
Brandon Hancock
1154cef798 Add more tests which showed underlying issue with traces 2024-07-30 16:25:03 -04:00
Lorenze Jay
6378f6caec WIP fixed mypy src types (#1036) 2024-07-30 10:59:50 -07:00
Brandon Hancock
19f87f2b82 Tests working now! 2024-07-30 13:57:12 -04:00
Brandon Hancock
a79efefe7b Fix critical circular dependency issues. Now needing to fix trace issue. 2024-07-30 13:29:01 -04:00
Brandon Hancock
4251494c55 Merge branch 'feature/procedure_v2' into brandon/cre-107-pipeline-conditional-routing 2024-07-30 09:55:20 -04:00
Brandon Hancock
072044c537 Rename variables based on joaos feedback 2024-07-30 09:54:11 -04:00
Brandon Hancock
e4b3b32b50 Merge branch 'feature/procedure_v2' into brandon/cre-107-pipeline-conditional-routing# 2024-07-30 09:44:23 -04:00
Brandon Hancock
e1a03ad97d Change names 2024-07-30 09:43:36 -04:00
Brandon Hancock
46fdada5e4 WIP. 2024-07-30 09:36:04 -04:00
Eduardo Chiarotti
d824db82a3 feat: Add execution time to both task and testing feature (#1031)
* feat: Add execution time to both task and testing feature

* feat: Remove unused functions

* feat: change test_crew to evalaute_crew to avoid issues with testing libs

* feat: fix tests
2024-07-29 23:17:07 -03:00
Matt Young
de6b597eff telemetry.py - fix typo in comment. (#1020) 2024-07-29 23:03:51 -03:00
Deepak Tammali
6111d05219 docs: Fix crewai-tools package name typo in getting-started docs (#1026) 2024-07-29 23:03:32 -03:00
Monarch Wadia
f83c91d612 Fixed package name typo in pip install command (#1029)
Changed `pip install crewai-tools` to `pip install crewai-tools`
2024-07-29 23:02:48 -03:00
Mackensie Alvarez
c8f360414e Update Start-a-New-CrewAI-Project-Template-Method.md (#1030) 2024-07-29 23:02:18 -03:00
Brandon Hancock
d72f5a601e Add missing doc string 2024-07-29 16:22:52 -04:00
Brandon Hancock
467c67c597 Merge branch 'feature/procedure_v2' into brandon/cre-107-pipeline-conditional-routing 2024-07-29 16:11:55 -04:00
Brandon Hancock
910c8df1a7 Update pipeline to use UsageMetric 2024-07-29 16:00:57 -04:00
Brandon Hancock
b9177f2d04 Merge branch 'brandon/cre-117-create-a-type-for-usage-metrics' into feature/procedure_v2 2024-07-29 15:55:11 -04:00
Brandon Hancock
03eafe1671 Fix 1 type error in pipeline 2024-07-29 15:54:49 -04:00
Brandon Hancock
f2830d9c7a Drop todo 2024-07-29 15:51:14 -04:00
Brandon Hancock
619806f80d Fix tests that were checking usage metrics 2024-07-29 15:48:48 -04:00
Brandon Hancock
e3182d135a WIP. Converting usage metrics from a dict to an object 2024-07-29 15:30:54 -04:00
Brandon Hancock
3d5bbf5da9 Fix missing rag datatype 2024-07-29 15:09:59 -04:00
Brandon Hancock
75c7aaf585 Merge branch 'main' into feature/procedure_v2 2024-07-29 14:27:28 -04:00
Brandon Hancock (bhancock_ai)
fa4393d77e Add in missing triple quote and execution time to resume agent functionality. (#1025)
* Add in missing triple quote and execution time to resume agent functionality

* Fixing broken kwargs and other issues causing our tests to fail
2024-07-29 14:39:02 -03:00
Brandon Hancock
083949fc23 Merge branch 'main' into feature/procedure_v2 2024-07-29 12:48:53 -04:00
Brandon Hancock
04de7730fa Add doc strings 2024-07-29 12:44:10 -04:00
Brandon Hancock
de6950046d Add developer notes to explain what is going on in pipelines. 2024-07-29 12:36:03 -04:00
Brandon Hancock
cb2276dc7d Add in Eduardo feedback. Still need to add in more commentary describing the design decisions for pipeline 2024-07-29 12:20:18 -04:00
Brandon Hancock
53e91a7c78 Fix circular dependencies and updated PipelineRouter 2024-07-29 11:31:34 -04:00
Rip&Tear
25c314befc Minor fixes and updates (#1019)
Co-authored-by: theCyberTech <mattrapidb@gmail.com>
2024-07-29 03:24:23 -03:00
Rip&Tear
2fe79e68cd Small 404 error fixes (#1018)
* Updated Docs:  New Getting started section + content update / addition

* fixed indentation issue

* Minor updates to fix typos

* Fixed up 404 error on latest commit

---------

Co-authored-by: theCyberTech <the_t3ch@pm.me>
Co-authored-by: theCyberTech <mattrapidb@gmail.com>
2024-07-28 22:01:04 -03:00