/** * **MetaGPT** - 🌟 The Multi-Agent Framework: First AI Software Company, Towards Natural Language Programming * * @domain `deepwisdom.ai` * @programs `metagpt` * @version `0.8.2` (16 versions available) * @versions From newest version to oldest. * * @install `launchpad install deepwisdom.ai` * @homepage https://deepwisdom.ai/ * @dependencies `pkgx.sh^1`, `git-scm.org^2 # v0.7.0 requires it` * @buildDependencies `python.org@>=3.9<3.12` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.deepwisdomai * console.log(pkg.name) // "MetaGPT" * console.log(pkg.description) // "🌟 The Multi-Agent Framework: First AI Software..." * console.log(pkg.programs) // ["metagpt"] * console.log(pkg.versions[0]) // "0.8.2" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/deepwisdom-ai.md * @see https://ts-pkgx.netlify.app/usage */ export declare const deepwisdomaiPackage: { /** * The display name of this package. */ name: 'MetaGPT'; /** * The canonical domain name for this package. */ domain: 'deepwisdom.ai'; /** * Brief description of what this package does. */ description: '🌟 The Multi-Agent Framework: First AI Software Company, Towards Natural Language Programming'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/deepwisdom.ai/package.yml'; homepageUrl: 'https://deepwisdom.ai/'; githubUrl: 'https://github.com/geekan/MetaGPT'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install deepwisdom.ai'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +deepwisdom.ai -- $SHELL -i'; launchpadInstallCommand: 'launchpad install deepwisdom.ai'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['metagpt']; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['pkgx.sh^1', 'git-scm.org^2 # v0.7.0 requires it']; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['python.org@>=3.9<3.12']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['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']; aliases: readonly [] }; export type DeepwisdomaiPackage = typeof deepwisdomaiPackage