Skip to content

docs(delegate): clarify that the parent agent populates goal/context - #13698

Merged
teknium1 merged 1 commit into
mainfrom
hermes/hermes-914ac272
Apr 21, 2026
Merged

docs(delegate): clarify that the parent agent populates goal/context#13698
teknium1 merged 1 commit into
mainfrom
hermes/hermes-914ac272

Conversation

@teknium1

Copy link
Copy Markdown
Contributor

Summary

Two spots in the delegation docs said the user provides goal and context. The LLM parent agent is the one making delegate_task calls, not the user — reworded accordingly.

Changes

  • user-guide/features/delegation.md: the 'Subagents Know Nothing' warning now points at the parent agent populating the fields when calling delegate_task.
  • guides/delegation-patterns.md: the 'No conversation history' constraint gets the same clarification.

Docs only, no code or test changes.

…s goal/context

The 'subagents know nothing' warning and the 'no conversation history'
constraint both said the user provides the goal/context fields. In
practice the LLM parent agent calls delegate_task; the user configures
the feature but doesn't write delegation calls. Rewording to point at
the parent agent matches how the tool actually works.
@teknium1
teknium1 merged commit 3e1a337 into main Apr 21, 2026
8 checks passed
@teknium1
teknium1 deleted the hermes/hermes-914ac272 branch April 21, 2026 21:27
@alt-glitch alt-glitch added type/docs Documentation improvements tool/delegate Subagent delegation labels Apr 21, 2026
aj-nt pushed a commit to aj-nt/hermes-agent that referenced this pull request May 1, 2026
…s goal/context (NousResearch#13698)

The 'subagents know nothing' warning and the 'no conversation history'
constraint both said the user provides the goal/context fields. In
practice the LLM parent agent calls delegate_task; the user configures
the feature but doesn't write delegation calls. Rewording to point at
the parent agent matches how the tool actually works.
Luminet2023 pushed a commit to Luminet2023/hermes-agent that referenced this pull request May 1, 2026
…s goal/context (NousResearch#13698)

The 'subagents know nothing' warning and the 'no conversation history'
constraint both said the user provides the goal/context fields. In
practice the LLM parent agent calls delegate_task; the user configures
the feature but doesn't write delegation calls. Rewording to point at
the parent agent matches how the tool actually works.
Luminet2023 added a commit to Luminet2023/hermes-agent that referenced this pull request May 1, 2026
* upstream/main: (160 commits)
  feat(llm-wiki): port provenance markers, source hashing, and quality signals from llm-wiki-compiler (NousResearch#13700)
  fix(vision): restore tier-aware Nous vision model selection (NousResearch#13703)
  fix(vision): route Nous main-provider vision through tier-aware backend
  test(approval): regression guards for thread-local callback contract
  fix(security): TUI approval overlay accepts blind keystrokes, CLI thread-local callback invisible to agent
  chore(release): add Ifkellx to AUTHOR_MAP for PR NousResearch#12687
  fix(vision): resolve Nous vision model correctly in auto-detect path
  docs(delegate): clarify that the parent agent, not the user, populates goal/context (NousResearch#13698)
  fix(auxiliary): refresh Nous runtime credentials after aux 401s
  feat(delegate): orchestrator role and configurable spawn depth (default flat)
  fix(tui): inject VS16 so text-default emoji render as color glyphs
  feat(gateway): recognize .pdf in MEDIA: tag extraction (NousResearch#13683)
  test(delegate): make default_toolsets regression test robust to user config
  docs(delegate): remove default_toolsets from example config and docs
  refactor(delegate): drop dead default_toolsets from CLI default config
  feat(image-gen): add GPT Image 2 to FAL catalog (NousResearch#13677)
  fix(gateway): always inject reply-to pointer, not just when quoted text is absent (NousResearch#13676)
  fix(skills/llama-cpp): concise description, restore python bindings, fix curl
  improve llama.cpp skill
  fix(tui): route skills.manage through the long-handler thread pool
  ...

# Conflicts:
#	tools/file_tools.py
#	uv.lock
02356abc pushed a commit to 02356abc/hermes-agent that referenced this pull request May 14, 2026
…s goal/context (NousResearch#13698)

The 'subagents know nothing' warning and the 'no conversation history'
constraint both said the user provides the goal/context fields. In
practice the LLM parent agent calls delegate_task; the user configures
the feature but doesn't write delegation calls. Rewording to point at
the parent agent matches how the tool actually works.
gweeteve pushed a commit to gweeteve/hermes-agent that referenced this pull request Jun 2, 2026
…s goal/context (NousResearch#13698)

The 'subagents know nothing' warning and the 'no conversation history'
constraint both said the user provides the goal/context fields. In
practice the LLM parent agent calls delegate_task; the user configures
the feature but doesn't write delegation calls. Rewording to point at
the parent agent matches how the tool actually works.
waefrebeorn pushed a commit to waefrebeorn/slermes that referenced this pull request Jul 2, 2026
…s goal/context (NousResearch#13698)

The 'subagents know nothing' warning and the 'no conversation history'
constraint both said the user provides the goal/context fields. In
practice the LLM parent agent calls delegate_task; the user configures
the feature but doesn't write delegation calls. Rewording to point at
the parent agent matches how the tool actually works.
prmartinow pushed a commit to prmartinow/hermes-agent that referenced this pull request Aug 26, 2026
…s goal/context (NousResearch#13698)

The 'subagents know nothing' warning and the 'no conversation history'
constraint both said the user provides the goal/context fields. In
practice the LLM parent agent calls delegate_task; the user configures
the feature but doesn't write delegation calls. Rewording to point at
the parent agent matches how the tool actually works.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tool/delegate Subagent delegation type/docs Documentation improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants