landai-systems/DevHands

Add support for multiple prompt templates (selectable)

オープン

#15 opened on 2025/07/29

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Python (3 件のフォーク)auto 404
featurehelp wantedlangchainprompt-library

Repository metrics

Stars
 (3 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Description: Let users choose between different prompt modes: "solid_refactor", "comment_review", "security_audit".

Tasks:

  • Create a prompt_templates/ folder
  • Move prompts into separate .txt or .md files (or constants with IDs)
  • Let the user choose a mode via CLI
  • Load and inject the selected prompt into Langchain agent calls

コントリビューターガイド