Skip to content

[Feature] dataset-dependent ACE prompts (generator, reflector, curator)#38

Open
snova-fengluh wants to merge 2 commits intomainfrom
feat/dataset-dependent-ace-prompts
Open

[Feature] dataset-dependent ACE prompts (generator, reflector, curator)#38
snova-fengluh wants to merge 2 commits intomainfrom
feat/dataset-dependent-ace-prompts

Conversation

@snova-fengluh
Copy link
Copy Markdown
Contributor

@snova-fengluh snova-fengluh commented Apr 21, 2026

Add task-specific prompts feature for Generator, Reflector, and Curator

  • Add PromptConfig dataclass (ace/prompts/config.py) to hold all agent prompts
  • Add load_prompts() function (ace/prompts/loader.py) to load task-specific
    prompts with fallback to defaults
  • Modify Generator, Reflector, and Curator agents to accept optional prompt
    parameters in init
  • Add prompt_config parameter to ACE class to pass custom prompts to agents
  • Add --task_prompts_dir CLI argument to all task run.py files (finance,
    mind2web, mind2web2)
  • Update README.md with new argument and Custom Task-Specific Prompts section
  • Update EXTENDING_ACE.md with corrected repository structure and comprehensive
    documentation for the new prompts feature

snova-fengluh and others added 2 commits April 21, 2026 15:15
- Add PromptConfig dataclass (ace/prompts/config.py) to hold all agent prompts
- Add load_prompts() function (ace/prompts/loader.py) to load task-specific
  prompts with fallback to defaults
- Modify Generator, Reflector, and Curator agents to accept optional prompt
  parameters in __init__
- Add prompt_config parameter to ACE class to pass custom prompts to agents
- Add --task_prompts_dir CLI argument to all task run.py files (finance,
  mind2web, mind2web2)
- Update README.md with new argument and Custom Task-Specific Prompts section
- Update EXTENDING_ACE.md with corrected repository structure and comprehensive
  documentation for the new prompts feature

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@snova-fengluh snova-fengluh changed the title [Feature-37] dataset-dependent ACE prompts (generator, reflector, curator) [Feature] dataset-dependent ACE prompts (generator, reflector, curator) Apr 21, 2026
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.

1 participant