ruvnet / ruvnet/agentic-flow

agentic -flow federation start NOT starting (tried to build, but no luck either)

Open
#46 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
812
Forks
175
Avg merge
2m
Merged PRs (30d)
3

Description

OneDrive-DoubleLoop/SoftProjDouble/TstCCR ξ˜†
❌ ❯ npx agentic-flow federation start

🌐 Starting Federation Hub Server...
════════════════════════════════════════════════════════════
πŸ“ Port: 8443
πŸ’Ύ Database: In-Memory
πŸ‘₯ Max Agents: 1000
πŸ”’ Protocol: WebSocket (QUIC support planned)

❌ Error: Hub server not found at /opt/homebrew/lib/node_modules/agentic-flow/dist/federation/run-hub.js
Please build the project first: npm run build

OneDrive-DoubleLoop/SoftProjDouble/TstCCR ξ˜†
❌ ❯ cd /opt/homebrew/lib/node_modules/agentic-flow/dist/federation/run-hub.js
cd: no such file or directory: /opt/homebrew/lib/node_modules/agentic-flow/dist/federation/run-hub.js

OneDrive-DoubleLoop/SoftProjDouble/TstCCR ξ˜†
❌ ❯ cd /opt/homebrew/lib/node_modules/agentic-flow/dist/federation/

agentic-flow/dist/federation on 🌱 stable ⬒ v24.6.0
❯ npm run build

agentic-flow@1.9.1 build
npm run build:wasm && tsc -p config/tsconfig.json --skipLibCheck || true && cp -r src/reasoningbank/prompts dist/reasoningbank/ && cp -r src/reasoningbank/config dist/reasoningbank/

agentic-flow@1.9.1 build:wasm
cd ../reasoningbank && wasm-pack build --target bundler --out-dir pkg/bundler crates/reasoningbank-wasm && wasm-pack build --target web --out-dir pkg/web crates/reasoningbank-wasm && mkdir -p ../agentic-flow/wasm/reasoningbank && cp -r crates/reasoningbank-wasm/pkg/bundler/* ../agentic-flow/wasm/reasoningbank/ && cp -r crates/reasoningbank-wasm/pkg/web ../agentic-flow/wasm/reasoningbank/

sh: line 0: cd: ../reasoningbank: No such file or directory
cp: src/reasoningbank/prompts: No such file or directory

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up β€” it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the npm build script and config/tsconfig.json, then inspect the federation entry point at dist/federation/run-hub.js and the build:wasm step that changes into ../reasoningbank. Confirm why the referenced reasoningbank paths are missing and why the hub entry point is not produced. Done means npm run build completes and federation start can find and start run-hub.js.

Written by the indexing model from the issue text.

Assessment

Tech stack
node.js, typescript, wasm
Domain
backend, build-system
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.