Skip to content

fix(honcho): fall back to direct target peer cards#31240

Open
LeonSGP43 wants to merge 1 commit into
NousResearch:mainfrom
LeonSGP43:hermes/fix-31219-honcho-peer-card-fallback
Open

fix(honcho): fall back to direct target peer cards#31240
LeonSGP43 wants to merge 1 commit into
NousResearch:mainfrom
LeonSGP43:hermes/fix-31219-honcho-peer-card-fallback

Conversation

@LeonSGP43

Copy link
Copy Markdown
Contributor

Summary

  • fall back to the target peer's direct self-card when the observer-target Honcho lookup returns an empty card
  • update the empty honcho_profile hint so it no longer claims all self-hosted Honcho < 3.x behavior applies to every empty result
  • add a regression test covering the self-hosted-style empty targeted lookup path

Testing

  • env -i PATH="$PATH" HOME="$HOME" TZ=UTC LANG=C.UTF-8 LC_ALL=C.UTF-8 PYTHONHASHSEED=0 /Users/leongong/Desktop/LeonProjects/worktrees/hermes-agent/.base/.venv/bin/python -m pytest -q -o addopts="" tests/honcho_plugin/test_session.py tests/honcho_plugin/test_empty_profile_hint.py
  • /Users/leongong/Desktop/LeonProjects/worktrees/hermes-agent/.base/.venv/bin/python -m ruff check plugins/memory/honcho/session.py plugins/memory/honcho/__init__.py tests/honcho_plugin/test_session.py
  • git diff --check

Closes #31219.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
@alt-glitch alt-glitch added type/bug Something isn't working comp/plugins Plugin system and bundled plugins tool/memory Memory tool and memory providers P3 Low — cosmetic, nice to have duplicate This issue or pull request already exists labels May 24, 2026
@alt-glitch

Copy link
Copy Markdown
Collaborator

Duplicate of #17124 — same honcho peer card fallback to direct target peer cards. Also related to #27979 which combines the read fallback with write alignment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp/plugins Plugin system and bundled plugins duplicate This issue or pull request already exists P3 Low — cosmetic, nice to have tool/memory Memory tool and memory providers type/bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: honcho_profile tool returns "No profile facts" on self-hosted Honcho v3.0.7+

2 participants