Skip to content

✨ sync: restore parallel optimization guidance in context-based prompt formatting#3482

Merged
WMC001 merged 1 commit into
developfrom
cj/sync_parallel_guidance_to_context_formatting
Jul 23, 2026
Merged

✨ sync: restore parallel optimization guidance in context-based prompt formatting#3482
WMC001 merged 1 commit into
developfrom
cj/sync_parallel_guidance_to_context_formatting

Conversation

@cj2026-bit

@cj2026-bit cj2026-bit commented Jul 22, 2026

Copy link
Copy Markdown
Collaborator

Summary

PR #3475 refactored prompt management from YAML templates into the
context-based formatting system (formatting.py). The parallel scheduling
guidance for Manager agents was previously defined in
manager_system_prompt_template_en.yaml / zh.yaml and was lost during
the migration.

Change

Restore the parallel optimization guidance in the new location:
sdk/nexent/core/agents/context/formatting.py (both en and zh versions).

  • EN: "If you have multiple independent subtasks, you can issue multiple
    agent calls in a single step -- the system will execute them in parallel..."
  • ZH: "如果你有多个互不依赖的子任务,可以在单步内发出多个助手调用..."

Files Changed

sdk/nexent/core/agents/context/formatting.py —2 lines added

Screenshot

3e4f9499-c759-4f78-8dff-e163bca4315e

…t formatting

PR #3475 refactored prompt management from YAML templates into the
context-based formatting system. The parallel scheduling guidance for
Manager agents was previously defined in manager_system_prompt_template_*.yaml
and was lost during the migration.

This commit restores the guidance in the new location:
- sdk/nexent/core/agents/context/formatting.py (en + zh)

Co-Authored-By: Claude <noreply@anthropic.com>
@cj2026-bit cj2026-bit self-assigned this Jul 22, 2026
@codecov

codecov Bot commented Jul 22, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@WMC001
WMC001 merged commit b08fc42 into develop Jul 23, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants