Lorenze Jay
044301fca2
patching for non-gpt model
2024-07-24 21:06:35 -07:00
Brandon Hancock (bhancock_ai)
2d086ab596
Merge pull request #994 from crewAIInc/fix/getting-started-docs
...
fixed bullet points for crew yaml annoations
2024-07-23 14:36:45 -04:00
Lorenze Jay
776c67cc0f
clearer usage for crewai create command
2024-07-23 11:32:25 -07:00
Lorenze Jay
78ef490646
fixed bullet points for crew yaml annoations
2024-07-23 11:31:09 -07:00
Lorenze Jay
4da5cc9778
Feat yaml config all attributes ( #985 )
...
* WIP: yaml proper mapping for agents and agent
* WIP: added output_json and output_pydantic setup
* WIP: core logic added, need cleanup
* code cleanup
* updated docs and example template to use yaml to reference agents within tasks
* cleanup type errors
* Update Start-a-New-CrewAI-Project.md
---------
Co-authored-by: João Moura <joaomdmoura@gmail.com >
2024-07-23 00:21:01 -03:00
Eduardo Chiarotti
6930656897
feat: add crewai test feature ( #984 )
...
* feat: add crewai test feature
* fix: remove unused import
* feat: update docstirng
* fix: tests
2024-07-22 17:21:05 -03:00
João Moura
349753a013
prepping new version
v0.41.1
2024-07-20 12:26:32 -04:00
Eduardo Chiarotti
f53a3a00e1
fix: planning feature output ( #969 )
...
* fix: planning feature output
* fix: add validation for planning result
2024-07-20 11:56:53 -03:00
João Moura
e2113fe417
preparing new verions
v0.41.0
2024-07-19 13:22:28 -04:00
Eduardo Chiarotti
f9288295e6
fix: agent missing fix ( #966 )
2024-07-19 13:15:33 -03:00
João Moura
fcc57f2fc0
rmeoving extra logging
2024-07-19 01:16:15 -04:00
Dev Khant
5cb6ee9eeb
Docs: Update info about tools ( #896 )
2024-07-19 01:38:42 -03:00
ariel
b38f0825e7
Fix broken link to the installation guide ( #912 )
...
Updated the installation guide link to use the absolute URL instead of a relative path, ensuring it correctly points to 'https://docs.crewai.com/how-to/Installing-CrewAI/ '.
2024-07-19 01:37:54 -03:00
Salman Faroz
f51e94dede
Update Crews.md ( #889 )
...
To solve :
I encountered an error while trying to use the tool. This was the error: DuckDuckGoSearchRun._run() got an unexpected keyword argument 'q'.
Tool duckduckgo_search accepts these inputs: A wrapper around DuckDuckGo Search. Useful for when you need to answer questions about current events. Input should be a search query.
refer : https://github.com/joaomdmoura/crewAI/issues/316
2024-07-19 01:37:24 -03:00
robbyriverside
47bf93d291
Update Memory.md ( #728 )
...
The memory documentation left me with a lot of questions. After I went through the code to find an answer. I added this paragraph to explain what I found. Hope this is helpful.
2024-07-19 01:36:54 -03:00
Braelyn Boynton
41fd1c6124
upgrade agentops to 0.3 ( #957 )
...
* upgrade agentops to 0.3
* lockfile
2024-07-18 13:30:04 -03:00
Lorenze Jay
be1b9a3994
Reset memory ( #958 )
...
* reseting memory on cli
* using storage.reset
* deleting memories on command
* added tests
* handle when no flags are used
* added docs
2024-07-18 13:29:42 -03:00
Eduardo Chiarotti
61a196394b
feat: Add planning feature to crew ( #919 )
...
* feat: add planning feature to crew
* feat: add test to planning handler and change to execute_async method
* docs: add planning parameter to the Core documentation
* docs: add planning docs
* fix: fix type checking issue
* fix: test and logic
2024-07-18 13:15:08 -03:00
Lorenze Jay
5b442e4350
Merge pull request #951 from crewAIInc/test-hierarchical-tools-proper-setup
...
Test hierarchical tools proper setup
2024-07-17 08:53:23 -07:00
Lorenze Jay
c9920b9823
better spacing
2024-07-17 08:40:52 -07:00
Lorenze Jay
2faa2dbddb
code cleanup
2024-07-17 08:39:57 -07:00
Lorenze Jay
76607062f0
using gpt4o
2024-07-17 08:27:43 -07:00
Lorenze Jay
a8cac9b7e9
Merge branch 'main' of github.com:joaomdmoura/crewAI into test-hierarchical-tools-proper-setup
2024-07-17 08:21:13 -07:00
Brandon Hancock (bhancock_ai)
dfacc8832f
Merge pull request #954 from crewAIInc/hotfix/improve-async-logging
...
Fix logging for async and sync tasks
2024-07-17 11:20:13 -04:00
Lorenze Jay
93f643f851
fixed test
2024-07-17 08:20:05 -07:00
Brandon Hancock
cbf5d548be
Merge branch 'main' into hotfix/improve-async-logging
2024-07-17 11:17:23 -04:00
Lorenze Jay
6946b89e17
Merge branch 'main' of github.com:joaomdmoura/crewAI into test-hierarchical-tools-proper-setup
2024-07-17 08:16:44 -07:00
Brandon Hancock (bhancock_ai)
dc4911b1ca
Merge pull request #950 from crewAIInc/conditional-task-f
...
conditional task feat
2024-07-17 11:08:06 -04:00
Brandon Hancock
6ad218f9a0
Fix issues found by linter
2024-07-17 11:05:31 -04:00
Brandon Hancock
36efa172ee
Add more tests. Clean up docs. Improve conditional task
2024-07-17 11:03:11 -04:00
Brandon Hancock
a7a2dfd296
Fix logging
2024-07-17 10:10:34 -04:00
João Moura
7baaeacac3
Adding better support for open source tool calling models ( #952 )
...
* Adding better support for open source tool calling models
* making sure the right tool is called
* fixing tests
* better support opensource models
2024-07-17 05:54:13 -03:00
Lorenze Jay
021f2eb8a1
Merge branch 'conditional-task-f' of github.com:joaomdmoura/crewAI into test-hierarchical-tools-proper-setup
2024-07-16 20:35:27 -07:00
Lorenze Jay
cb720143c7
Merge branch 'main' of github.com:joaomdmoura/crewAI into conditional-task-f
2024-07-16 20:34:35 -07:00
Lorenze Jay
731de2ff31
Merge branch 'test-hierarchical-tools-proper-setup' of github.com:joaomdmoura/crewAI into test-hierarchical-tools-proper-setup
2024-07-16 20:31:42 -07:00
Lorenze Jay
24e28da203
Merge branch 'conditional-task-f' of github.com:joaomdmoura/crewAI into test-hierarchical-tools-proper-setup
2024-07-16 20:28:50 -07:00
Lorenze Jay
bde0a3e99c
code cleanup
2024-07-16 20:11:52 -07:00
Lorenze Jay
0415b9982b
code cleanup
2024-07-16 20:07:05 -07:00
Brandon Hancock (bhancock_ai)
99ada42d97
Merge pull request #941 from crewAIInc/bugfix/minor-max-retry-recursion-fix
...
Properly capture result from max retry recursive call
2024-07-16 22:05:58 -04:00
Lorenze Jay
ee32d36312
Merge branch 'conditional-task-f' of github.com:joaomdmoura/crewAI into test-hierarchical-tools-proper-setup
2024-07-16 16:05:09 -07:00
Lorenze Jay
ef928ee3cb
added docs and tests
2024-07-16 16:04:41 -07:00
Lorenze Jay
c66559345f
Merge branch 'conditional-task-f' of github.com:joaomdmoura/crewAI into test-hierarchical-tools-proper-setup
2024-07-16 15:20:46 -07:00
Lorenze Jay
3ad95d50d4
ensures _update_manager_tools has a manager otherwise throw error
2024-07-16 15:15:50 -07:00
Lorenze Jay
bc7f601f84
updated fixes for conditional tasks
2024-07-16 15:10:13 -07:00
Lorenze Jay
e8cbdb7881
fixed hierarchial manager tools when assigned an agent
2024-07-16 14:00:25 -07:00
Lorenze Jay
b0c2b15a3e
better code spacing
2024-07-16 13:07:31 -07:00
Lorenze Jay
c0f04bbb37
removing unused code
2024-07-16 13:06:50 -07:00
Lorenze Jay
c320fc655e
conditional task feat
2024-07-16 12:04:34 -07:00
Brandon Hancock (bhancock_ai)
ac2815c781
Add docs for crewoutput and taskoutput ( #943 )
...
* Add docs for crewoutput and taskoutput
* Add reference to change log
2024-07-15 21:39:15 -03:00
Gui Vieira
dd8a199e99
Introduce structure keys ( #902 )
...
* Introduce structure keys
* Add agent key to tasks
* Rebasing is hard
* Rename task output telemetry
* Feedback
2024-07-15 19:37:07 -03:00