2 Open Issues Need Help Last updated: Mar 11, 2026

Open Issues Need Help

View All on GitHub

AI Summary: The user is unable to install the `astrbot_plugin_iris_memory` plugin because the `chromadb` library is not installed. The error message clearly indicates that `chromadb` needs to be installed using `pip install chromadb` for the plugin to function correctly.

Complexity: 1/5
good first issue

A memory plugin for astrbot

Python

AI Summary: The user is encountering an error when trying to use the 'memory' and 'iris' commands. The traceback indicates an `AttributeError` because the `CommandHandlers` object does not have the expected `handle_memory_command` method, suggesting a potential typo or incorrect method call within the plugin's code.

Complexity: 2/5
good first issue

A memory plugin for astrbot

Python