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.
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
- Run the create command:
npm create agentflow@latest my-project
-
Follow the interactive prompts to configure your project.
-
Once complete, navigate to your project and install dependencies:
cd my-project
npm install
- 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
For complete documentation, visit agentflow.2point0.ai.
This package is open source and released under the Apache-2 Licence.
© Copyright 2024 Push Code Ltd.