Lorenze Jay
0c6514024e
hierarchical process unblocked for async tasks ( #995 )
...
* WIP: hierarchical unblock for async tasks
* added better test
* update name change
* added more test and crew manager cleanup
* remove prints
* code cleanup, no need to pass manager
2024-07-26 10:55:51 -07:00
Eduardo Chiarotti
b415e2273a
feat: add ability to set LLM for AgentPLanner on Crew ( #1001 )
...
* feat: add ability to set LLM for AgentPLanner on Crew
* feat: fixes issue on instantiating the ChatOpenAI on the crew
* docs: add docs for the planning_llm new parameter
* docs: change message to ChatOpenAI llm
* feat: add tests
2024-07-26 14:24:29 -03:00
Eduardo Chiarotti
56cb344c70
feat: add crew Testing/Evaluating feature ( #998 )
...
* feat: add crew Testing/evalauting feature
* feat: add docs and add unit test
* feat: improve testing output table
* feat: add tests
* feat: fix type checking issue
* feat: add raise ValueError when testing if output is not the expected
* docs: add docs for Testing
* feat: improve tests and fix some issue
* feat: back to sync
* feat: change opdeai model
* feat: fix test
2024-07-26 14:23:51 -03:00
Brandon Hancock (bhancock_ai)
b77cf9b279
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
5791325e63
clearer usage for crewai create command
2024-07-23 11:32:25 -07:00
Lorenze Jay
15e8593597
fixed bullet points for crew yaml annoations
2024-07-23 11:31:09 -07:00
Lorenze Jay
80c626504d
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
21dea21e97
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
0bbafe7e3b
prepping new version
2024-07-20 12:26:32 -04:00
Eduardo Chiarotti
fa15c9012a
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
16a949e7e4
preparing new verions
2024-07-19 13:22:28 -04:00
Eduardo Chiarotti
56fd603723
fix: agent missing fix ( #966 )
2024-07-19 13:15:33 -03:00
João Moura
67c06e5cef
rmeoving extra logging
2024-07-19 01:16:15 -04:00
Dev Khant
78518f139d
Docs: Update info about tools ( #896 )
2024-07-19 01:38:42 -03:00
ariel
4f3ae32eef
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
da5faeb451
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
341fcad9a4
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
96ca81b593
upgrade agentops to 0.3 ( #957 )
...
* upgrade agentops to 0.3
* lockfile
2024-07-18 13:30:04 -03:00
Lorenze Jay
405d45c3fb
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
3f2f832e8d
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
4f99ea547f
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
716d794092
better spacing
2024-07-17 08:40:52 -07:00
Lorenze Jay
9a1c19cfbd
code cleanup
2024-07-17 08:39:57 -07:00
Lorenze Jay
868ee4ce87
using gpt4o
2024-07-17 08:27:43 -07:00
Lorenze Jay
f6cc5d4c92
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)
da59bb22e6
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
e58b0a8d70
fixed test
2024-07-17 08:20:05 -07:00
Brandon Hancock
20863079fc
Merge branch 'main' into hotfix/improve-async-logging
2024-07-17 11:17:23 -04:00
Lorenze Jay
547729cdd7
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)
69867bc77e
Merge pull request #950 from crewAIInc/conditional-task-f
...
conditional task feat
2024-07-17 11:08:06 -04:00
Brandon Hancock
c4164440ca
Fix issues found by linter
2024-07-17 11:05:31 -04:00
Brandon Hancock
9777bf984f
Add more tests. Clean up docs. Improve conditional task
2024-07-17 11:03:11 -04:00
Brandon Hancock
80d6596247
Fix logging
2024-07-17 10:10:34 -04:00
João Moura
a1b37f073d
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
d261d68527
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
d5ae6a6f59
Merge branch 'main' of github.com:joaomdmoura/crewAI into conditional-task-f
2024-07-16 20:34:35 -07:00
Lorenze Jay
36b7d03612
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
39ab81ea83
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
dae39d37e9
code cleanup
2024-07-16 20:11:52 -07:00
Lorenze Jay
615cc03b9f
code cleanup
2024-07-16 20:07:05 -07:00
Brandon Hancock (bhancock_ai)
d4d9d475b0
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
8b5948d307
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
510472db93
added docs and tests
2024-07-16 16:04:41 -07:00
Lorenze Jay
dcc8a671b8
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
101bbc8954
ensures _update_manager_tools has a manager otherwise throw error
2024-07-16 15:15:50 -07:00
Lorenze Jay
e329e09b58
updated fixes for conditional tasks
2024-07-16 15:10:13 -07:00
Lorenze Jay
8833dc4451
fixed hierarchial manager tools when assigned an agent
2024-07-16 14:00:25 -07:00
Lorenze Jay
8710e6f545
better code spacing
2024-07-16 13:07:31 -07:00
Lorenze Jay
32491a156f
removing unused code
2024-07-16 13:06:50 -07:00
Lorenze Jay
c373d6136f
conditional task feat
2024-07-16 12:04:34 -07:00