Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ruvnet/ruflo
/ functions
Functions
18,477 in github.com/ruvnet/ruflo
⨍
Functions
18,477
◇
Types & classes
6,101
↓ 16 callers
Function
makeEvent
(overrides: Partial<ClaimDomainEvent> = {})
v3/@claude-flow/claims/tests/federated-event-store.test.ts:34
↓ 16 callers
Function
neuralRouterStatus
()
v3/@claude-flow/cli/src/ruvector/neural-router.ts:880
↓ 16 callers
Method
reserve
* Atomically check budget and insert a reservation row in a single * BEGIN IMMEDIATE transaction. See ADR-164.1 §5.2.
v3/@claude-flow/cli/src/business-pods/bbs-budget-tracker.ts:186
↓ 16 callers
Function
saveWorkflowStore
(store: WorkflowStore)
v3/@claude-flow/cli/src/mcp-tools/workflow-tools.ts:77
↓ 16 callers
Method
simulateQuery
(sql: string)
v3/@claude-flow/plugins/__tests__/ruvector-migrations.test.ts:172
↓ 16 callers
Method
update
(options: VectorUpdateOptions)
v3/@claude-flow/plugins/src/integrations/ruvector/types.ts:1748
↓ 16 callers
Function
validateSchemaName
(schema: string)
v3/@claude-flow/cli/src/commands/ruvector/pg-utils.ts:20
↓ 15 callers
Method
addPoint
* Add a vector to the index
v3/@claude-flow/memory/src/hnsw-index.ts:255
↓ 15 callers
Function
bud
(p: Partial<{ maxHops: number; maxTokens: number; maxUsd: number }> = {})
v3/@claude-flow/plugin-agent-federation/__tests__/unit/federation-budget.test.ts:133
↓ 15 callers
Method
buildInterfaceConfig
* Build a `wg-quick`-compatible config string from current peers. * * Peers below WG_MIN_MESH_TRUST (UNTRUSTED) are excluded entirely. * Susp
v3/@claude-flow/plugin-agent-federation/src/domain/services/wg-mesh-service.ts:191
↓ 15 callers
Function
clone
(v: T)
v3/@claude-flow/cli/__tests__/business-pod-tools.test.ts:37
↓ 15 callers
Method
computeCoherence
* Compute a coherence score from optimization metrics and recent events. * * Components: * - violationComponent: 1 - (violationRate / 10) cla
v3/@claude-flow/guidance/src/coherence.ts:134
↓ 15 callers
Function
createEvent
( type: EventType, source: AgentId | 'swarm', payload: T )
v3/@claude-flow/swarm/src/shared/events.ts:172
↓ 15 callers
Function
createOpposingEvidence
(weight = 0.8)
v3/@claude-flow/guidance/tests/uncertainty.test.ts:34
↓ 15 callers
Function
createThreatDetectionService
( customPatterns?: ThreatPattern[] )
v3/@claude-flow/aidefence/src/domain/services/threat-detection-service.ts:463
↓ 15 callers
Function
createTimePoints
* Create time points relative to now for temporal testing.
v3/@claude-flow/guidance/tests/temporal.test.ts:26
↓ 15 callers
Method
delegate
* Delegate a capability to another agent. * * Creates a child capability with the new grantedTo agent. The parent * capability must have dele
v3/@claude-flow/guidance/src/capabilities.ts:223
↓ 15 callers
Function
deriveMeshIP
( nodeId: string, subnet: string = DEFAULT_MESH_SUBNET, usedIPs: ReadonlySet<string> = new Set(), )
v3/@claude-flow/plugin-agent-federation/src/domain/value-objects/wg-config.ts:113
↓ 15 callers
Function
ensureInitialized
* Ensure memory database is initialized and migrate legacy data if needed. * #1606: Wrapped in try/catch to prevent process-level crashes that kill
v3/@claude-flow/cli/src/mcp-tools/memory-tools.ts:252
↓ 15 callers
Function
errorResult
(error: Error | string)
v3/plugins/quantum-optimizer/src/types.ts:526
↓ 15 callers
Function
errorResult
(error: Error | string)
v3/plugins/cognitive-kernel/src/types.ts:514
↓ 15 callers
Function
evt
(partial: Partial<BreakEventLike> & Pick<BreakEventLike, 'id' | 'selector' | 'origin'>)
plugins/ruflo-graph-intelligence/tests/browser-causal-adapter.test.ts:33
↓ 15 callers
Function
fetchJSON
(path, options = {})
ruflo/src/ruvocal/mcp-bridge/test-harness.js:52
↓ 15 callers
Function
fetchJSON
(path, options = {})
ruflo/src/mcp-bridge/test-harness.js:52
↓ 15 callers
Function
findTool
(name: string)
v3/@claude-flow/cli/__tests__/ruvllm-tools.test.ts:52
↓ 15 callers
Method
generateInstallationCredentials
* Generates a complete set of installation credentials. * * These should be stored securely (environment variables, * secrets manager, etc.)
v3/@claude-flow/security/src/credential-generator.ts:269
↓ 15 callers
Function
generateNodeKeyPair
()
v3/@claude-flow/swarm/src/consensus/transport.ts:94
↓ 15 callers
Method
generatePreEditGuidance
* Generate pre-edit guidance * Returns JSON for Claude hook system
v3/@claude-flow/hooks/src/reasoningbank/guidance-provider.ts:147
↓ 15 callers
Function
generateSkillMd
(options: SkillMdOptions)
v3/@claude-flow/codex/src/generators/skill-md.ts:13
↓ 15 callers
Function
generateWitnessKey
()
v3/@claude-flow/browser/src/infrastructure/witness-signer.ts:54
↓ 15 callers
Function
generateWitnessKey
()
plugins/ruflo-graph-intelligence/src/infrastructure/witness-signer.ts:49
↓ 15 callers
Method
getEmbedding
(id: string)
v3/plugins/hyperbolic-reasoning/tests/bridges.test.ts:126
↓ 15 callers
Method
getIdempotencyKey
* Compute a deterministic idempotency key from tool name and params. * Uses SHA-256 of `toolName:sortedParamsJSON`.
v3/@claude-flow/guidance/src/gateway.ts:444
↓ 15 callers
Function
getMemoryFunctions
* Lazy-load memory initializer functions to avoid circular deps
v3/@claude-flow/cli/src/mcp-tools/memory-tools.ts:225
↓ 15 callers
Method
getTier
* Get the current privilege tier for an agent.
v3/@claude-flow/guidance/src/trust.ts:539
↓ 15 callers
Function
getTrustLevelLabel
(level: TrustLevel)
v3/@claude-flow/plugin-agent-federation/src/domain/entities/trust-level.ts:34
↓ 15 callers
Function
input
(options: InputPromptOptions)
v3/@claude-flow/cli/src/prompt.ts:603
↓ 15 callers
Method
isInitialized
()
v3/plugins/gastown-bridge/src/index.ts:184
↓ 15 callers
Function
log
(...m)
scripts/benchmark-intelligence.mjs:77
↓ 15 callers
Function
makeDevice
(deviceId: string)
v3/@claude-flow/plugin-iot-cognitum/__tests__/unit/health-probe-worker.test.ts:12
↓ 15 callers
Function
normSquared
* Computes the squared norm of a vector.
v3/@claude-flow/plugins/src/integrations/ruvector/hyperbolic.ts:68
↓ 15 callers
Function
normalizeAnswer
(raw: string)
v3/@claude-flow/cli/src/benchmarks/gaia-voting.ts:111
↓ 15 callers
Function
ok
(data: unknown)
v3/@claude-flow/cli/src/mcp-tools/autopilot-tools.ts:20
↓ 15 callers
Function
openDatabase
()
ruflo/src/ruvocal/src/lib/wasm/idb.ts:52
↓ 15 callers
Function
pad
(value: number)
v3/@claude-flow/guidance/src/analyzer.ts:3108
↓ 15 callers
Function
pass
(msg)
scripts/smoke-statusline-generator-delegation.mjs:34
↓ 15 callers
Function
recordTiming
* Record a performance timing
v3/plugins/gastown-bridge/src/wasm-loader.ts:287
↓ 15 callers
Method
registerLayer
* Register a GNN layer factory. * @param type - Layer type identifier * @param factory - Factory function * @param defaultConfig - Optional d
v3/@claude-flow/plugins/src/integrations/ruvector/gnn.ts:295
↓ 15 callers
Method
release
(connection: PooledConnection)
v3/mcp/types.ts:412
↓ 15 callers
Method
removeNode
(agentId: string)
v3/@claude-flow/swarm/src/types.ts:479
↓ 15 callers
Function
row
(label: string, before: number | boolean, after: number | boolean, showDelta = true)
v3/@claude-flow/guidance/scripts/analyze-claude-md.ts:105
↓ 15 callers
Function
searchPatterns
( registry: PatternRegistry, options: SearchOptions = {} )
v3/@claude-flow/cli/src/transfer/store/search.ts:16
↓ 15 callers
Function
typePenalty
(name: string | undefined, factor = 0.5, regex = META_COMMIT_REGEX)
v3/@claude-flow/cli/src/memory/hybrid-retrieval.ts:76
↓ 15 callers
Method
union
(x: number, y: number)
v3/plugins/prime-radiant/src/engines/QuantumEngine.ts:192
↓ 15 callers
Method
validate
* Validate a memory entry against existing context * @param entry Entry to validate * @param existingContext Existing entries to check against
v3/plugins/prime-radiant/src/interfaces.ts:371
↓ 14 callers
Function
__resetTrajectoryRecorderForTests
()
v3/@claude-flow/cli/src/ruvector/router-trajectory.ts:395
↓ 14 callers
Method
addIssues
(issues: Issue[])
v3/plugins/gastown-bridge/tests/convoy.test.ts:124
↓ 14 callers
Method
aggregate
* Aggregate messages using the specified method. * @param messages - Array of messages to aggregate * @param method - Aggregation method * @r
v3/@claude-flow/plugins/src/integrations/ruvector/gnn.ts:234
↓ 14 callers
Function
autoOptimize
( content: string, localContent?: string, maxIterations = 3, )
v3/@claude-flow/guidance/src/analyzer.ts:308
↓ 14 callers
Method
cancel
Cancel the task
v3/plugins/agentic-qe/src/interfaces.ts:592
↓ 14 callers
Function
check
(cond, passMsg, failMsg)
scripts/audit-codex-integration.mjs:24
↓ 14 callers
Function
classicRoster
(game: GameSpec)
plugins/ruflo-arena/src/domain/strategies.ts:103
↓ 14 callers
Method
computeBaseline
Compute a telemetry baseline for a device from readings.
v3/@claude-flow/plugin-iot-cognitum/src/application/iot-coordinator.ts:437
↓ 14 callers
Method
connect
()
v3/@claude-flow/testing/src/helpers/mock-factory.ts:260
↓ 14 callers
Function
createDefaultHeader
( profile: 'cloud' | 'hybrid' | 'offline', )
v3/@claude-flow/cli/src/appliance/rvfa-format.ts:97
↓ 14 callers
Function
createHookRegistry
()
v3/@claude-flow/shared/src/hooks/registry.ts:331
↓ 14 callers
Function
createReasoningBank
( config?: Partial<ReasoningBankConfig> )
v3/@claude-flow/neural/src/reasoning-bank.ts:1347
↓ 14 callers
Function
daemonCommandLineBelongsToWorkspace
(commandLine: string, workspaceRoot: string)
v3/@claude-flow/cli/src/commands/daemon.ts:380
↓ 14 callers
Method
emitEvent
(type, swarmId, agentId, data)
v3/@claude-flow/swarm/src/federation-hub.js:648
↓ 14 callers
Method
emitEvent
( type: FederationEventType, swarmId?: SwarmId, agentId?: EphemeralAgentId, data?: unknown )
v3/@claude-flow/swarm/src/federation-hub.ts:926
↓ 14 callers
Method
ensureInitialized
()
v3/@claude-flow/memory/src/sqljs-backend.ts:785
↓ 14 callers
Method
escapeIdentifier
* Escape SQL identifier.
v3/@claude-flow/plugins/src/integrations/ruvector/streaming.ts:787
↓ 14 callers
Function
evaluatePolicy
( samples: readonly NormalizedSample[], node: FederationNode, policy: BreakerPolicy, now: Date, )
v3/@claude-flow/plugin-agent-federation/src/application/federation-breaker-service.ts:152
↓ 14 callers
Method
executeTask
(task: Task)
v3/src/shared/types/index.ts:41
↓ 14 callers
Function
extractEntities
(text: string)
v3/@claude-flow/memory/src/entity-tagger.ts:31
↓ 14 callers
Method
getActive
()
ruflo/src/ruvocal/src/lib/wasm/index.ts:21
↓ 14 callers
Method
getAdapter
()
v3/@claude-flow/memory/src/consolidator.ts:70
↓ 14 callers
Function
getGallery
()
v3/@claude-flow/cli/src/ruvector/agent-wasm.ts:361
↓ 14 callers
Method
getHistory
(filter?: EventFilter)
v3/@claude-flow/shared/src/events.ts:24
↓ 14 callers
Method
getInstance
()
ruflo/src/ruvocal/src/lib/server/database.ts:66
↓ 14 callers
Method
getPatternCount
Return the number of stored patterns
v3/@claude-flow/memory/src/rvf-learning-store.ts:182
↓ 14 callers
Function
getTool
(name: string)
v3/plugins/hyperbolic-reasoning/src/mcp-tools.ts:865
↓ 14 callers
Function
getTool
(name: string)
v3/plugins/cognitive-kernel/src/mcp-tools.ts:1079
↓ 14 callers
Function
getTool
(name: string)
v3/plugins/perf-optimizer/src/mcp-tools.ts:1076
↓ 14 callers
Function
hookHandlerCmd
Shorthand for CJS hook-handler commands
v3/@claude-flow/cli/src/init/settings-generator.ts:209
↓ 14 callers
Function
hyperbolicDistance
( a: Float32Array | number[], b: Float32Array | number[], config: HyperbolicConfig = {} )
v3/@claude-flow/embeddings/src/hyperbolic.ts:151
↓ 14 callers
Method
initialize
()
v3/@claude-flow/providers/src/types.ts:311
↓ 14 callers
Function
isSafePackageSpec
(pkg: string, version: string)
v3/@claude-flow/cli/src/update/executor.ts:27
↓ 14 callers
Function
makeProps
(overrides: Partial<FederationEnvelopeProps<T>> = {})
v3/@claude-flow/plugin-agent-federation/__tests__/unit/federation-envelope.test.ts:29
↓ 14 callers
Method
normalizeKey
(key: string)
v3/@claude-flow/cli/src/parser.ts:395
↓ 14 callers
Method
onInsightAccessed
* Notify the bridge that an insight entry was accessed. * Boosts confidence in the backend and records a step in the * trajectory if one exists.
v3/@claude-flow/memory/src/learning-bridge.ts:169
↓ 14 callers
Function
pipeline
()
v3/@claude-flow/cli/src/benchmarks/pretrain/index.ts:434
↓ 14 callers
Method
projectRules
* Project the current peer set into a complete rule file (nftables or pf) * scoped to the WG interface. * * Peers below WG_MIN_MESH_TRUST (UN
v3/@claude-flow/plugin-agent-federation/src/domain/services/wg-firewall-service.ts:138
↓ 14 callers
Method
recordFailure
* Record a failed operation
v3/@claude-flow/cli/src/production/circuit-breaker.ts:155
↓ 14 callers
Method
recordToolCall
* Record a tool call with its name and duration.
v3/@claude-flow/guidance/src/coherence.ts:360
↓ 14 callers
Method
resume
()
v3/@claude-flow/swarm/src/types.ts:523
↓ 14 callers
Function
saveState
(state: RateLimitState)
v3/@claude-flow/cli/src/update/rate-limiter.ts:58
↓ 14 callers
Function
scope
(overrides: Partial<AuthScope> = {})
v3/@claude-flow/security/__tests__/authorization-propagator.test.ts:24
↓ 14 callers
Function
select
(options: SelectPromptOptions<T>)
v3/@claude-flow/cli/src/prompt.ts:597
↓ 14 callers
Method
shutdown
* Shutdown the plugin * Called when plugin is being unloaded
v3/plugins/prime-radiant/src/interfaces.ts:555
← previous
next →
601–700 of 18,477, ranked by callers