Skip to content
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

pydantic_core._pydantic_core.ValidationError: 6 validation errors for AgentState #2372

Open
5 tasks
KengoWada opened this issue Jan 22, 2025 · 0 comments
Open
5 tasks

Comments

@KengoWada
Copy link

Describe the bug
I get a pydantic error when I try to list agents.

Please describe your setup

  • How did you install letta?
    • pip install letta
  • Describe your setup
    • What's your OS (Windows/MacOS/Linux)? Ubuntu 24.04
    • How are you running letta? Docker

Screenshots

Image

Additional context

from letta import create_client

client = create_client(base_url="http://localhost:8283")
client.list_agents()

Letta Config
Please attach your ~/.letta/config file or copy paste it below.


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:

  • The exact model you're trying to use (e.g. dolphin-2.1-mistral-7b.Q6_K.gguf)
  • The local LLM backend you are using (web UI? LM Studio?)
  • Your hardware for the local LLM backend (local computer? operating system? remote RunPod?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant