Skip to content

MetaGPT

🌟 The Multi-Agent Framework: First AI Software Company, Towards Natural Language Programming

Package Information

  • Domain: deepwisdom.ai
  • Name: MetaGPT
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install metagpt

Programs

This package provides the following executable programs:

  • metagpt

Aliases

This package can also be accessed using these aliases:

  • metagpt

Available Versions

Show all 16 versions
  • 0.8.2, 0.8.1, 0.8.0, 0.7.7, 0.7.6
  • 0.7.4, 0.7.3, 0.7.2, 0.7.1, 0.7.0
  • 0.6.6, 0.6.4, 0.6.3, 0.6.2, 0.6.0
  • 0.5.2

Latest Version: 0.8.2

Install Specific Version

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

Dependencies

This package depends on:

  • pkgx.sh^1
  • git-scm.org^2 # v0.7.0 requires it

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.metagpt

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.