Tony Kipkemboi
845b764ce9
Add Cerebras LLM example configuration to LLM docs ( #1488 )
2024-10-22 13:41:29 -04:00
Brandon Hancock (bhancock_ai)
dc16ac4cc3
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
Brandon Hancock (bhancock_ai)
fd1c9ec63a
drop unneccesary tests ( #1484 )
...
* drop uneccesary tests
* fix linting
2024-10-21 15:26:30 -04:00
Sam
06793d1318
fix(docs): typo ( #1470 )
2024-10-21 11:49:33 -04:00
Vini Brasil
233fec1ea8
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
João Moura
9278736718
new verison
2024-10-18 17:57:37 -03:00
João Moura
e5a18a6ccf
cutting new version
2024-10-18 17:57:02 -03:00
Brandon Hancock (bhancock_ai)
b3d16bba5f
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
69cd84d78f
feat: add poetry.lock to uv migration ( #1468 )
2024-10-18 15:45:01 -03:00
João Moura
e4f950720c
Avoiding exceptions
2024-10-18 08:32:06 -03:00
João Moura
7948e62fd5
fix tasks and agents ordering
2024-10-18 08:06:38 -03:00
João Moura
c00e714460
fixing annotations
2024-10-18 07:46:30 -03:00
João Moura
02eb7e7f81
preparing new version
2024-10-18 07:13:17 -03:00
Lorenze Jay
65c32806ec
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
0eb3ba34dd
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
175f40024b
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
c86d4ef29c
feat: ADd warning from poetry -> uv ( #1458 )
2024-10-16 18:58:08 -03:00
Tony Kipkemboi
d4213cecb7
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
8720316e2f
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
42f960b2bd
Adapt Tools CLI to uv ( #1455 )
...
* Adapt Tools CLI to UV
* Fix failing test
2024-10-16 10:55:04 -03:00
dbubel
60a87c7f77
fix typo in template file ( #1432 )
2024-10-14 16:51:04 -04:00
Stephen Hankinson
99bcc44ce6
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
dda5e0de0f
Fix Cache Typo in Documentation ( #1441 )
2024-10-14 16:30:31 -04:00
Stephen Hankinson
bcffbca854
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
a6d3898080
fix: training issue ( #1433 )
...
* fix: training issue
* fix: output from crew
* fix: message
2024-10-11 22:35:17 -03:00
Eduardo Chiarotti
2256462b7e
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)
f1ecbc3f14
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
02a8edf866
Preparing new version
2024-10-10 19:58:54 -03:00
João Moura
3a1bb36848
updating init
2024-10-10 19:41:58 -03:00
João Moura
7faff4710d
preparing new version
2024-10-10 19:35:52 -03:00
João Moura
24139f541d
fixing tests
2024-10-10 19:32:26 -03:00
Shahar Yair
d5427fb019
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
063ad2d99d
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)
8119b7239d
fix task cloning error ( #1416 )
2024-10-10 12:00:28 -04:00
Lennex Zinyando
384288e7b1
Update twitter logo to x-twiiter ( #1403 )
2024-10-07 10:21:47 -04:00
Akesh kumar
cdc907a87d
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)
32395b14d2
reduce import time by 6x ( #1396 )
...
* reduce import by 6x
* fix linting
2024-10-06 17:55:32 -03:00
Brandon Hancock (bhancock_ai)
f5699ddf68
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
Brandon Hancock (bhancock_ai)
4361f4ff75
Brandon/cre 291 flow improvements ( #1390 )
...
* Implement joao feedback
* update colors for crew nodes
* clean up
* more linting clean up
* round legend corners
---------
Co-authored-by: João Moura <joaomdmoura@gmail.com >
2024-10-04 13:22:46 -03:00
Brandon Hancock (bhancock_ai)
f98c2c00d8
Brandon/cre 288 add telemetry to flows ( #1391 )
...
* Telemetry for flows
* store node names
2024-10-04 13:21:55 -03:00
Brandon Hancock (bhancock_ai)
b106927a4e
add plotting to flows documentation ( #1394 )
2024-10-04 13:19:09 -03:00
Vini Brasil
5dee13e078
Add --force option to crewai tool publish ( #1383 )
...
This commit adds an option to bypass Git remote validations when
publishing tools.
2024-10-04 11:02:50 -03:00
Eren Küçüker
d063ed3014
docs: correct miswritten command name ( #1365 )
...
Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com >
2024-10-03 12:22:07 -04:00
Tony Kipkemboi
91f9d56544
Update README ( #1376 )
...
* Change all instaces of crewAI to CrewAI and fix installation step
* Update the example to use YAML format
* Update to come after setup and edits
* Remove double tool instance
2024-10-03 12:09:26 -04:00
Guilherme de Amorim
fd3c8a8f92
fix: JSON encoding date objects ( #1374 )
2024-10-02 16:06:10 -04:00
Thiago Moretto
8742400b67
Merge pull request #1382 from crewAIInc/tm-basic-event-structure
...
Add tool usage events
2024-10-02 12:54:51 -03:00
Vini Brasil
7c1f88cd07
Add Git validations for publishing tools ( #1381 )
...
This commit prevents tools from being published if the underlying Git
repository is unsynced with origin.
2024-10-02 11:46:18 -03:00
Thiago Moretto
02fe5814f7
Make tests green again
2024-10-02 11:36:27 -03:00
Thiago Moretto
5166e7abd7
Merge branch 'main' into tm-basic-event-structure
2024-10-02 11:18:46 -03:00
Thiago Moretto
43d7bbbd03
Add tool usage events
2024-10-02 11:11:07 -03:00