flowent

mcp
Security Audit
Pass
Health Pass
  • License — License: Apache-2.0
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Community trust — 248 GitHub stars
Code Pass
  • Code scan — Scanned 12 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

Run tasks and build workflows by talking to Flowent.

README.md

Flowent

npm version npm monthly downloads PyPI version PyPI monthly downloads
License CI Release Docker

Flowent

Run tasks and build workflows by talking to Flowent.

Flowent is an AI workspace built around Steward, an AI operator that helps you
run tasks, use tools, and build workflows through conversation. Simple requests
can be handled directly by the agent runtime; complex or repeatable work can
become workflows that Flowent creates, runs, and refines from execution
feedback.

Install

Flowent requires Bubblewrap for local tool isolation and ripgrep for file
search. Install the system packages first:

sudo apt-get install bubblewrap ripgrep

Install the CLI globally:

npm install -g flowent

Or install it with pip:

pip install flowent

Start the server:

flowent

Check system requirements:

flowent doctor

Docker Compose

Run the server with Docker Compose:

docker compose up

Tech Stack

  • Vite: frontend development server and build tool.
  • React: UI rendering model.
  • FastAPI: local application server and settings API.
  • uv: Python dependency and environment management.
  • Tailwind CSS: utility-first styling.
  • Shadcn UI: standard component patterns.
  • Lucide Icons: shared icon set.
  • Framer Motion: advanced interaction and transition animation.

Development

Install dependencies and start the local development server:

sudo apt-get install bubblewrap ripgrep
pnpm install
uv sync --project backend
pnpm dev

You can also run the development container:

docker compose -f docker-compose.dev.yml up

Reviews (0)

No results found