Replies: 1 comment 4 replies
|
I am not sure I understand fully. You can set the orchestrator prompt yourself using the flags and you can inject things into it using
I was also looking at this recently it is quite interesting but couldn't get to more yet. |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Currently, the system prompts are hardcoded in the following locations:
As a result, any modifications to these prompts require building a custom version of
late-cli.Proposal:
Add a way to specify custom prompt paths at runtime via parameters or environment variables. This would allow the prompts to reside within the user's project directory or any other arbitrary path.
Reasoning/Use Case:
I am currently investigating the Andrej Karpathy LLM Wiki pattern using Obsidian. I want
late-clito have access to my Obsidian vault; while the default coding prompts already work reasonably well, I would like to customize them to further emphasize data processing.Everything else is working great - the bash tool is a perfect match for this workflow.
All reactions