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: curl, git, python3-zmq, man-db, ripgrep, Suggests: python3-torch | python3-torch-cuda | python3-torch-rocm, python3-transformers, lintian, sbuild, 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 general language understanding and editing, code generation, writing documentation, code editing, and more as you can imagine. . To achieve that, DebGPT gathers relevant information from various sources like files, directories, and URLs, and compiles it into a prompt for the LLM. DebGPT supports a range of LLM backends, both self-hosted and third-party, including any OpenAI-API compatible service (via the `openai` frontend), Anthropic, Google Gemini, and ZMQ (DebGPT's built-in backend).