0.1.0-alpha.4 • Published 4 months ago

contaigents v0.1.0-alpha.4

Weekly downloads
-
License
ISC
Repository
-
Last release
4 months ago

Contaigents CLI

A modular AI Content Ecosystem CLI tool.

Prerequisites

  • Node.js (v18 or higher recommended)
  • npm or yarn

Installation

Local Development

  1. Clone the repository and navigate to the CLI directory:
cd cli
  1. Install dependencies:
npm install
  1. Build the project:
npm run build
  1. Create a global symlink:
npm link

Now you can use ai-content command globally from anywhere in your terminal.

Using npx

You can run the CLI directly using npx:

npx contaigents

Global Installation

To install the package globally:

npm install -g contaigents

Usage

After installation, you can use the CLI in the following ways:

# Using the linked command
ai-content

# Using npx
npx contaigents

# If installed globally
contaigents

Development

To start development server:

npm run dev

To build the project:

npm run build

To start the built version:

npm start

Configuration

The CLI looks for configuration files in the .ai-content directory of your project. You can customize agent behaviors by modifying the configuration files.

Example configuration can be found in .ai-content/writer-config.json.

License

ISC

0.1.0-alpha.4

4 months ago

0.1.0-alpha.3

4 months ago

0.1.0-alpha.2

4 months ago

0.1.0-alpha.1

5 months ago