Hi,
I'm working on a project that involves refactoring large applications from one programming language to another. The workflow requires sending a sequence of prompts each directing the agent to refactor a specific module or function, so the process needs to be fully automated.
Given the scale of the application, interactive CLI usage isn't feasible. I need a way to orchestrate CodeMachine agents programmatically (e.g., from a Python script that generates prompts dynamically).
From the documentation, it appears that CodeMachine only supports interactive CLI usage.
Is there currently any non-interactive or scriptable interface for CodeMachine, or plans to add one?
Thanks!