João Moura
40d378abfb
updating LLM docs
0.79.0
2024-11-10 11:36:03 -03:00
João Moura
1b09b085a7
preparing new version
2024-11-10 11:00:16 -03:00
João Moura
9f2acfe91f
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)
e856359e23
fix missing config ( #1557 )
2024-11-05 12:07:29 -05:00
Brandon Hancock (bhancock_ai)
faa231e278
Fix flows to support cycles and added in test ( #1556 )
2024-11-05 12:02:54 -05:00
Brandon Hancock (bhancock_ai)
3d44795476
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
f50e709985
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)
d70c542547
Raise an error if an LLM doesnt return a response ( #1548 )
2024-11-04 11:42:38 -05:00
Gui Vieira
57201fb856
Increase providers fetching timeout
2024-11-01 18:54:40 -03:00
Brandon Hancock (bhancock_ai)
9b142e580b
add inputs to flows ( #1553 )
...
* add inputs to flows
* fix flows lint
2024-11-01 14:37:02 -07:00
Brandon Hancock (bhancock_ai)
3878daffd6
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
34954e6f74
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
e66a135d5d
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
66698503b8
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
ec2967c362
Add llm providers accordion group ( #1534 )
...
* add llm providers accordion group
* fix numbering
2024-10-30 21:56:13 -04:00
Robin Wang
4ae07468f3
Enhance log storage to support more data types ( #1530 )
2024-10-30 16:45:19 -04:00
Brandon Hancock (bhancock_ai)
6193eb13fa
Disable telemetry explicitly ( #1536 )
...
* Disable telemetry explicitly
* fix linting
* revert parts to og
2024-10-30 16:37:21 -04:00
Rip&Tear
55cd15bfc6
Added security.md file ( #1533 )
2024-10-30 12:07:38 -04:00
João Moura
5f46ff8836
prepare new version
0.76.9
2024-10-30 00:07:46 -03:00
Brandon Hancock (bhancock_ai)
cdfbd5f62b
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)
b43f3987ec
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
240527d06c
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)
276cb7b7e8
Merge branch 'main' into feat/improve-tooling-docs
2024-10-29 10:41:04 -04:00
Brandon Hancock (bhancock_ai)
048aa6cbcc
Update flows.mdx - Fix link
2024-10-29 10:40:49 -04:00
Brandon Hancock
fa9949b9d0
Update flow docs to talk about self evaluation example
2024-10-28 12:18:03 -05:00
Brandon Hancock
500072d855
Update flow docs to talk about self evaluation example
2024-10-28 12:17:44 -05:00
Brandon Hancock
04bcfa6e2d
Improve tooling docs
2024-10-28 09:40:56 -05:00
Brandon Hancock (bhancock_ai)
26afee9bed
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
f29f4abdd7
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
4589d6fe9d
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)
201e652fa2
update plot command ( #1504 )
2024-10-24 14:44:30 -04:00
João Moura
8bc07e6071
new version
0.76.2
2024-10-23 18:10:37 -03:00
João Moura
6baaad045a
new version
2024-10-23 18:08:49 -03:00
João Moura
74c1703310
updating crewai version
0.76.0
2024-10-23 17:58:58 -03:00
Brandon Hancock (bhancock_ai)
a921828e51
Fix memory imports for embedding functions ( #1497 )
2024-10-23 11:21:27 -04:00
Brandon Hancock (bhancock_ai)
e1fd83e6a7
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
7d68e287cc
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
f39a975e20
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
b8a3c29745
preparing new verison
0.75.1
2024-10-23 05:34:34 -03:00
Brandon Hancock (bhancock_ai)
9cd4ff05c9
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
0.75.0
2024-10-22 21:31:44 -04:00
Lorenze Jay
4687779702
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
8731915330
Add Cerebras LLM example configuration to LLM docs ( #1488 )
2024-10-22 13:41:29 -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
Brandon Hancock (bhancock_ai)
6bcb3d1080
drop unneccesary tests ( #1484 )
...
* drop uneccesary tests
* fix linting
2024-10-21 15:26:30 -04:00
Sam
71a217b210
fix(docs): typo ( #1470 )
2024-10-21 11:49:33 -04: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
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