Closed debuggerone closed 2 months ago
This was just a super simple string substitution library that swaps {{var}} with a normalized text string. I've built numerous different template expansion engines in the past but honestly this approach covers the 90% case with only 1% of the complexity.
Subtask Overview
This subtask focuses on translating the
composePrompt.ts
utility from JavaScript to Python to enable dynamic prompt generation for the AgentM migration.Tasks
composePrompt.ts
function to Python, ensuring all functionality is preserved.Acceptance Criteria
composePrompt
function is fully translated to Python.