How to install withastro/flue. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
withastro/flue Installation Guide
How to install withastro/flue. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for withastro/flue. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i withastro/flueor
Install via npx
npx @hexmos/ipm i withastro/fluePrerequisites
Node.js
runtimenpm
package managergit
version controlManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Install via npm
git clone https://github.com/withastro/flue
cd flue
npm install
npm run buildInstall with Flue CLI (Development)
git clone https://github.com/withastro/flue
cd flue
npm install
flue dev --target nodePost Installation Steps
- Start a conversation (port 3583 is `flue dev`'s default)
- curl http://localhost:3583/agents/hello/session-abc -H "Content-Type: application/json" -d '{"message": "Hello, Alice"}'
- Continue that conversation
- curl http://localhost:3583/agents/hello/session-abc -H "Content-Type: application/json" -d '{"message": "What did I just say?"}'
- Start a separate conversation
- curl http://localhost:3583/agents/hello/session-xyz -H "Content-Type: application/json" -d '{"message": "Hello from another conversation"}'
