#468 · Primary category: AI Coding Assistants
deepseek-engineer
An AI-powered coding assistant that integrates with DeepSeek API to read, create, and edit files via natural conversation and function calling in a terminal interface.
Project last updated:05/31/25
GitHub Stars
2.2K
Forks
362
Contributors
1
License
MIT
Why we included this project
DeepSeek Engineer is a terminal-based coding assistant built around DeepSeek's reasoning models, so it makes the most sense if you already use DeepSeek or want something lighter than a full IDE plugin. It does more than chat: when you mention a file, it reads it, and it can create files, scaffold entire projects, and apply snippet-based edits with exact-match replacement. The chain-of-thought output stays visible, which is handy when you want to see the model's reasoning before accepting a change. The whole thing runs through function calls in a conversational flow, so you get real file operations in your local workspace without standing up heavyweight infrastructure. That makes it a good fit for solo developers and small teams who want a quick command-line helper.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.