logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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/flue
or

Install via npx

npx @hexmos/ipm i withastro/flue

Prerequisites

Node.js

runtime

npm

package manager

git

version control

Manual 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 build

Install with Flue CLI (Development)

git clone https://github.com/withastro/flue

cd flue

npm install

flue dev --target node

Post 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"}'