From 1051beca6a41c5112645f7e390e4e63dd6288e64 Mon Sep 17 00:00:00 2001 From: sigoden Date: Fri, 12 Jul 2024 19:28:10 +0800 Subject: feat: add coder agent (#70) --- agents/coder/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 agents/coder/README.md (limited to 'agents/coder/README.md') 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 + +![image](https://github.com/user-attachments/assets/ad9c9d94-5248-46ba-be30-cc885bda9333) + +https://github.com/user-attachments/assets/0851b9e7-3ac5-4ec1-ab8b-d845c460446b + +https://github.com/user-attachments/assets/df459938-3abf-442b-bc51-42bdb9c72c43 -- cgit v1.2.3