JSPM

agentgenesis-cli

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q12826F
  • License MIT

Add components to your apps.

Package Exports

  • agentgenesis-cli
  • agentgenesis-cli/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (agentgenesis-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Agentgenesis-CLI

A CLI (inspired by shadcn-ui) for adding agentgenesis components to your project, making it easier to integrate and manage AI components within your codebase.

Installation

To get started with the Agentgenesis-CLI CLI, ensure you have npx installed. This tool allows you to run packages directly from npm without globally installing them.

Adding Components

Use the add command to add components to your project. This command installs the required dependencies and integrates the specified component into your project.

  1. Add a Specific Component

    To add a specific component, specify the component name:

     npx agentgenesis add [component]

    Example:

    Adding the LinkedIn Tool:

     npx agentgenesis add linkedintool

Full Documentation

For detailed documentation, including installation guides, component usage, and more, visit the Agentgenesis Documentation.

Contributing

Contributions are welcome! If you have suggestions for improvements, please open an issue or submit a pull request on the GitHub repository.