-
### Required prerequisites
- [X] I have searched the [Issue Tracker](https://github.com/camel-ai/camel/issues) and [Discussions](https://github.com/camel-ai/camel/discussions) that this hasn't alre…
-
As discussed, let's get function(s) added to this databee repo enabling RAG over documents (PDF, Markdown, text).
You can use your discretion about what parts of Arguflow should be added in what o…
-
There are so many tools in the original list of this repo, that it's difficult to know which ones are more relevant. One metric that could help is to look to the number of stars of each repo. Would be…
-
Pose a question about one of the following articles:
[“Generative agents: Interactive simulacra of human behavior.”](https://dl.acm.org/doi/abs/10.1145/3586183.3606763) Park, Joon Sung, Joseph O'B…
-
-
Dear generative_agents developer,
Greetings! I am vansinhu, a community developer and volunteer at InternLM. Your work has been immensely beneficial to me, and I believe it can be effectively utilize…
-
Usually these sort of evaluations are made on large datasets of Q&A interactions. Deepeval's interface however is implemented in a way that calls to the LLM Evaluators Agents are done sequentially and…
-
`llm.summarize()` works totally as expected. `llm.chunked_summarize()` just returns the original input data without any processing behind the scenes (it returns output instantly, so I don't think it's…
-
problem happened when I try to imput command "run 1",
First it shows "Rate limit reached for default-text-embedding-ada-002 in organization…… on requests per min. Limit: 3 / min. Please try again …
-
在[《Generative Agents: Interactive Simulacra of Human Behavior》](https://arxiv.org/abs/2304.03442)中,作者对智能体的记忆做了一些特殊的处理,所有记忆都按时间进行组织,在取回记忆时,需要同时计算时间衰减因子、重要性和余弦相似度。同时,还通过Reflection机制形成记忆树,方便智能体产生抽象认识。在模拟…