llama-cpp-agent icon indicating copy to clipboard operation
llama-cpp-agent copied to clipboard

Module not found in 07Memory/agent_core_memory.py

Open erlebach opened this issue 1 year ago • 1 comments

The example agent_core_memory.py includes a non-existent file:

from llama_cpp_agent.llm_agent import LlamaCppAgent, SystemPromptModules, SystemPromptModule

SystemPromptModules does not exist in the example file agent_core_memory.py.

I suggest that all examples should be part of the test suite, and be listed in RED if they don't function with the latest release.

erlebach avatar Dec 14 '24 19:12 erlebach

@erlebach Will look into this next week, just started working on the project again.

Maximilian-Winter avatar Dec 30 '24 19:12 Maximilian-Winter