Skip to content

[Bug]: auxiliary title generation config is hardcoded to 30s and ignores config #32729

Description

@veryheavypickle

Bug Description

Problem

What happened

After a session completes, I get the message ⚠ Auxiliary title generation failed: Request timed out.. After investigating this issue, I updated the config auxiliary.title_generation.timeout to something high like 1800, and still get this issue.

Why this happens

I run local LLMs and setting context to high on qwen3.6:27b uses almost double the VRAM that I have, so the model runs very slowly.

What I expected

For the config parameter to work.

Solution

I copied what I had here into the analysis part

Steps to Reproduce

  1. Use a very slow model (would have to be local)
  2. Chat with hermes about whatever
  3. Wait about 3 minutes
  4. ⚠ Auxiliary title generation failed: Request timed out.

Expected Behavior

The title_generation uses the auxiliary.title_generation.timeout config

Actual Behavior

The title_generation does not use the auxiliary.title_generation.timeout config

Affected Component

Configuration (config.yaml, .env, hermes setup)

Messaging Platform (if gateway-related)

No response

Debug Report

Logs contain personal information (domains, usernames etc) so I won't share it. However nothing of importance is in these logs.

Operating System

Alpine Linux

Python Version

3.13.5

Hermes Version

0.14.0 (2026.5.16)

Additional Logs / Traceback (optional)

Root Cause Analysis (optional)

I have identified in the code where this disconnect from the config file happens. So I can later create a pull request to fix this.
In agent/title_generator.py we can trace what happens, -> maybe_auto_title -> auto_title_session ->
Once we get to generate_title, we can see that auto_title_session passes no timeout to generate_title, so it defaults to 30s.

Proposed Fix (optional)

The solution is to use the auxiliary.title_generation.timeout config. I haven't checked the rest of the codebase for how using the config is implemented but it should be a simple fix.

Are you willing to submit a PR for this?

  • I'd like to fix this myself and submit a PR

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3Low — cosmetic, nice to havearea/configConfig system, migrations, profilescomp/agentCore agent runtime: loop, agent_init, prompt builder, context-compression, responses endpointsweeper:implemented-on-mainSweeper: behavior already present on current maintype/bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions