Skip to content

GPT Engineer

Platform to experiment with the AI Software Engineer. Terminal based. NOTE: Very different from https://gptengineer.app

Package Information

  • Domain: github.com/AntonOsika/gpt-engineer
  • Name: GPT Engineer
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install github.com/AntonOsika/gpt-engineer

Programs

This package provides the following executable programs:

  • gpte
  • gpt-engineer

Available Versions

Show all 15 versions
  • 0.3.1, 0.3.0, 0.2.9, 0.2.7, 0.2.5
  • 0.2.4, 0.2.3, 0.2.1, 0.0.9, 0.0.8
  • 0.0.7, 0.0.6, 0.0.5, 0.0.4, 0.0.3

Latest Version: 0.3.1

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +github.com/AntonOsika/gpt-engineer@0.3.1 -- $SHELL -i

Dependencies

This package depends on:

  • pkgx.sh^1

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry['GPT Engineer']

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.