Skip to content

Latest commit

 

History

History

README.md

cueme


npm npm downloads

Repo: cue-stack License

Source: https://github.com/nmhjklnm/cue-stack/tree/main/cue-command

Contributing · Trademark

A command protocol adapter for Cue, compatible with the existing SQLite mailbox (~/.cue/cue.db).

Note: image sending is currently unavailable (WIP).

Quick start (3 steps)

Step 1: Install cueme

npm install -g cueme

Step 2: Configure the protocol.md as your system prompt

Copy the contents of protocol.md into your runtime's system prompt / persistent rules:

If you installed via npm, protocol.md is also included in the package.

This file defines the Human Agent Protocol (HAP) rules and the cueme command interface.

Step 3: Run the UI and connect

cueme speaks to the same SQLite mailbox used by the UI (~/.cue/cue.db). Start the UI:

npm install -g cue-console
cue-console start

Open http://localhost:3000, then in your runtime chat type:

cue

Usage

join

cueme join <agent_runtime>

recall

cueme recall <hints>

cue

cueme cue <agent_id> -

pause

cueme pause <agent_id> -

You can also provide the prompt as a positional argument:

cueme pause <agent_id> "Paused. Click Continue when you are ready."

proto

Example (macOS + Windsurf):

cueme proto apply windsurf

For detailed proto usage (config, init, render, markers), see:

All commands output plain text to stdout.


QQ Group

QQ group QR code