Acceleration library for LLM agents.

llama llm
1 Open Issue Need Help Last updated: Aug 3, 2025

Open Issues Need Help

View All on GitHub
AI/ML LLM Optimization & Agents

AI Summary: The task is to debug an AttributeError in the MemGPT CLI's `list sources` command. The error arises because the `SourceModel` object lacks the `embedding_model` attribute, likely due to a mismatch between the code and the data structure of the external data source (a PDF document). The solution involves identifying the source of the discrepancy and updating the code to correctly access the embedding configuration information.

Complexity: 4/5
good first issue

Acceleration library for LLM agents.

C++
#llama#llm