Lorenze Jay
c185b37322
rm excluding type checks for template files on github action
2024-08-09 14:03:59 -07:00
Lorenze Jay
06316cdf2c
rm type errors on templates
2024-08-09 11:12:22 -07:00
Lorenze Jay
c9a1e7a247
exclude only required
2024-08-09 10:58:50 -07:00
Lorenze Jay
e5d22b53c5
revert
2024-08-09 10:39:11 -07:00
Lorenze Jay
8f0535b108
needed
2024-08-09 10:32:59 -07:00
Lorenze Jay
a8e66045ed
ignore types for templates
2024-08-09 10:23:07 -07:00
Lorenze Jay
dd01c32e71
fixed type ignore
2024-08-09 10:20:56 -07:00
Lorenze Jay
a53f2bc5e6
fixed type checker
2024-08-09 10:19:38 -07:00
Lorenze Jay
72402e8263
fixed broken test
2024-08-09 10:05:31 -07:00
Lorenze Jay
dc326cb79a
Merge branch 'main' of github.com:crewAIInc/crewAI into brandon/cre-130-pipeline-project-structure
2024-08-09 08:58:51 -07:00
Lorenze Jay
3c5556a102
fixed tests
2024-08-09 08:53:53 -07:00
Eduardo Chiarotti
6583f31459
Update issue templates ( #1076 )
...
* Update issue templates
* Update custom.md
2024-08-08 20:10:41 -03:00
Eduardo Chiarotti
217f5fc5ac
Create stale.yml ( #1158 )
2024-08-08 11:54:13 -03:00
Eduardo Chiarotti
297dc93fb4
feat: add cli to run the crew ( #1080 )
...
* feat: add cli to run the crew
* feat: change command to run_crew
* feat: change pyprojet to run_Crew
* docs: change docs to address crewai run
2024-08-08 10:48:22 -03:00
Lorenze Jay
0fdcf3f03b
fixes missing folders and then rm print statements
2024-08-07 13:45:41 -07:00
Lorenze Jay
a2346d2149
brought back correct folders
2024-08-07 13:37:04 -07:00
Lorenze Jay
28bdb53b4c
rm print statements
2024-08-07 12:18:43 -07:00
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