diff options
| author | sigoden <sigoden@gmail.com> | 2024-07-13 05:02:52 +0000 |
|---|---|---|
| committer | sigoden <sigoden@gmail.com> | 2024-07-13 05:02:52 +0000 |
| commit | 30902f966c724c178bed0caa0e294bc9a3eeea42 (patch) | |
| tree | ea6247457370f0518dc8a3fb4cdc524bcee95a6d /agents/coder | |
| parent | 9b557ae1f5f0996e1149ef8d0099876cfe754d57 (diff) | |
| download | llm-functions-docker-30902f966c724c178bed0caa0e294bc9a3eeea42.tar.gz | |
refactor: improve agents
Diffstat (limited to 'agents/coder')
| -rw-r--r-- | agents/coder/README.md | 2 | ||||
| -rwxr-xr-x | agents/coder/tools.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/agents/coder/README.md b/agents/coder/README.md index 86a24c2..bdc30c7 100644 --- a/agents/coder/README.md +++ b/agents/coder/README.md @@ -19,7 +19,7 @@ https://github.com/user-attachments/assets/0851b9e7-3ac5-4ec1-ab8b-d845c460446b https://github.com/user-attachments/assets/df459938-3abf-442b-bc51-42bdb9c72c43 -## Reference +## Similar Projects - https://github.com/Doriandarko/claude-engineer - https://github.com/paul-gauthier/aider
\ No newline at end of file diff --git a/agents/coder/tools.sh b/agents/coder/tools.sh index dd9e7a8..b0c0cd4 100755 --- a/agents/coder/tools.sh +++ b/agents/coder/tools.sh @@ -12,7 +12,7 @@ fs_create() { echo "File created: $path" >> "$LLM_OUTPUT" } -# @cmd Apply changes to a file. Use this when you need to edit an existing file. +# @cmd Apply changes to a file. Use this when you need to edit an existing file. # YOU ALWAYS PROVIDE THE FULL FILE CONTENT WHEN EDITING. NO PARTIAL CONTENT OR COMMENTS. # YOU MUST PROVIDE THE FULL FILE CONTENT. |
