agentic -flow federation start NOT starting (tried to build, but no luck either)
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up β it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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