-
https://github.com/joaomdmoura/crewAI-examples/tree/main/stock_analysis#integrating-ollama-with-crewai
```
ollama_openhermes = Ollama(model="agent")
```
Should be 'openhermes'
ollama_openhermes =…
-
I read the civitai tutorial and I’m confused on what using the GROQ api actually does. Does using the API generate the image remotely using Groq's Lang Processing Units GROQ’s (LPUs) or if it only ge…
-
agents.py
```
from crewai import Agent
from tools.search_tools import SearchTools
class AiBlogCreationAgent():
def editor_agent(self):
return Agent(
role='Editorial …
-
I cant figure out the cause and it is intermittent. It works one in ten times maybe.
I am in a conda environment using VSCode with python 3.10.14
I am using the code shown here with very little ch…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the [LangGraph](https://langchain-ai.github.io/langgraph/)/LangChain documentation with the integrat…
-
Changing a script from using a sequential process to a hierarchical one causes a Value error.
Here's the script:
```
import os
os.environ["OPENAI_API_KEY"] = "Your Key"
from crewai import …
-
### Describe the bug
I'm running into an issue after pulling the latest 0f134bf7 and running `pip install -U -r requirements.txt`.
I'm running the server with this command:
`python server.py --…
-
Description:
Our library currently has a tight coupling with **Streamlit** across multiple functions and modules. While this works well for Streamlit-based applications, it limits the library's usabi…
-
- [ ] https://github.com/aleeusgr/homestead
-
Hi! I have create agent and tool to ask user for input.
Agent:
```
user_manager = Agent(
role='Communication Manager',
goal='Ask user for input when information from user is required'…