-
**例行检查**
[//]: # (方框内删除已有的空格,填 x 号)
+ [x] 我已确认目前没有类似 issue
+ [x] 我已确认我已升级到最新版本
+ [x] 我已完整查看过项目 README,尤其是常见问题部分
+ [x] 我理解并愿意跟进此 issue,协助测试和提供反馈
+ [x] 我理解并认可上述内容,并理解项目维护者精力有限,**不遵循规则的 issue 可能…
-
1. Under Working Agent mention - Agent Content Team identity like researcher, outliner, writer, reviewer
![image](https://github.com/AJaySi/AI-Writer/assets/158307974/fe458d66-adbe-4445-a668-8ab…
-
It has been down for at least a week or so, and still unable to reach, can someone look into it please?
-
I have encountered a limitation in the current implementation of agentic tasks: they are only capable of producing a single output file. In certain scenarios, an agent might need to generate multiple …
-
**Is your feature request related to a problem? Please describe.**
This feature request is related to brand new ask, such as integration of external libraries/frameworks.
**Describe the use case**…
-
```import os
from crewai import Agent, Task, Crew, Process
from langchain.llms import Ollama, openai
from langchain.tools import DuckDuckGoSearchRun
search_tool = DuckDuckGoSearchRun()
Chat…
-
### Bug Description
I've had a situation where I have lost flows completely, they have been larger flows.
Generally what happens is that I open the flow and it is empty. Then when I go back to the…
-
Ollama Integration doesn't allow setting num_ctx in ollama
^ The default value of num_ctx in the API is 2k, and I would like to run llama3:70b with num_ctx 8192.
https://docs.crewai.com/how-to/L…
-
working with python 3.12, when I run pip install -r requirement.txt, I met this error:
> INFO: pip is looking at multiple versions of chromadb to determine which version is compatible with other requ…
-
I use API that have rate limits and others that need throttling.
What is the right way to this ?
I feel like the Max RPM parameter on the Agent is not a good fit because it seems focused on the numb…