agentic-flow 1.5.13 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. package/CHANGELOG.md +199 -0
  2. package/README.md +42 -23
  3. package/dist/cli-proxy.js +195 -1
  4. package/dist/config/quic.js +6 -0
  5. package/dist/transport/quic.js +43 -0
  6. package/dist/utils/cli.js +5 -0
  7. package/docs/.claude-flow/metrics/performance.json +80 -2
  8. package/docs/.claude-flow/metrics/task-metrics.json +3 -3
  9. package/docs/INDEX.md +55 -9
  10. package/docs/INTEGRATION-COMPLETE.md +291 -0
  11. package/docs/QUIC_FINAL_STATUS.md +399 -0
  12. package/docs/README_QUIC_PHASE1.md +117 -0
  13. package/docs/integration-docs/CLAUDE-FLOW-INTEGRATION-ANALYSIS.md +653 -0
  14. package/docs/integration-docs/INTEGRATION-QUICK-SUMMARY.md +249 -0
  15. package/docs/integration-docs/INTEGRATION-STATUS-CORRECTED.md +488 -0
  16. package/docs/integration-docs/README.md +61 -0
  17. package/docs/quantum-goap/DEPENDENCY_GRAPH.mermaid +133 -0
  18. package/docs/quantum-goap/EXECUTION_SUMMARY.md +199 -0
  19. package/docs/quantum-goap/GOAP_IMPLEMENTATION_PLAN.md +2406 -0
  20. package/docs/quantum-goap/QUICK_START.md +301 -0
  21. package/docs/quantum-research/QUANTUM_RESEARCH_LITERATURE_REVIEW.md +2071 -0
  22. package/docs/quantum-research/README.md +94 -0
  23. package/docs/reasoningbank/MEMORY_VALIDATION_REPORT.md +417 -0
  24. package/docs/reasoningbank/README.md +43 -0
  25. package/docs/reasoningbank/REASONINGBANK_ARCHITECTURE.md +663 -0
  26. package/docs/releases/v1.5.14-QUIC-TRANSPORT.md +201 -0
  27. package/docs/validation-reports/BENCHMARK_AND_OPTIMIZATION_REPORT.md +470 -0
  28. package/docs/validation-reports/NPM-PACKAGE-ANALYSIS-FINAL.md +543 -0
  29. package/docs/validation-reports/README.md +43 -0
  30. package/docs/validation-reports/V2.7.0-ALPHA.10_FINAL_VALIDATION.md +817 -0
  31. package/docs/validation-reports/V2.7.0-ALPHA.9_VALIDATION.md +546 -0
  32. package/docs/validation-reports/v1.6.0-QUIC-CLI-VALIDATION.md +558 -0
  33. package/docs/version-releases/README.md +82 -0
  34. package/package.json +4 -2
  35. package/validation/docker-quic-test.sh +42 -0
  36. package/validation/docker-quic-validation.sh +60 -0
  37. package/validation/quic-deep-validation.ts +304 -0
  38. package/validation/test-quic-wasm.ts +94 -0
  39. package/wasm/quic/README.md +75 -0
  40. package/wasm/quic/agentic_flow_quic.d.ts +37 -0
  41. package/wasm/quic/agentic_flow_quic.js +779 -0
  42. package/wasm/quic/agentic_flow_quic_bg.wasm +0 -0
  43. package/wasm/quic/agentic_flow_quic_bg.wasm.d.ts +19 -0
  44. package/wasm/quic/package.json +20 -0
  45. package/wasm/reasoningbank/reasoningbank_wasm_bg.js +2 -2
  46. package/wasm/reasoningbank/reasoningbank_wasm_bg.wasm +0 -0
  47. /package/docs/{PACKAGE_STRUCTURE.md → architecture/PACKAGE_STRUCTURE.md} +0 -0
  48. /package/docs/{MODEL-ID-MAPPING.md → guides/MODEL-ID-MAPPING.md} +0 -0
  49. /package/docs/{ONNX-PROXY-IMPLEMENTATION.md → guides/ONNX-PROXY-IMPLEMENTATION.md} +0 -0
  50. /package/docs/{STANDALONE_PROXY_GUIDE.md → guides/STANDALONE_PROXY_GUIDE.md} +0 -0
  51. /package/docs/{AGENT-BOOSTER-INTEGRATION.md → integration-docs/AGENT-BOOSTER-INTEGRATION.md} +0 -0
  52. /package/docs/{CLI-INTEGRATION-COMPLETE.md → integration-docs/CLI-INTEGRATION-COMPLETE.md} +0 -0
  53. /package/docs/{IMPLEMENTATION_SUMMARY.md → integration-docs/IMPLEMENTATION_SUMMARY.md} +0 -0
  54. /package/docs/{INTEGRATION_COMPLETE_SUMMARY.md → integration-docs/INTEGRATION_COMPLETE_SUMMARY.md} +0 -0
  55. /package/docs/{WASM_ESM_FIX.md → integration-docs/WASM_ESM_FIX.md} +0 -0
  56. /package/docs/{WASM_INTEGRATION_COMPLETE.md → integration-docs/WASM_INTEGRATION_COMPLETE.md} +0 -0
  57. /package/docs/{REASONING-AGENTS.md → reasoningbank/REASONING-AGENTS.md} +0 -0
  58. /package/docs/{REASONINGBANK-BENCHMARK-RESULTS.md → reasoningbank/REASONINGBANK-BENCHMARK-RESULTS.md} +0 -0
  59. /package/docs/{REASONINGBANK-BENCHMARK.md → reasoningbank/REASONINGBANK-BENCHMARK.md} +0 -0
  60. /package/docs/{REASONINGBANK-CLI-INTEGRATION.md → reasoningbank/REASONINGBANK-CLI-INTEGRATION.md} +0 -0
  61. /package/docs/{REASONINGBANK-DEMO.md → reasoningbank/REASONINGBANK-DEMO.md} +0 -0
  62. /package/docs/{REASONINGBANK-VALIDATION.md → reasoningbank/REASONINGBANK-VALIDATION.md} +0 -0
  63. /package/docs/{REASONINGBANK_BACKENDS.md → reasoningbank/REASONINGBANK_BACKENDS.md} +0 -0
  64. /package/docs/{REASONINGBANK_FIXES.md → reasoningbank/REASONINGBANK_FIXES.md} +0 -0
  65. /package/docs/{REASONINGBANK_IMPLEMENTATION_STATUS.md → reasoningbank/REASONINGBANK_IMPLEMENTATION_STATUS.md} +0 -0
  66. /package/docs/{REASONINGBANK_INTEGRATION_PLAN.md → reasoningbank/REASONINGBANK_INTEGRATION_PLAN.md} +0 -0
  67. /package/docs/{REASONINGBANK_INVESTIGATION.md → reasoningbank/REASONINGBANK_INVESTIGATION.md} +0 -0
  68. /package/docs/{DOCKER_VALIDATION_RESULTS.md → validation-reports/DOCKER_VALIDATION_RESULTS.md} +0 -0
  69. /package/docs/{NO_REGRESSIONS_CONFIRMED.md → validation-reports/NO_REGRESSIONS_CONFIRMED.md} +0 -0
  70. /package/docs/{PUBLICATION_REPORT_v1.5.11.md → version-releases/PUBLICATION_REPORT_v1.5.11.md} +0 -0
  71. /package/docs/{v1.5.9-DOCKER-VERIFICATION.md → version-releases/v1.5.9-DOCKER-VERIFICATION.md} +0 -0
  72. /package/docs/{v1.5.9-RELEASE-SUMMARY.md → version-releases/v1.5.9-RELEASE-SUMMARY.md} +0 -0
@@ -0,0 +1,19 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ export const memory: WebAssembly.Memory;
4
+ export const __wbg_wasmquicclient_free: (a: number, b: number) => void;
5
+ export const wasmquicclient_new: (a: number) => number;
6
+ export const wasmquicclient_sendMessage: (a: number, b: number, c: number, d: number) => number;
7
+ export const wasmquicclient_recvMessage: (a: number, b: number, c: number) => number;
8
+ export const wasmquicclient_poolStats: (a: number) => number;
9
+ export const wasmquicclient_close: (a: number) => number;
10
+ export const createQuicMessage: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => void;
11
+ export const defaultConfig: () => number;
12
+ export const __wbindgen_export_0: (a: number, b: number) => number;
13
+ export const __wbindgen_export_1: (a: number, b: number, c: number, d: number) => number;
14
+ export const __wbindgen_export_2: (a: number) => void;
15
+ export const __wbindgen_export_3: (a: number, b: number, c: number) => void;
16
+ export const __wbindgen_export_4: WebAssembly.Table;
17
+ export const __wbindgen_add_to_stack_pointer: (a: number) => number;
18
+ export const __wbindgen_export_5: (a: number, b: number, c: number) => void;
19
+ export const __wbindgen_export_6: (a: number, b: number, c: number, d: number) => void;
@@ -0,0 +1,20 @@
1
+ {
2
+ "name": "agentic-flow-quic",
3
+ "collaborators": [
4
+ "Agentic Flow Contributors"
5
+ ],
6
+ "description": "High-performance QUIC transport layer for agentic-flow with WASM support",
7
+ "version": "0.1.0",
8
+ "license": "MIT",
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/ruvnet/agentic-flow"
12
+ },
13
+ "files": [
14
+ "agentic_flow_quic_bg.wasm",
15
+ "agentic_flow_quic.js",
16
+ "agentic_flow_quic.d.ts"
17
+ ],
18
+ "main": "agentic_flow_quic.js",
19
+ "types": "agentic_flow_quic.d.ts"
20
+ }
@@ -258,7 +258,7 @@ export function log(message) {
258
258
  wasm.log(ptr0, len0);
259
259
  }
260
260
 
261
- function __wbg_adapter_6(arg0, arg1, arg2) {
261
+ function __wbg_adapter_4(arg0, arg1, arg2) {
262
262
  wasm.__wbindgen_export_5(arg0, arg1, addHeapObject(arg2));
263
263
  }
264
264
 
@@ -540,7 +540,7 @@ export function __wbindgen_cast_2241b6af4c4b2941(arg0, arg1) {
540
540
 
541
541
  export function __wbindgen_cast_8eb6fd44e7238d11(arg0, arg1) {
542
542
  // Cast intrinsic for `Closure(Closure { dtor_idx: 62, function: Function { arguments: [Externref], shim_idx: 63, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
543
- const ret = makeMutClosure(arg0, arg1, 62, __wbg_adapter_6);
543
+ const ret = makeMutClosure(arg0, arg1, 62, __wbg_adapter_4);
544
544
  return addHeapObject(ret);
545
545
  };
546
546