Source: debgpt Section: python Homepage: https://salsa.debian.org/deeplearning-team/debgpt Standards-Version: 4.7.4 Vcs-Git: https://salsa.debian.org/deeplearning-team/debgpt.git Vcs-Browser: https://salsa.debian.org/deeplearning-team/debgpt Maintainer: Debian Deep Learning Team Uploaders: Mo Zhou , Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pandoc, pybuild-plugin-pyproject, python3-all, python3-bs4, python3-openai, python3-prompt-toolkit, python3-pygments, python3-pytest , python3-pytest-cov , python3-pytest-xdist , python3-requests, python3-rich, python3-setuptools, python3-tenacity, Package: debgpt Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Recommends: git, man-db, python3-zmq, tldr, Suggests: python3-torch | python3-torch-cuda | python3-torch-rocm, python3-transformers, Description: General Purpose Terminal LLM Tool with Some Debian-Specific Design DebGPT is a lightweight terminal tool designed for everyday use with Large Language Models (LLMs), aiming to explore their potential in aiding Debian/Linux development. The possible use cases include code generation, documentation writing, code editing, and more, far beyond the capabilities of traditional software. . To achieve that, DebGPT gathers relevant information from various sources like files, directories, and URLs, and compiles it into a prompt for the LLM. It also supports Retrieval-Augmented Generation (RAG) using language embedding models. DebGPT supports a range of LLM service providers, both commercial and self-hosted, including OpenAI, Anthropic, Google Gemini, Ollama, LlamaFile, vLLM, and ZMQ (DebGPT's built-in backend for self-containment).