Skip to content

[Public Tester Mission]: Try public-agent CLI through control-plane #173

@FlowmemoryAI

Description

@FlowmemoryAI

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    public-testerExternal public tester missions and reports

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions