grepmind
v0.1.0-alpha.0
Published
Grepmind command-line utility
Downloads
101
Readme
grepmind
Grepmind CLI for configuring and running the local Grepmind agent.
Install
npm install -g grepmindQuick Start
grepmind help
grepmind agent configure --url https://your-grepmind-server.example
grepmind agent register --workspace /path/to/workspace
grepmind agent runWhat It Does
The grepmind package is the top-level CLI entrypoint for the local Grepmind agent workflow. It forwards grepmind agent ... commands to the underlying @grepmind/agent runtime.
Commands
grepmind agent configure --url <backend> [--token <token>]grepmind agent register --workspace <path>grepmind agent rungrepmind agent start(alias forgrepmind agent run)grepmind agent projectsgrepmind help
Links
- Repository:
https://github.com/zaytra/grepmind/tree/main/packages/grepmind - Issues:
https://github.com/zaytra/grepmind/issues
License
Apache-2.0
