create-agentflow

0.3.0 • Public • Published

Agentflow Starter Kit create-agentflow

NPM Version NPM License

The recommended way to quickly set up and bootstrap Agentflow projects.

create-agentflow is a project template designed to streamline the process of setting up new Agentflow projects. This package serves as the entry point for developers and users looking to quickly get started with Agentflow.

Installation

The starter kit is used via your preferred package manager's create command:

# Using NPM
npm create agentflow@latest my-project

# Using Yarn
yarn create agentflow my-project

# Using Bun
bun create agentflow my-project

Usage

  1. Run the create command:
npm create agentflow@latest my-project
  1. Follow the interactive prompts to configure your project.

  2. Once complete, navigate to your project and install dependencies:

cd my-project
npm install
  1. Configure your project:
  • Add your AI provider settings in agentflow.config.js
  • Set up your API keys in the .env file

The starter kit creates a project with:

  • Basic project structure
  • Configuration file templates
  • Example workflows
  • Local CLI installation
  • All necessary dependencies

Documentation

For complete documentation, visit agentflow.2point0.ai.

License

This package is open source and released under the Apache-2 Licence.

© Copyright 2024 Push Code Ltd.

Readme

Keywords

none

Package Sidebar

Install

npm i create-agentflow

Weekly Downloads

19

Version

0.3.0

License

Apache-2.0

Unpacked Size

23.2 kB

Total Files

11

Last publish

Collaborators

  • lebrunel