-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
after install flowx,
ran the following command:
~/projects/wgong/flowx-tutorials/tmp$ flowx swarm create "Build a TODO API with GET, POST, PUT, DELETE endpoints" \
--strategy development \
--name todo-api-demo \
--output ./output/todo-api \
--verbose
Got the following error:
2025-07-20 00:34:50.388384: I tensorflow/core/platform/cpu_feature_guard.cc:193] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN) to use the following CPU instructions in performance-critical operations: AVX2 FMA
To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags.
🚀 Initializing FlowX CLI...
Initializing services with 3000ms timeout...
{"timestamp":"2025-07-20T04:34:50.482Z","level":"INFO","message":"Starting global services initialization","context":{}}
{"timestamp":"2025-07-20T04:34:50.482Z","level":"INFO","message":"Initializing persistence...","context":{}}
Awaiting initialization promise...
Ensured database directory exists: /home/papagame/.npm-global/lib/node_modules/claude-code-flow/.flowx
Loaded existing database from /home/papagame/.npm-global/lib/node_modules/claude-code-flow/.flowx/flowx.db
Database saved to /home/papagame/.npm-global/lib/node_modules/claude-code-flow/.flowx/flowx.db
Persistence initialized successfully at ./.flowx
{"timestamp":"2025-07-20T04:34:50.506Z","level":"INFO","message":"Initializing memory...","context":{}}
{"timestamp":"2025-07-20T04:34:50.506Z","level":"INFO","message":"Global services initialized successfully","context":{}}
Services initialized successfully
✅ Backend services initialized (24ms)
ℹ️ 🚀 Launching Claude Code with swarm coordination...
Database saved to /home/papagame/.npm-global/lib/node_modules/claude-code-flow/.flowx/flowx.db
ℹ️ ✅ MCP configuration found in Claude settings (flowx)
✅ 🛡️ Enhanced swarm with security context (3 templates)
ℹ️ 🔒 Security Level: critical
ℹ️ 📋 Compliance: OWASP_TOP_10_2023, GDPR, SOX
⚠️ 🔓 Using --dangerously-skip-permissions for seamless swarm execution
ℹ️ 🔗 Using Claude settings: /home/papagame/.npm-global/lib/node_modules/claude-code-flow/.claude/settings.json
ℹ️ Launching Claude Code with swarm coordination...
✅ ✓ Claude Code launched with swarm coordination
ℹ️ The swarm will coordinate task execution using MCP tools
ℹ️ Use BatchTool for parallel operations
ℹ️ Memory will be shared between agents
error: unknown option '--temperature'
❌ Claude Code exited with code 1
{"timestamp":"2025-07-20T04:34:52.166Z","level":"INFO","message":"Starting global services shutdown","context":{}}
{"timestamp":"2025-07-20T04:34:52.166Z","level":"INFO","message":"Global services shutdown completed","context":{}}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels