Skip to content

auto-gpt

AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.

Package Information

  • Domain: agpt.co
  • Name: auto-gpt
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install auto-gpt

Programs

This package provides the following executable programs:

  • auto-gpt

Available Versions

Show all 9 versions
  • 0.4.7, 0.4.6, 0.4.5, 0.4.4, 0.4.3
  • 0.4.2, 0.4.0, 0.3.1, 0.3.0

Latest Version: 0.4.7

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) auto-gpt -- $SHELL -i

Dependencies

This package depends on:

  • python.org>=3.10<3.12
  • redis.io^7
  • tea.xyz^0

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry['auto-gpt']

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.