run reflection

This commit is contained in:
2026-02-01 13:04:44 -08:00
parent 32405a23e9
commit 5ac37e8432
2 changed files with 6 additions and 2 deletions

View File

@@ -221,6 +221,10 @@ class CodingAssistant(dspy.Signature):
- Run shell commands on the host → call run_bash()
- Search the codebase → call glob_files(), grep_files()
Make sure to check if a file was created by reading it after creating it.
After multiple iterations of the same thing not working, do not keep trying the same thing. Abort and try a different approach.
Do NOT confuse REPL variables with external files. Reading a file into a variable does not mean the variable updates if the file changes - you must call read_file() again."""
task: str = dspy.InputField(desc="The user's coding task or question")