Hey! I'm trying to run a locally-hosted Honcho instance, but struggling. Workspace list comes up empty after over a day of operation.
Self-hosted at http://honcho:8000 (set via /etc/hosts).
If I run with no HONCHO_API_KEY, I get no warnings/errors in log, but I get this:
nova@hermes:~/.hermes$ hermes memory status
Memory status
────────────────────────────────────────
Built-in: always active
Provider: honcho
Plugin: installed ✓
Status: not available ✗
Missing:
✗ HONCHO_API_KEY → https://app.honcho.dev
Installed plugins:
• byterover (requires API key)
• hindsight (requires API key)
• holographic (local)
• honcho (requires API key) ← active
• mem0 (requires API key)
• openviking (requires API key)
• retaindb (requires API key)
With a dummy API key, I get status: available in the memory command, but then also get WARNING plugins.memory.honcho: Honcho init failed: Invalid API key during gateway startup.
HONCHO_API_KEY=no-key-for-you as the dummy key in .env
{
"base_url": "http://honcho:8000"
}
i have a PR in the works to resolve my findings from being ported to a plugin . working on it! amazing feedback 
