Skip to content

FlowBondTech/flowb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,635 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlowB

FlowBond's core agent service. Privacy-centric assistant for events, dance community, and more.

Quick Start

cp .env.example .env  # fill in your values
npm install
npm run dev           # dev server with hot-reload

Endpoints

Method Path Description
GET /health Health check + plugin status
POST /api/v1/action Execute any FlowB action
POST /api/v1/events Discover events
GET /api/v1/plugins List plugin status

Example

curl -X POST http://localhost:8080/api/v1/action \
  -H "Content-Type: application/json" \
  -d '{"action":"help"}'

Dual Mode

  • HTTP Server: npm start (Fly.io deployment)
  • OpenClaw Plugin: import register from "./dist/openclaw.js"

Deploy

fly deploy

About

FlowB - FlowBond's core agent service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors