reflectt
v0.1.1
Published
CLI wrapper for reflectt-node — coordinate your AI agent team
Maintainers
Readme
reflectt
CLI wrapper for reflectt-node — coordinate your AI agent team.
Usage
# Start the server
npx reflectt start
# Connect to Reflectt Cloud
npx reflectt host connect --join-token <your-token>
# Or install globally
npm i -g reflectt
reflectt start
reflectt host connect --join-token <your-token>What is this?
This is a convenience wrapper. All the real code lives in reflectt-node. This package just makes npx reflectt work.
