-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't create and use agent normaly. #2401
Comments
Could you please upgrade to the latest version? For the web ADE, you need to have the latest server version or else there will be API mismatches. To avoid having to upgrade regularly, you can also use Letta desktop if you're on Mac. |
will try Letta desktop, but I want to learn letta code,now git pull,
|
If you want to build from source, I recommend doing:
This will run a server that reflects any changes that you've made locally. However if you change the API schemas, the ADE will not work. I'd recommend interacting the the server via the Python SDK or with REST APIs instead. |
Describe the bug
Can't create and use agent normaly.
Please describe your setup
git clone
then letta server
Screenshots
After creating agent and try to use it, the normal ade screen flashes, and then following screen:
Additional context
seemed some requests also not normal?
INFO: ::1:53055 - "GET /v1/agents/agent-79478aae-241e-452b-b2c1-54e86b926ad7/archival-memory HTTP/1.1" 404 Not Found
INFO: ::1:53040 - "GET /v1/agents/agent-79478aae-241e-452b-b2c1-54e86b926ad7 HTTP/1.1" 200 OK
INFO: ::1:53041 - "GET /v1/tools/composio/apps HTTP/1.1" 400 Bad Request
INFO: ::1:53053 - "GET /v1/agents/agent-79478aae-241e-452b-b2c1-54e86b926ad7/sources HTTP/1.1" 200 OK
INFO: ::1:53054 - "GET /v1/agents/agent-79478aae-241e-452b-b2c1-54e86b926ad7/context HTTP/1.1" 200 OK
Letta Config
[defaults]
preset = memgpt_chat
persona = sam_pov
human = basic
[archival_storage]
type = postgres
path = /Users/femtozheng/.letta
uri = postgresql://letta:letta@localhost:5432/letta
[recall_storage]
type = postgres
path = /Users/femtozheng/.letta
uri = postgresql://letta:letta@localhost:5432/letta
[metadata_storage]
type = sqlite
path = /Users/femtozheng/.letta
[version]
letta_version = 0.6.6
If you're not using OpenAI, please provide additional information on your local LLM setup:
Local LLM details
If you are trying to run Letta with local LLMs, please provide the following information:
dolphin-2.1-mistral-7b.Q6_K.gguf
)The text was updated successfully, but these errors were encountered: