-
USING SDK
response = memgpt_client.send_message(
agent_id=agent_id,
message=prompt,
role="user",
)
--->
*llm_api/helpers.py:184: UserWarning: Failed …
-
**High-Level Description:**
Develop a feature that allows users to load a new document and initiate AI agent training using a selected Language Learning Model (LLM) for improved conversational capab…
-
How to use local LMM in this repo?
-
Note this error may not be seen always
**Steps to reproduce the problem:**
1. Create an agent with knowledge from onedrive location - Corps Docs (600+ files)
2. Have `New Files Ingestion Policy` se…
-
While following the quickstart guide here:
https://langchain-ai.github.io/langgraphjs/tutorials/quickstart/#making-your-first-agent-using-langgraph
Following the guide exactly, and using Node v2…
-
### Required prerequisites
- [X] I have read the documentation .
- [X] I have searched the [Issue Tracker](https://github.com/camel-ai/camel/issues) and [Discussions](https://github.com/camel-ai/c…
-
when create agents, it need upload a picture manually, we can improve it: Enter the bot's name and description, and use DALL·E-3 to generate a picture.
![image](https://github.com/kubeagi/arcadia…
-
**Steps to reproduce the problem:**
1. Create a agent with knowledge from a notion page ( `Test1` in my case)
Wait for the sync to be completed.
You may see the child pages not being synced right a…
-
### What happened?
When I try to launch motebook form `notebook/autobuild_agent_library.ipynb`
Part of code:
```
agent_list, _ = new_builder.build_from_library(building_task, library_path_or_json, l…
-
This is master issue to track implementation of inter-agent protocol.
Here is terminology we are going to use:
- `user` - individual who is using AI assistant
- `assistant agent` - AI agent tha…