-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain.js documentation with the integrated search.
- [X] I used the GitHub search to find a …
Pupix updated
3 weeks ago
-
I experimented with a use case in which I initialize an AgentExecutor with an `agent` chain that is a RemoteRunnable. i.e., the client side looks like this:
```python
from langchain.agents import Ag…
-
- [ ] https://arxiv.org/pdf/2307.07924.pdf
- [ ] https://github.com/OpenBMB/ChatDev
-
qwen-agent在[Group Chat](https://github.com/QwenLM/Qwen-Agent/blob/main/docs/agent_cn.md#12-groupchat-%E7%B1%BB)的多agent方案下,顺序编排agent时,上一个agent的响应内容,如何总结摘要后,流转到下一个agent?
即多agent之间的顺序编排与信息流转是怎么样?
-
I installed tensorrtllm_backend in the follow way:
1. `docker pull nvcr.io/nvidia/tritonserver:23.12-trtllm-python-py3`
2. `docker run -v /data2/share/:/data/ -v /mnt/sdb/benchmark/xiangrui:/root…
xxyux updated
1 month ago
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
我看一般的响应方式是这样的:
每次都返回一个单独的token,并不会累加.
![image](https://github.com/QwenLM/Qwen-Agent/assets/3832958/1f6cdfbf-952b-46f7-815f-9b844bd09fd1)
但是qwen-agent返回的却是累加的形式:
![image](https://github.com/QwenLM/…
-
🌐 Hello, amazing community!
I'm exploring the integration of two powerful libraries: **MiniAutoGen** and **[superagent-py](https://github.com/homanp/superagent-py)**, and I would greatly appreciate…
-
Thanks for your open source work. After watching the demo you released, I am wondering whether Next-GPT is an Agent?
-
Hello @dusty-nv !
I think the nanoLLM project could benefit from offering a server-client architecture, a little like what ollama does with `ollama serve` and the ollama client API.
This way, the cl…