Rip&Tear
172557684a
Revert "docs: Improve "Creating and Utilizing Tools in crewAI" documentation"
...
This reverts commit a65598bc72 .
2024-09-05 10:30:00 +08:00
Rip&Tear
8b732247cd
Revert "feat: Improve documentation for TXTSearchTool"
...
This reverts commit f7015763d4 .
2024-09-05 10:29:03 +08:00
Rip&Tear
b9b75c7e1d
feat: Improve documentation for TXTSearchTool
...
Updated wording positioning
2024-09-05 10:27:11 +08:00
Rip&Tear
0c59f8ea57
Update README.md
...
Updated GitHub links to point to new Repos
2024-09-05 10:17:46 +08:00
Rip&Tear (aider)
f7015763d4
feat: Improve documentation for TXTSearchTool
2024-09-05 00:06:11 +08:00
Rip&Tear (aider)
a65598bc72
docs: Improve "Creating and Utilizing Tools in crewAI" documentation
2024-09-04 18:31:09 +08:00
Rip&Tear (aider)
2527ba9074
feat: Improve documentation for Conditional Tasks in crewAI
2024-09-04 18:26:12 +08:00
Rip&Tear
ca8535a74b
Merge pull request #1273 from Astha0024/main
...
Update README.md with default model
2024-09-01 00:43:40 +08:00
Astha Puri
a1698744d4
Merge branch 'main' into main
2024-08-30 21:58:02 -04:00
Thiago Moretto
a092c7f2e6
Merge pull request #1269 from crewAIInc/tm-fix-cli-for-py310
...
Add py 3.10 support back to CLI + fixes
2024-08-30 13:39:04 -03:00
Thiago Moretto
36cb08c062
Add comment to warn about dro simple_toml_parser
2024-08-30 11:52:53 -03:00
Astha Puri
2f4fd36eb1
Update README.md
2024-08-30 06:55:31 -04:00
Astha Puri
ef2b783be0
Update README.md
2024-08-30 06:54:34 -04:00
João Moura
1dcb9934b7
preparing new version
2024-08-30 00:33:51 -03:00
João Moura
7a828f9ad9
updating deployment cli with
2024-08-30 00:32:18 -03:00
João Moura
d03b89486d
updating docs
2024-08-30 00:15:06 -03:00
João Moura
2f2945169d
removing base_model from telemetry
2024-08-29 23:35:05 -03:00
Thiago Moretto
d305c45273
Fix test
2024-08-29 15:58:47 -03:00
Thiago Moretto
b0e410f10e
Read as str no bytes
...
+handle when project_name is None (fails, basically)
2024-08-29 15:17:51 -03:00
Thiago Moretto
a0b8431ac7
Fix type checking + lint
2024-08-29 15:02:19 -03:00
Thiago Moretto
329027c2b8
Add python 3.10 support back to CLI +fixes
2024-08-29 14:37:34 -03:00
Thiago Moretto
2230279e05
Get current crewai version from poetry.lock
2024-08-29 11:14:04 -03:00
Thiago Moretto
b1ce3d57f0
Add Python 3.10 support to CLI
2024-08-29 10:22:54 -03:00
mvanwyk
d6034cebaa
bug: fix incorrect mkdocs site_url ( #1238 )
...
* bug: fix incorrect mkdocs site_url
* bug: fix incorrect mkdocs repo_url
Co-authored-by: Eduardo Chiarotti <dudumelgaco@hotmail.com >
---------
Co-authored-by: Eduardo Chiarotti <dudumelgaco@hotmail.com >
2024-08-24 15:45:59 -03:00
Brandon Hancock (bhancock_ai)
d73fd96ee5
Fix deployment name issue to support Azure ( #1253 )
...
* Fix deployment name issue to support Azure
* More carefully check atters on llm
2024-08-23 12:58:37 -04:00
Brandon Hancock (bhancock_ai)
e838638bef
Update async docs with more examples ( #1254 )
...
* Update async docs with more examples
* Add use cases
2024-08-23 12:51:58 -04:00
Eduardo Chiarotti
87d88e26ee
fix: All files pre commit ( #1249 )
2024-08-23 10:52:36 -03:00
Paul Nugent
f9be04c311
Update LLM-Connections.md ( #1190 )
...
Added missing quotes around os.environ
Co-authored-by: Eduardo Chiarotti <dudumelgaco@hotmail.com >
2024-08-23 10:39:06 -03:00
Eduardo Chiarotti
a962896d0e
Feat/cli deploy ( #1240 )
...
* feat: set basic structure deploy commands
* feat: add first iteration of CLI Deploy
* feat: some minor refactor
* feat: Add api, Deploy command and update cli
* feat: Remove test token
* feat: add auth0 lib, update cli and improve code
* feat: update code and decouple auth
* fix: parts of the code
* feat: Add token manager to encrypt access token and get and save tokens
* feat: add audience to costants
* feat: add subsystem saving credentials and remove comment of type hinting
* feat: add get crew version to send on header of request
* feat: add docstrings
* feat: add tests for authentication module
* feat: add tests for utils
* feat: add unit tests for cl
* feat: add tests
* feat: add deploy man tests
* feat: fix type checking issue
* feat: rename tests to pass ci
* feat: fix pr issues
* feat: fix get crewai versoin
* fix: add timeout for tests.yml
2024-08-23 10:20:03 -03:00
Rip&Tear
c0c1302611
Merge pull request #1239 from ShuHuang/patch-1
...
Bugfix: Update LLM-Connections.md
2024-08-23 09:49:46 +08:00
Shu Huang
e0c1af14bd
Bugfix: Update LLM-Connections.md
...
The original code doesn't work due to a comma
2024-08-22 14:39:15 +01:00
Brandon Hancock (bhancock_ai)
45a5e12ff8
Brandon/cre 211 fix agent and task config for yaml based projects ( #1211 )
...
* Fixed agents. Now need to fix tasks.
* Add type fixes and fix task decorator
* Clean up logs
* fix more type errors
* Revert back to required
* Undo changes.
* Remove default none for properties that cannot be none
* Clean up comments
* Implement all of Guis feedback
2024-08-20 09:31:02 -04:00
William Espegren
afa2847b3f
docs: add spider docs ( #1165 )
...
* docs: add spider docs
* chore: add "Spider scraper" to mkdocs.yml
2024-08-20 07:53:04 -03:00
Rip&Tear
122dd945fe
Merge pull request #1216 from theCyberTech/main
2024-08-20 18:32:04 +08:00
Eduardo Chiarotti
e684e06809
feat: Add only on release to deploy docs ( #1212 )
2024-08-20 07:26:50 -03:00
Rip&Tear
cc9620f7fd
Merge pull request #2 from theCyberTech/theCyberTech-operations-per-run
...
Update operations-per-run in stale.yml
2024-08-20 12:54:55 +08:00
Rip&Tear
d4784507d0
Update operations-per-run in stale.yml
...
operations-per-run: 1200
this will allow for complete cleanup of all exiting issues
2024-08-20 12:54:26 +08:00
Rip&Tear
dbde306639
Merge pull request #1206 from theCyberTech/main
...
Create Cli.md
2024-08-17 21:51:13 +08:00
Rip&Tear
e4f01f4906
Update Cli.md
2024-08-17 20:55:46 +08:00
Rip&Tear
6ec2070936
Create Cli.md
...
Added initial Cli.md to help users get info on Cli commands
2024-08-17 20:06:31 +08:00
Rip&Tear
46e5929622
Merge pull request #1205 from theCyberTech/theCyberTech-stale-fix
...
Update stale.yml
2024-08-17 20:00:43 +08:00
Eduardo Chiarotti
ef2502a14f
feat: Add crewai install CLI command ( #1203 )
...
* feat: Add crewai install CLI command
* feat: Add crewai install to the docs and force now crewai run
2024-08-17 08:41:53 -03:00
Rip&Tear
7fd6ef7012
Update stale.yml
...
Added
operations-per-run: 500
2024-08-17 19:16:31 +08:00
Rip&Tear
dbede37121
Merge pull request #1194 from crewAIInc/docs_update
...
Updated Documentation to fix minor issues + minor .github fixes
2024-08-17 08:14:17 +08:00
Brandon Hancock (bhancock_ai)
678dfffb62
Adding Autocomplete to OSS ( #1198 )
...
* Cleaned up model_config
* Fix pydantic issues
* 99% done with autocomplete
* fixed test issues
* Fix type checking issues
2024-08-16 15:04:21 -04:00
Brandon Hancock (bhancock_ai)
c511f4d0b5
Clean up pipeline ( #1187 )
...
* Clean up pipeline
* Make versioning dynamic in templates
* fix .env issues when openai is trying to use invalid keys
* Fix type checker issue in pipeline
* Fix tests.
2024-08-16 14:47:28 -04:00
Vini Brasil
8fdf741b73
Add name and expected_output to TaskOutput ( #1199 )
...
* Add name and expected_output to TaskOutput
This commit adds task information to the TaskOutput class. This is
useful to provide extra context to callbacks.
* Populate task name from function names
This commit populates task name from function names when using
annotations.
2024-08-15 22:24:41 +01:00
Eduardo Chiarotti
a5d8ca7b16
feat: Add bandit ci pipeline ( #1200 )
...
* feat: Add bandit ci pipeline
* feat: add useforsecurty false for bandit pipeline
* feat: Add report only for High severity issues
2024-08-15 18:19:57 -03:00
theCyberTech
a6f433597c
Updated Documentaion to fix navigation link for pipelin feature, removed legacy md fiel from .github & added missing config.yml config to remove custom issues from user access
2024-08-15 16:35:05 +08:00
Rip&Tear
323790384c
Merge pull request #1183 from crewAIInc/feature-templates
...
Feature templates
2024-08-15 11:29:36 +08:00