Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

crewAIInc/crewAI

tkyzdi starred crewAIInc/crewAI
tacitogrc forked crewAIInc/crewAI

tacitogrc/crewAI

bhancockio closed an issue on crewAIInc/crewAI
[BUG] fix: Improve tool description generation in Agent class for better LLM comprehension
### Description ## Issue The current implementation of `_render_text_description_and_args` in `agent.py` generates obscure and hard-to-parse tool descriptions for LLMs. It directly uses `str(to...
bhancockio pushed 1 commit to main crewAIInc/crewAI
  • improve tool text description and args (#1512) * improve tool text descriptoin and args * fix lint * Drop prin... 26afee9

View on GitHub

bhancockio closed a pull request on crewAIInc/crewAI
improve tool text description and args
Simplify tools for LLMs to better understand what they need to pass to tools. **Before** ``` Tool Name: Read website content(**kwargs: Any) -> Any Tool Description: Read website content(websi...
camillanapoles starred crewAIInc/crewAI
bhancockio pushed 1 commit to feature/simplify-tool-description-and-args crewAIInc/crewAI

View on GitHub

lorenzejay created a review on a pull request on crewAIInc/crewAI
simpler and cleaner! Awesome work!

View on GitHub

atla starred crewAIInc/crewAI
kitanat created a comment on an issue on crewAIInc/crewAI
I am also running into a similar problem with `tomllib`. I am running `Python 3.10.12`, after I did the install for crewAI I ran the command `pip freeze | grep crewai` and recieved this as output:...

View on GitHub

bhancockio created a review comment on a pull request on crewAIInc/crewAI
The root issue is that we are an agnostic platform and this PR directly couples CrewAI memory with mem0.

View on GitHub

bhancockio created a review comment on a pull request on crewAIInc/crewAI
This should be an optional dependency that users who want to use mem0 can add.

View on GitHub

bhancockio created a review on a pull request on crewAIInc/crewAI

View on GitHub

bhancockio created a review on a pull request on crewAIInc/crewAI

View on GitHub

bhancockio closed a pull request on crewAIInc/crewAI
Add support for retrieving user preferences and memories using Mem0 w/ Updates
Added additional tests and removed direct dependency on mem0 for all memory needs. Only made mem0 required when the user directly sets mem0 as a memory provider. @Dev-Khant Original PR -> ##...
eldolucas starred crewAIInc/crewAI
SergioRubio01 starred crewAIInc/crewAI
davpinto starred crewAIInc/crewAI
bhancockio pushed 1 commit to feature/simplify-tool-description-and-args crewAIInc/crewAI

View on GitHub

bhancockio pushed 1 commit to feature/simplify-tool-description-and-args crewAIInc/crewAI

View on GitHub

bhancockio opened a pull request on crewAIInc/crewAI
improve tool text description and args
**Before** ``` Tool Name: Read website content(**kwargs: Any) -> Any Tool Description: Read website content(website_url: 'string') - A tool that can be used to read a website content. website_ur...
bhancockio created a branch on crewAIInc/crewAI

feature/simplify-tool-description-and-args - Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.

Dev-Khant created a comment on a pull request on crewAIInc/crewAI
Hey @bhancockio I have fixed `mypy` issue and fixed the error message for api key in latest version of mem0. Will resolve the other issue in a while.

View on GitHub

c0dezli opened an issue on crewAIInc/crewAI
[BUG] fix: Improve tool description generation in Agent class for better LLM comprehension
### Description ## Issue The current implementation of `_render_text_description_and_args` in `agent.py` generates obscure and hard-to-parse tool descriptions for LLMs. It directly uses `str(tool...
miketromba starred crewAIInc/crewAI
EchoSilo starred crewAIInc/crewAI
c0dezli forked crewAIInc/crewAI

c0dezli/crewAI

bhancockio created a comment on a pull request on crewAIInc/crewAI
If I create a crew like this: ```python crew = Crew( agents=[qa_agent], tasks=[qa_task], verbose=True, memory=True, memory_config={ "provider": "mem0", ...

View on GitHub

erima2020 forked crewAIInc/crewAI

erima2020/crewAI

bhancockio reopened a pull request on crewAIInc/crewAI
Add support for retrieving user preferences and memories using Mem0
## Changes - Introduce a new memory type in CrewAI called 'UserMemory' which basically fetches the user's preferences and past memories based on the action that agent is going to take. Eg: in ca...
Load more