Mission
Start the local control-plane and try the public-agent / public-swarm CLI path.
Fast Path
git clone https://github.com/FlowmemoryAI/FlowMemory.git
cd FlowMemory
npm install
npm run public:test:cli
Manual Path
Terminal A
npm run control-plane:serve
Terminal B
npm run public:devkit -- public-agent-classes --json
npm run public:devkit -- public-agent-tools --json
npm run public:devkit -- public-agent-launch --json
npm run public:devkit -- public-agent-discover --json
npm run public:devkit -- public-swarm --json
npm run public:devkit -- public-swarm-replay --json
What To Report
Open a Public Tester Report or comment here with:
- OS and shell
- Node/npm versions
- whether the one-command lane passed or failed
- whether control-plane served successfully
- which CLI commands passed or failed if you used the manual path
- whether the JSON fields were understandable
Optional helper:
npm run public:test:report -- --cli
Boundary
These methods are local/control-plane projections, not direct contract-backed transaction submission. Direct contract-backed launch SDK work is tracked separately in #166.
Mission
Start the local control-plane and try the public-agent / public-swarm CLI path.
Fast Path
Manual Path
Terminal A
npm run control-plane:serveTerminal B
What To Report
Open a Public Tester Report or comment here with:
Optional helper:
Boundary
These methods are local/control-plane projections, not direct contract-backed transaction submission. Direct contract-backed launch SDK work is tracked separately in #166.