João Moura
80dcbc7e46
updating LLM docs
2024-11-10 11:36:03 -03:00
João Moura
5bb1a3b257
preparing new version
2024-11-10 11:00:16 -03:00
João Moura
1267219c3d
making sure we don't check for agents that were not used in the crew
2024-11-06 23:07:23 -03:00
Brandon Hancock (bhancock_ai)
bd3f4042e2
fix missing config ( #1557 )
2024-11-05 12:07:29 -05:00
Brandon Hancock (bhancock_ai)
9a979f80a0
Fix flows to support cycles and added in test ( #1556 )
2024-11-05 12:02:54 -05:00
Brandon Hancock (bhancock_ai)
8204de61c3
Feat/watson in cli ( #1535 )
...
* getting cli and .env to work together for different models
* support new models
* clean up prints
* Add support for cerebras
* Fix watson keys
2024-11-05 12:01:57 -05:00
Tony Kipkemboi
e160fef306
docs update ( #1558 )
...
* add llm providers accordion group
* fix numbering
* Fix directory tree & add llms to accordion
* update crewai enterprise link in docs
2024-11-05 11:26:19 -05:00
Brandon Hancock (bhancock_ai)
9c6344967c
Raise an error if an LLM doesnt return a response ( #1548 )
2024-11-04 11:42:38 -05:00
Gui Vieira
8065a02f06
Increase providers fetching timeout
2024-11-01 18:54:40 -03:00
Brandon Hancock (bhancock_ai)
bd1a53a718
add inputs to flows ( #1553 )
...
* add inputs to flows
* fix flows lint
2024-11-01 14:37:02 -07:00
Brandon Hancock (bhancock_ai)
e873950e4c
Feat/ibm memory ( #1549 )
...
* Everything looks like its working. Waiting for lorenze review.
* Update docs as well.
* clean up for PR
2024-11-01 16:42:46 -04:00
Tony Kipkemboi
ad41065b03
Update docs ( #1550 )
...
* add llm providers accordion group
* fix numbering
* Fix directory tree & add llms to accordion
2024-11-01 15:58:36 -04:00
C0deZ
ae33fdd05f
refactor: Move BaseTool to main package and centralize tool description generation ( #1514 )
...
* move base_tool to main package and consolidate tool desscription generation
* update import path
* update tests
* update doc
* add base_tool test
* migrate agent delegation tools to use BaseTool
* update tests
* update import path for tool
* fix lint
* update param signature
* add from_langchain to BaseTool for backwards support of langchain tools
* fix the case where StructuredTool doesn't have func
---------
Co-authored-by: c0dez <li@vitablehealth.com >
Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com >
2024-11-01 12:30:48 -04:00
Vini Brasil
bb9e5461d6
Replace .netrc with uv environment variables ( #1541 )
...
This commit replaces .netrc with uv environment variables for installing
tools from private repositories. To store credentials, I created a new
and reusable settings file for the CLI in
`$HOME/.config/crewai/settings.json`.
The issue with .netrc files is that they are applied system-wide and are
scoped by hostname, meaning we can't differentiate tool repositories
requests from regular requests to CrewAI's API.
2024-10-31 15:00:58 -03:00
Tony Kipkemboi
4eb5cab464
Add llm providers accordion group ( #1534 )
...
* add llm providers accordion group
* fix numbering
2024-10-30 21:56:13 -04:00
Robin Wang
54386c0de4
Enhance log storage to support more data types ( #1530 )
2024-10-30 16:45:19 -04:00
Brandon Hancock (bhancock_ai)
f7d7b5fe18
Disable telemetry explicitly ( #1536 )
...
* Disable telemetry explicitly
* fix linting
* revert parts to og
2024-10-30 16:37:21 -04:00
Rip&Tear
f4a8aa5bda
Added security.md file ( #1533 )
2024-10-30 12:07:38 -04:00
João Moura
5d264d8e5a
prepare new version
2024-10-30 00:07:46 -03:00
Brandon Hancock (bhancock_ai)
e8bade008d
Bugfix/flows with multiple starts plus ands breaking ( #1531 )
...
* bugfix/flows-with-multiple-starts-plus-ands-breaking
* fix user found issue
* remove prints
2024-10-29 19:36:53 -03:00
Brandon Hancock (bhancock_ai)
20a0e4c0dd
Update flows cli to allow you to easily add additional crews to a flow ( #1525 )
...
* Update flows cli to allow you to easily add additional crews to a flow
* fix failing test
* adding more error logs to test thats failing
* try again
2024-10-29 11:53:48 -04:00
Tony Kipkemboi
17006e2fe2
Merge pull request #1519 from crewAIInc/feat/improve-tooling-docs
...
Improve tooling and flow docs
2024-10-29 11:05:17 -04:00
Brandon Hancock (bhancock_ai)
06ce3e7f85
Merge branch 'main' into feat/improve-tooling-docs
2024-10-29 10:41:04 -04:00
Brandon Hancock (bhancock_ai)
0f37e861aa
Update flows.mdx - Fix link
2024-10-29 10:40:49 -04:00
Brandon Hancock
73788e6c5b
Update flow docs to talk about self evaluation example
2024-10-28 12:18:03 -05:00
Brandon Hancock
1eb87a59cc
Update flow docs to talk about self evaluation example
2024-10-28 12:17:44 -05:00
Brandon Hancock
eac392974f
Improve tooling docs
2024-10-28 09:40:56 -05:00
Brandon Hancock (bhancock_ai)
26c2812baf
improve tool text description and args ( #1512 )
...
* improve tool text descriptoin and args
* fix lint
* Drop print
* add back in docstring
2024-10-25 18:42:55 -04:00
Vini Brasil
f131507e90
Forward install command options to uv sync ( #1510 )
...
Allow passing additional options from `crewai install` directly to
`uv sync`. This enables commands like `crewai install --locked` to work
as expected by forwarding all flags and options to the underlying uv
command.
2024-10-25 11:20:41 -03:00
Eduardo Chiarotti
c42c787f36
feat: add tomli so we can support 3.10 ( #1506 )
...
* feat: add tomli so we can support 3.10
* feat: add validation for poetry data
2024-10-25 10:33:21 -03:00
Brandon Hancock (bhancock_ai)
570c255bae
update plot command ( #1504 )
2024-10-24 14:44:30 -04:00
João Moura
a1e766afb2
new version
2024-10-23 18:10:37 -03:00
João Moura
da238e02f5
new version
2024-10-23 18:08:49 -03:00
João Moura
bf79353e43
updating crewai version
2024-10-23 17:58:58 -03:00
Brandon Hancock (bhancock_ai)
083f579290
Fix memory imports for embedding functions ( #1497 )
2024-10-23 11:21:27 -04:00
Brandon Hancock (bhancock_ai)
3f8f19a82b
support unsafe code execution. add in docker install and running checks. ( #1496 )
...
* support unsafe code execution. add in docker install and running checks.
* Update return type
2024-10-23 11:01:00 -04:00
Maicon Peixinho
0b486d562a
chore(readme-fix): fixing step for 'running tests' in the contribution section ( #1490 )
...
Co-authored-by: Eduardo Chiarotti <dudumelgaco@hotmail.com >
2024-10-23 11:38:41 -03:00
Rip&Tear
ed3edc5c43
fix/fixed missing API prompt + CLI docs update ( #1464 )
...
* 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
* Added docs for new CLI provider + fixed missing API prompt
* Minor doc updates
* allow user to bypass api key entry + incorect number selected logic + ruff formatting
* ruff updates
* Fix spelling mistake
---------
Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com >
Co-authored-by: Brandon Hancock <brandon@brandonhancock.io >
2024-10-23 09:41:14 -04:00
João Moura
38a131d525
preparing new verison
2024-10-23 05:34:34 -03:00
Brandon Hancock (bhancock_ai)
ab05c2048d
use copy to split testing and training on crews ( #1491 )
...
* use copy to split testing and training on crews
* make tests handle new copy functionality on train and test
* fix last test
* fix test
2024-10-22 21:31:44 -04:00
Lorenze Jay
aa18967629
ensure original embedding config works ( #1476 )
...
* ensure original embedding config works
* some fixes
* raise error on unsupported provider
* WIP: brandons notes
* fixes
* rm prints
* fixed docs
* fixed run types
* updates to add more docs and correct imports with huggingface embedding server enabled
---------
Co-authored-by: Brandon Hancock <brandon@brandonhancock.io >
2024-10-22 12:30:30 -07:00
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