repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | --- |
| #2 | name: Bug Report |
| #3 | about: Report a bug in Mnemosyne |
| #4 | title: '[BUG] ' |
| #5 | labels: bug |
| #6 | assignees: '' |
| #7 | --- |
| #8 | |
| #9 | ## Description |
| #10 | |
| #11 | A clear and concise description of the bug. |
| #12 | |
| #13 | ## Environment |
| #14 | |
| #15 | - **OS:** (e.g. Ubuntu 22.04, macOS 14, Windows 11) |
| #16 | - **Python version:** (output of `python --version`) |
| #17 | - **Mnemosyne version/commit:** (output of `git rev-parse --short HEAD` or version string) |
| #18 | - **Installation method:** `pip install -e .` / install script / manual clone |
| #19 | - **Hermes version:** (if using the Hermes plugin) |
| #20 | |
| #21 | ## Reproduction Steps |
| #22 | |
| #23 | 1. Step one |
| #24 | 2. Step two |
| #25 | 3. Step three |
| #26 | |
| #27 | Minimal code or command that triggers the bug: |
| #28 | |
| #29 | ```python |
| #30 | # Paste minimal reproduction here |
| #31 | ``` |
| #32 | |
| #33 | ## Expected Behavior |
| #34 | |
| #35 | What you expected to happen. |
| #36 | |
| #37 | ## Actual Behavior |
| #38 | |
| #39 | What actually happened. Include full error messages, tracebacks, or output. |
| #40 | |
| #41 | ``` |
| #42 | Paste logs / traceback here |
| #43 | ``` |
| #44 | |
| #45 | ## Mnemosyne Status |
| #46 | |
| #47 | Please run the following and paste the output: |
| #48 | |
| #49 | ```bash |
| #50 | hermes mnemosyne stats |
| #51 | ``` |
| #52 | |
| #53 | Or if using the Python API directly: |
| #54 | |
| #55 | ```python |
| #56 | from mnemosyne import get_stats |
| #57 | print(get_stats()) |
| #58 | ``` |
| #59 | |
| #60 | ## Optional: Database Info |
| #61 | |
| #62 | If relevant, include: |
| #63 | |
| #64 | ```bash |
| #65 | ls -la ~/.hermes/mnemosyne/data/ |
| #66 | sqlite3 ~/.hermes/mnemosyne/data/mnemosyne.db "SELECT COUNT(*) FROM working_memory; SELECT COUNT(*) FROM episodic_memory;" |
| #67 | ``` |
| #68 | |
| #69 | ## Checklist |
| #70 | |
| #71 | - [ ] I have searched existing issues to ensure this is not a duplicate |
| #72 | - [ ] I can reproduce this bug consistently |
| #73 | - [ ] I have included the full traceback / error message |
| #74 | - [ ] I have included my environment details |
| #75 |