Rip&Tear

Results 8 issues of Rip&Tear

Issue: the github RAG tool and Directory searcher RAG tool fail to work with the following error. This means that even though the data is successfully loaded into the chromaDB,...

Unable to install agentops in a clean env when crewai and crewai-tools are installed due to a dependancy problem ![image](https://github.com/joaomdmoura/crewAI/assets/84775494/0fce5bc7-4398-4a19-a0a1-d192845abb18)

Using latest 0.1.28 crewai + tools ``` from langchain_groq import ChatGroq from crewai_tools import GithubSearchTool load_dotenv() # setup Groq os.environ["GROQ_API_BASE"] = 'https://api.groq.com/openai/v1' os.environ["GROQ_API_KEY"] ='REDACTED' groq_llm = ChatGroq(model="llama3-8b-8192") os.environ["OPENAI_API_BASE"] = "http://localhost:1234/v1/"...

Updated the logger.py file to include timestamps when logging output. For example: [2024-05-20 15:32:48][DEBUG]: == Working Agent: Researcher [2024-05-20 15:32:48][INFO]: == Starting Task: Research the topic [2024-05-20 15:33:22][DEBUG]: == [Researcher]...

Fiexed Type errors attemps > attempts

Fixed Type on line 53

This PR creates a new GitHub action to create an independent package of the CrewAI docs folder . Currently it is set to the following trigger which should be reviewed...

documentation
no-pr-activity

- Reformatted the OPENAI_BIGGER_MODELS list for better readability. - Updated the method for accessing the model schema in ToolUsage class to use model_json_schema() instead of schema(). - Enhanced conditional formatting...