Lorenze Jay
75bcb52be5
fix all verbose
2024-08-07 12:15:56 -07:00
Lorenze Jay
0584e29fb4
Merge branch 'main' of github.com:crewAIInc/crewAI into brandon/cre-130-pipeline-project-structure
2024-08-07 11:18:26 -07:00
Lorenze Jay
86c6760f58
Fix logging types to bool ( #1051 )
...
* fixes pydantic validations hierarchical
* more tests
* logger logs everything or not
* verbose rm levels to bool
* updated readme verbose levels
2024-08-07 10:31:18 -07:00
Lorenze Jay
167ac377c7
ignored signature of copy
2024-08-07 10:02:55 -07:00
Lorenze Jay
17f282a830
ignore mypy src on templates
2024-08-07 09:55:49 -07:00
Lorenze Jay
dca7fae17c
Merge branch 'main' of github.com:crewAIInc/crewAI into brandon/cre-130-pipeline-project-structure
2024-08-07 08:24:03 -07:00
Eduardo Chiarotti
498e96a419
Update issue templates ( #1067 )
...
* Update issue templates
Add both Bug and Feature templates
* Update feature_request.md
2024-08-06 14:47:00 -03:00
Thiago Moretto
c0c59dc932
Merge pull request #1064 from crewAIInc/thiago/pipeline-fix
...
Fix flaky test due to suppressed error on `on_llm_start` callback
2024-08-05 16:13:19 -03:00
Lorenze Jay
7392d32f52
Merge branch 'main' of github.com:crewAIInc/crewAI into brandon/cre-130-pipeline-project-structure
2024-08-05 11:00:31 -07:00
Lorenze Jay
398b3fa9d1
wrapped up router
2024-08-05 10:58:51 -07:00
Thiago Moretto
f3b3d321e5
Fix lint issue
2024-08-05 13:34:03 -03:00
Thiago Moretto
67e4433dc2
Fix flaky test due to suppressed error on on_llm_start callback
2024-08-05 13:29:39 -03:00
Lorenze Jay
574cfd4484
WIP: create pipelines cli working
2024-08-02 15:16:04 -07:00
Rip&Tear
4a7ae8df71
Update LLM-Connections.md ( #1039 )
...
* Minor fixes and updates
* minor fixes across docs
* Updated LLM-Connections.md
---------
Co-authored-by: theCyberTech <mattrapidb@gmail.com >
2024-08-02 15:04:52 -03:00
Rip&Tear
09f92122d5
Docs minor fixes ( #1035 )
...
* Minor fixes and updates
* minor fixes across docs
---------
Co-authored-by: theCyberTech <mattrapidb@gmail.com >
2024-08-02 15:01:16 -03: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
Lorenze Jay
8118b7b7d6
Feat/sliding context window ( #1042 )
...
* patching for non-gpt model
* removal of json_object tool name assignment
* fixed issue for smaller models due to instructions prompt
* fixing for ollama llama3 models
* WIP: generated summary from documents split, could also create memgpt approach
* WIP: need tests but user inputted summarization strategy implemented - handling context window exceeding errors
* rm extra line
* removed type ignores
* added tests
* handling n to summarize prompt
* code cleanup, using click for cli asker
* rm not used class
* better refactor
* reverted poetry lock
* reverted poetry.locl
* improved context window exceeding exception class
2024-08-01 13:15:50 -07: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