We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The example agent_core_memory.py includes a non-existent file:
agent_core_memory.py
from llama_cpp_agent.llm_agent import LlamaCppAgent, SystemPromptModules, SystemPromptModule
SystemPromptModules does not exist in the example file agent_core_memory.py.
SystemPromptModules
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.
The text was updated successfully, but these errors were encountered:
@erlebach Will look into this next week, just started working on the project again.
Sorry, something went wrong.
No branches or pull requests
The example
agent_core_memory.py
includes a non-existent file:SystemPromptModules
does not exist in the example fileagent_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.
The text was updated successfully, but these errors were encountered: