Lorenze Jay
6d0251224e
Merge branch 'fix/memory-embedder-config' of github.com:crewAIInc/crewAI into fix/memory-embedder-config
2024-10-22 12:27:50 -07:00
Lorenze Jay
e2f70cb53f
updates to add more docs and correct imports with huggingface embedding server enabled
2024-10-22 12:27:47 -07:00
Brandon Hancock
0dd522ddff
Merge branch 'main' into fix/memory-embedder-config
2024-10-21 19:41:45 -04:00
Brandon Hancock (bhancock_ai)
093259389e
simplify flow ( #1482 )
...
* simplify flow
* propogate changes
* Update docs and scripts
* Template fix
* make flow kickoff sync
* Clean up docs
2024-10-21 19:32:55 -04:00
Lorenze Jay
5803b3fb69
fixed run types
2024-10-21 16:04:42 -07:00
Lorenze Jay
31c3082740
fixed docs
2024-10-21 14:29:11 -07:00
Lorenze Jay
21afc46c0d
Merge branch 'main' of github.com:crewAIInc/crewAI into fix/memory-embedder-config
2024-10-21 14:24:35 -07:00
Lorenze Jay
78882c6de2
rm prints
2024-10-21 14:24:26 -07:00
Lorenze Jay
2786086974
fixes
2024-10-21 14:24:07 -07:00
Brandon Hancock (bhancock_ai)
6bcb3d1080
drop unneccesary tests ( #1484 )
...
* drop uneccesary tests
* fix linting
2024-10-21 15:26:30 -04:00
Lorenze Jay
6b12ac9c0b
Merge branch 'main' of github.com:crewAIInc/crewAI into fix/memory-embedder-config
2024-10-21 09:31:56 -07:00
Lorenze Jay
266ecff395
WIP: brandons notes
2024-10-21 09:31:39 -07:00
Sam
71a217b210
fix(docs): typo ( #1470 )
2024-10-21 11:49:33 -04:00
Lorenze Jay
34d748d18e
raise error on unsupported provider
2024-10-21 08:37:42 -07:00
Vini Brasil
b98256e434
Adapt crewai tool install <tool> to uv ( #1481 )
...
This commit updates the tool install comamnd to uv's new custom index
feature.
Related: https://github.com/astral-sh/uv/pull/7746/
2024-10-21 09:24:03 -03:00
Lorenze Jay
79f527576b
some fixes
2024-10-20 18:26:24 -07:00
Lorenze Jay
3fc83c624b
ensure original embedding config works
2024-10-20 18:12:57 -07:00
João Moura
40f81aecf5
new verison
0.74.2
2024-10-18 17:57:37 -03:00
João Moura
d1737a96fb
cutting new version
2024-10-18 17:57:02 -03:00
Brandon Hancock (bhancock_ai)
84f48c465d
fix tool calling issue ( #1467 )
...
* fix tool calling issue
* Update tool type check
* Drop print
2024-10-18 15:56:56 -03:00
Eduardo Chiarotti
60efcad481
feat: add poetry.lock to uv migration ( #1468 )
2024-10-18 15:45:01 -03:00
João Moura
53a9f107ca
Avoiding exceptions
0.74.0
2024-10-18 08:32:06 -03:00
João Moura
6fa2b89831
fix tasks and agents ordering
2024-10-18 08:06:38 -03:00
João Moura
d72ebb9bb8
fixing annotations
2024-10-18 07:46:30 -03:00
João Moura
81ae07abdb
preparing new version
2024-10-18 07:13:17 -03:00
Lorenze Jay
6d20ba70a1
Feat/memory base ( #1444 )
...
* byom - short/entity memory
* better
* rm uneeded
* fix text
* use context
* rm dep and sync
* type check fix
* fixed test using new cassete
* fixing types
* fixed types
* fix types
* fixed types
* fixing types
* fix type
* cassette update
* just mock the return of short term mem
* remove print
* try catch block
* added docs
* dding error handling here
2024-10-17 13:19:33 -03:00
Rok Benko
67f55bae2c
Fix incorrect parameter name in Vision tool docs page ( #1461 )
...
Co-authored-by: João Moura <joaomdmoura@gmail.com >
2024-10-17 13:18:31 -03:00
Rip&Tear
9b59de1720
feat/updated CLI to allow for model selection & submitting API keys ( #1430 )
...
* updated CLI to allow for submitting API keys
* updated click prompt to remove default number
* removed all unnecessary comments
* feat: implement crew creation CLI command
- refactor code to multiple functions
- Added ability for users to select provider and model when uing crewai create command and ave API key to .env
* refactered select_choice function for early return
* refactored select_provider to have an ealry return
* cleanup of comments
* refactor/Move functions into utils file, added new provider file and migrated fucntions thre, new constants file + general function refactor
* small comment cleanup
* fix unnecessary deps
---------
Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com >
Co-authored-by: Brandon Hancock <brandon@brandonhancock.io >
2024-10-17 10:05:07 -04:00
Eduardo Chiarotti
798d16a6c6
feat: ADd warning from poetry -> uv ( #1458 )
2024-10-16 18:58:08 -03:00
Tony Kipkemboi
c9152f2af8
Upgrade docs to mirror change from Poetry to UV ( #1451 )
...
* Update docs to use instead of
* Add Flows YouTube tutorial & link images
2024-10-16 10:57:41 -04:00
Stephen Hankinson
24b09e97cd
use the same i18n as the agent for tool usage ( #1440 )
...
Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com >
2024-10-16 10:38:42 -04:00
Vini Brasil
a6b7295092
Adapt Tools CLI to uv ( #1455 )
...
* Adapt Tools CLI to UV
* Fix failing test
2024-10-16 10:55:04 -03:00
dbubel
725d159e44
fix typo in template file ( #1432 )
2024-10-14 16:51:04 -04:00
Stephen Hankinson
ef21da15e6
Correct the role for the message being added to the messages list ( #1438 )
...
Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com >
2024-10-14 16:49:16 -04:00
Muhammad Noman Fareed
de5d2eaa9b
Fix Cache Typo in Documentation ( #1441 )
2024-10-14 16:30:31 -04:00
Stephen Hankinson
e2badaa4c6
Use a slice for the manager request. Make the task use the agent i18n settings ( #1446 )
2024-10-14 16:30:05 -04:00
Eduardo Chiarotti
916dec2418
fix: training issue ( #1433 )
...
* fix: training issue
* fix: output from crew
* fix: message
2024-10-11 22:35:17 -03:00
Eduardo Chiarotti
7f387dd7c3
Feat/poetry to uv migration ( #1406 )
...
* feat: Start migrating to UV
* feat: add uv to flows
* feat: update docs on Poetry -> uv
* feat: update docs and uv.locl
* feat: update tests and github CI
* feat: run ruff format
* feat: update typechecking
* feat: fix type checking
* feat: update python version
* feat: type checking gic
* feat: adapt uv command to run the tool repo
* Adapt tool build command to uv
* feat: update logic to let only projects with crew to be deployed
* feat: add uv to tools
* fix; tests
* fix: remove breakpoint
* fix :test
* feat: add crewai update to migrate from poetry to uv
* fix: tests
* feat: add validation for ˆ character on pyproject
* feat: add run_crew to pyproject if doesnt exist
* feat: add validation for poetry migration
* fix: warning
---------
Co-authored-by: Vinicius Brasil <vini@hey.com >
2024-10-11 19:11:27 -03:00
Brandon Hancock (bhancock_ai)
6534a909d6
Trying to fix linting and other warnings ( #1417 )
...
* Trying to fix linting
* fixing more type issues
* clean up ci
* more ci fixes
---------
Co-authored-by: Eduardo Chiarotti <dudumelgaco@hotmail.com >
2024-10-11 09:45:53 -04:00
João Moura
b149bd4149
Preparing new version
0.70.1
2024-10-10 19:58:54 -03:00
João Moura
49138c6e37
updating init
2024-10-10 19:41:58 -03:00
João Moura
258b22f5bc
preparing new version
2024-10-10 19:35:52 -03:00
João Moura
b887c5cf3c
fixing tests
2024-10-10 19:32:26 -03:00
Shahar Yair
42871d9ffc
Fix/logger - fix #1412 ( #1413 )
...
* improved logger
* log file looks better
* better lines written to log file
---------
Co-authored-by: João Moura <joaomdmoura@gmail.com >
2024-10-10 19:15:34 -03:00
Tony Kipkemboi
a7696d5aed
Migrate docs from MkDocs to Mintlify ( #1423 )
...
* add new mintlify docs
* add favicon.svg
* minor edits
* add github stats
2024-10-10 19:14:28 -03:00
Brandon Hancock (bhancock_ai)
02718e291b
fix task cloning error ( #1416 )
2024-10-10 12:00:28 -04:00
Lennex Zinyando
76c4f2a2b4
Update twitter logo to x-twiiter ( #1403 )
2024-10-07 10:21:47 -04:00
Akesh kumar
fbc6a10f2e
Added version details ( #1402 )
...
Co-authored-by: João Moura <joaomdmoura@gmail.com >
2024-10-06 18:01:34 -03:00
Brandon Hancock (bhancock_ai)
5d8f8cbc79
reduce import time by 6x ( #1396 )
...
* reduce import by 6x
* fix linting
2024-10-06 17:55:32 -03:00
Brandon Hancock (bhancock_ai)
0dfe3bcb0a
quick fixes ( #1385 )
...
* quick fixes
* add generic name
---------
Co-authored-by: João Moura <joaomdmoura@gmail.com >
2024-10-04 13:23:42 -03:00