Files
chromebrew/packages/py3_gpt_researcher.rb
2025-08-13 12:54:56 +00:00

15 lines
390 B
Ruby

require 'buildsystems/pip'
class Py3_gpt_researcher < Pip
description 'LLM based autonomous agent that conducts deep local and web research on any topic and generates a long report with citations.'
homepage 'https://gptr.dev/'
version "0.14.3-#{CREW_PY_VER}"
license 'Apache-2.0'
compatibility 'all'
source_url 'SKIP'
depends_on 'python3' => :build
no_compile_needed
end