diff options
| author | Leonard Kugis <leonard@kug.is> | 2026-04-09 19:22:02 +0200 |
|---|---|---|
| committer | Leonard Kugis <leonard@kug.is> | 2026-04-09 19:22:02 +0200 |
| commit | 204d82d3d5b67c0b0aacf4193540e1c3c2eb95f1 (patch) | |
| tree | e1ab833f80fe161887155ea802830263fb146ad0 /agents/dev/README.md | |
| parent | 99d82aa5b73bb4f5a09f347860aa408dd2b5cc9e (diff) | |
| download | llm-functions-docker-204d82d3d5b67c0b0aacf4193540e1c3c2eb95f1.tar.gz | |
Introduced dev agent
Diffstat (limited to 'agents/dev/README.md')
| -rw-r--r-- | agents/dev/README.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/agents/dev/README.md b/agents/dev/README.md new file mode 100644 index 0000000..8473974 --- /dev/null +++ b/agents/dev/README.md @@ -0,0 +1,22 @@ +# Coder + +An AI agent that assists 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 + +## Examples + + + +https://github.com/user-attachments/assets/9363990f-15a9-48c6-b227-8900cfbe0a18 + +## Similar Projects + +- https://github.com/Doriandarko/claude-engineer +- https://github.com/paul-gauthier/aider
\ No newline at end of file |
