WeSearch

Deep – CLI/REPL for generating and iterating on codebases using DeepSeek

·10 min read · 0 reactions · 0 comments · 17 views
#technology#programming#software
Deep – CLI/REPL for generating and iterating on codebases using DeepSeek
⚡ TL;DR · AI summary

DeepSeek has launched a CLI/REPL tool that allows users to generate complete projects using natural language descriptions. The tool learns from each execution to improve future outputs and offers various commands for building, updating, and fixing projects. It also provides an interactive REPL for conversational queries and project management.

Key facts
Original article
GitHub
Read full at GitHub →
Opening excerpt (first ~120 words) tap to expand

deep CLI/REPL para generar proyectos completos usando la API de DeepSeek. Le das una descripción en lenguaje natural y genera los archivos, los evalúa, y aprende de cada ejecución para mejorar las siguientes. Hecho con ❤️ por Cynchro Labs Instalación PyPI pip install deepseek-builder Linux / macOS bash <(curl -fsSL https://raw.githubusercontent.com/cynchro/deepseekCLI/main/install.sh) O desde el repositorio clonado: git clone https://github.com/cynchro/deepseekCLI.git cd deepseekCLI bash install.sh Windows Desde PowerShell (requiere Python 3.9+ instalado): git clone https://github.com/cynchro/deepseekCLI.git cd deepseekCLI .\install.ps1 O de forma remota: irm https://raw.githubusercontent.com/cynchro/deepseekCLI/main/install.ps1 | iex El instalador crea un entorno virtual en…

Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from GitHub