diff options
| author | sigoden <sigoden@gmail.com> | 2024-07-12 19:28:10 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-12 19:28:10 +0800 |
| commit | 1051beca6a41c5112645f7e390e4e63dd6288e64 (patch) | |
| tree | acc413fc362f634b5e2d0fa1f3c72442d26a4de0 /agents/coder/README.md | |
| parent | 5600b68e044b4cd9bc55664ce3f41e9a339fc805 (diff) | |
| download | llm-functions-docker-1051beca6a41c5112645f7e390e4e63dd6288e64.tar.gz | |
feat: add coder agent (#70)
Diffstat (limited to 'agents/coder/README.md')
| -rw-r--r-- | agents/coder/README.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/agents/coder/README.md b/agents/coder/README.md new file mode 100644 index 0000000..85450ca --- /dev/null +++ b/agents/coder/README.md @@ -0,0 +1,20 @@ +# Coder + +Assist your coding tasks. + +## Features + +- 🏗️ Intelligent project structure creation and management +- 🖼️ Convert screenshots into clean, functional code +- 📁 Comprehensive file system operations (create folders, files, read/write files) +- 🧐 Advanced code analysis and improvement suggestions +- 📊 Precise diff-based file editing for controlled code modifications +- 🔍 Web search capabilities for up-to-date information + +## Examples + + + +https://github.com/user-attachments/assets/0851b9e7-3ac5-4ec1-ab8b-d845c460446b + +https://github.com/user-attachments/assets/df459938-3abf-442b-bc51-42bdb9c72c43 |
