llama-cpp-agent
llama-cpp-agent copied to clipboard
Module not found in 07Memory/agent_core_memory.py
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 Will look into this next week, just started working on the project again.