Hy-Memory Setup Guide: Six-Layer Memory for AI Agents on Hermes
How to set up Hy-Memory, Tencent Hunyuan's six-layer memory framework for AI agents, with benchmarks, migration gotchas, and lessons from a five-agent fleet.
From the Lab
No posts match your filter.
How to set up Hy-Memory, Tencent Hunyuan's six-layer memory framework for AI agents, with benchmarks, migration gotchas, and lessons from a five-agent fleet.
If you're calling LLM APIs directly from your apps, you're flying blind. A local LLM gateway gives you logs, fallbacks, cost tracking, and a single configuration point for every provider. This post covers why that matters and how to deploy Bifrost in Docker in under five minutes.
Cache hit rate is the single number that determines your LLM bill. A small cache improvement cuts cost in half because cached tokens are 10-20x cheaper than fresh ones. Here's how to get there with Bifrost, OpenRouter session_id, and timing your API calls.
How I gave my AI agents unblockable web access using Firecrawl, Camofox, a residential proxy chain, and SearXNG — all self-hosted on a homelab.
Run CrowdSec in Docker as a central detection engine, with nftables bouncer on Proxmox and cs-routeros-bouncer on MikroTik. Full setup with collection tuning, whitelisting, and CAPI tradeoffs.
Full walkthrough for installing Arch Linux with ZFS as the root filesystem, native encryption via a passphrase, and GRUB bootloader configuration.
How to use ed25519-sk keys for 2FA SSH authentication. No more GPG hacks. Works with any FIDO2/U2F compatible security key.
GPU passthrough to a privileged LXC container for hardware transcoding. Intel, AMD, and Nvidia driver setup on the Proxmox host.
Configure pam-u2f for system login, sudo, and su. Individual vs central configuration files, plus passwordless sudo with a Yubikey touch.
Network-wide ad blocking with a DNS sinkhole on Raspberry Pi. Setup, DHCP configuration, and secondary DNS failover.
Running Docker inside an unprivileged LXC container with nesting, keyctl, and fuse features enabled. No bare-metal Docker on Proxmox.