Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chekusu/wanman
/ functions
Functions
987 in github.com/chekusu/wanman
⨍
Functions
987
◇
Types & classes
334
↓ 1 callers
Function
extractProviderEvidence
(content: string, sourceFile = '<memory>')
packages/finops/src/key-inventory.ts:281
↓ 1 callers
Function
extractResult
(event: AgentRunEvent)
packages/runtime/src/codex-adapter.ts:54
↓ 1 callers
Function
extractTokenUsage
(event: AgentRunEvent)
packages/runtime/src/agent-process.ts:688
↓ 1 callers
Function
fetchOpenRouterPricing
( fetcher: typeof fetch, checkedAt: string, limit: number | undefined, )
packages/finops/src/pricing-registry.ts:153
↓ 1 callers
Function
filterEvent
(event: LoopEventRecord, opts: WatchOptions)
packages/cli/src/commands/watch.ts:101
↓ 1 callers
Method
filterStaleTaskAssignmentMessages
(agent: string, messages: AgentMessage[])
packages/runtime/src/supervisor.ts:243
↓ 1 callers
Function
finalizeGroup
(group: MutableSummary)
packages/finops/src/ledger.ts:86
↓ 1 callers
Function
finalizeTrendGroup
(group: ProfitabilityTrendPoint)
packages/finops/src/dashboard-model.ts:165
↓ 1 callers
Function
findRepositories
(root: string)
packages/finops/src/key-inventory.ts:237
↓ 1 callers
Function
firstProductId
()
packages/finops/src/web/app.ts:500
↓ 1 callers
Function
formatElapsed
(ms: number)
packages/cli/src/tui/dashboard.ts:29
↓ 1 callers
Function
formatEvent
(event: LoopEventRecord)
packages/cli/src/commands/watch.ts:61
↓ 1 callers
Function
formatLogLine
(raw: string, maxLen: number)
packages/cli/src/tui/dashboard.ts:66
↓ 1 callers
Function
formatQuantity
(row: SourceLedgerRow)
packages/finops/src/web/app.ts:727
↓ 1 callers
Function
formatUnitPrice
(row: ProviderPricingEntry)
packages/finops/src/web/app.ts:732
↓ 1 callers
Function
formatUptime
(seconds: number)
packages/runtime/src/preamble.ts:95
↓ 1 callers
Function
getDb9Token
(env: NodeJS.ProcessEnv = process.env)
packages/cli/src/execution-session.ts:348
↓ 1 callers
Function
getDependencyStatusSource
( tasks: Array<{ id: string; status: string; dependsOn?: string[] }>, filter: { status?: string; assignee?
packages/cli/src/commands/task.ts:206
↓ 1 callers
Function
getEmbeddedAssets
()
packages/cli/src/execution-session.ts:79
↓ 1 callers
Function
getHealth
()
packages/cli/src/runtime-client.ts:132
↓ 1 callers
Method
handleEvent
(event: LoopEvent, runId: string)
packages/cli/src/loop-observability.ts:279
↓ 1 callers
Method
handleEvent
(event: LoopEvent, runId: string)
packages/runtime/src/loop-logger.ts:125
↓ 1 callers
Function
hasExplicitRunMode
(runArgs: string[])
packages/cli/src/commands/takeover.ts:137
↓ 1 callers
Method
hasKnownAgent
(name: string)
packages/runtime/src/supervisor.ts:1822
↓ 1 callers
Function
hasValidRepoPathname
(pathname: string)
packages/core/src/github-repo-url.ts:3
↓ 1 callers
Function
homeView
(summary: AccountingSummary)
packages/finops/src/web/app.ts:158
↓ 1 callers
Function
inferHumanMessageType
(payload: unknown, priority: 'steer' | 'normal')
packages/runtime/src/supervisor.ts:112
↓ 1 callers
Function
inferProjectSummary
(profile: ProjectProfile, docs: ProjectDocument[])
packages/cli/src/takeover-project.ts:422
↓ 1 callers
Method
init
()
packages/runtime/src/message-store.ts:59
↓ 1 callers
Method
init
()
packages/runtime/src/change-capsule-pool.ts:157
↓ 1 callers
Method
init
()
packages/runtime/src/initiative-board.ts:75
↓ 1 callers
Method
init
()
packages/runtime/src/context-store.ts:41
↓ 1 callers
Method
init
()
packages/runtime/src/task-pool.ts:220
↓ 1 callers
Method
initBrainSchema
(client: Db9Client, dbId: string)
packages/runtime/src/brain-manager.ts:30
↓ 1 callers
Method
initCronScheduler
Initialize the cron scheduler.
packages/runtime/src/supervisor.ts:688
↓ 1 callers
Method
initSqlite
Initialize SQLite-based stores (existing behavior).
packages/runtime/src/supervisor.ts:632
↓ 1 callers
Method
initWanmanSchema
wanman-specific schema extensions (idempotent)
packages/runtime/src/brain-manager.ts:148
↓ 1 callers
Method
initWorkspaceGit
* Initialize the workspace as a git repo (idempotent). * All agent output will be version-controlled.
packages/runtime/src/supervisor.ts:1785
↓ 1 callers
Method
initialize
Initialize: find or create database, ensure brain schema
packages/runtime/src/brain-manager.ts:112
↓ 1 callers
Function
inventoryCommand
(args: string[])
packages/finops/src/cli.ts:65
↓ 1 callers
Function
isRelevantCredentialName
(envVar: string)
packages/finops/src/key-inventory.ts:393
↓ 1 callers
Method
isStopped
()
packages/runtime/src/agent-process.ts:219
↓ 1 callers
Function
isTakeoverFeatureBranch
(branch?: string)
packages/cli/src/takeover-local.ts:335
↓ 1 callers
Function
ledgerTable
(rows: SourceLedgerRow[])
packages/finops/src/web/app.ts:555
↓ 1 callers
Method
linkSkillsDir
(target: string, source: string)
packages/runtime/src/agent-home-manager.ts:79
↓ 1 callers
Method
list
(filter?: { status?: ChangeCapsuleStatus; ownerAgent?: string; initiativeId?: string; reviewer?: string })
packages/runtime/src/change-capsule-pool.ts:257
↓ 1 callers
Method
listDatabases
()
packages/runtime/src/brain-manager.ts:19
↓ 1 callers
Method
listSync
()
packages/runtime/src/change-capsule-pool.ts:253
↓ 1 callers
Method
listSync
()
packages/runtime/src/initiative-board.ts:149
↓ 1 callers
Function
loadDb9Module
()
packages/runtime/src/brain-manager.ts:36
↓ 1 callers
Function
loadRuntimeData
()
packages/finops/src/web/app.ts:81
↓ 1 callers
Function
main
()
packages/runtime/src/entrypoint.ts:14
↓ 1 callers
Function
makeProfile
(overrides: Partial<ProjectProfile> = {})
packages/cli/src/takeover-coordination.test.ts:14
↓ 1 callers
Function
makeRelay
()
packages/runtime/src/__tests__/agent-process.test.ts:113
↓ 1 callers
Function
makeRuntime
()
packages/cli/src/takeover-hooks.test.ts:68
↓ 1 callers
Function
makeTmpDir
()
packages/cli/src/takeover-local.run.test.ts:44
↓ 1 callers
Function
makeTmpDir
(prefix: string)
packages/cli/src/local-supervisor-start.test.ts:47
↓ 1 callers
Function
makeTmpDir
()
packages/cli/src/takeover-local.test.ts:198
↓ 1 callers
Function
makeTmpDir
()
packages/cli/src/commands/artifact.test.ts:34
↓ 1 callers
Function
matchingRepoProviderEvidence
( envVar: string, fileEvidence: ApiKeyProviderEvidence[], repoEvidence: ApiKeyProviderEvidence[], )
packages/finops/src/key-inventory.ts:481
↓ 1 callers
Function
maybeGetDb9Token
()
packages/cli/src/takeover-project.ts:574
↓ 1 callers
Function
maybeNudgeLocalMissionControl
( runtime: RuntimeClient, state: LocalObservationState, intent: ProjectIntent, nudgeState: LocalMissio
packages/cli/src/takeover-local.ts:367
↓ 1 callers
Function
maybeScaleLocalWorkforce
(runtime: RuntimeClient, state: LocalObservationState)
packages/cli/src/takeover-local.ts:325
↓ 1 callers
Function
maybeSendRunKickoff
(runtime: RuntimeClient, goal: string, from = 'run-bootstrap')
packages/cli/src/execution-session.ts:498
↓ 1 callers
Function
mergeProviderEvidence
( fileEvidence: ApiKeyProviderEvidence[], repoEvidence: ApiKeyProviderEvidence[], )
packages/finops/src/key-inventory.ts:472
↓ 1 callers
Function
minorUnitFactor
(currency: string)
packages/finops/src/money.ts:24
↓ 1 callers
Function
normalizeCodexModel
(model: string)
packages/runtime/src/codex-adapter.ts:13
↓ 1 callers
Function
normalizeCodexReasoningEffort
(value?: string)
packages/runtime/src/codex-adapter.ts:18
↓ 1 callers
Function
normalizeCurrency
(currency: string)
packages/finops/src/money.ts:20
↓ 1 callers
Function
normalizeDefaultRuntime
(runtime?: AgentRuntime)
packages/cli/src/execution-session.ts:201
↓ 1 callers
Method
normalizeTakeoverOptions
( options: TConcreteTakeoverOptions | WanmanHostTakeoverOptions, )
packages/host-sdk/src/host-sdk-factory.ts:30
↓ 1 callers
Function
normalizeThreadSyncMessageType
( to: string, type: string | undefined, payload: unknown, priority: 'steer' | 'normal', )
packages/runtime/src/supervisor.ts:123
↓ 1 callers
Function
numericMetrics
(result: Record<string, unknown>)
packages/finops/src/providers/openai.ts:183
↓ 1 callers
Function
onConflict
(req: MergeRequest)
packages/runtime/src/__tests__/merge-queue.test.ts:160
↓ 1 callers
Function
onEvent
(handler)
packages/runtime/src/claude-code.ts:303
↓ 1 callers
Method
onKeptAlive
(context: LocalSupervisorSessionContext, reason: LocalSupervisorSessionReason)
packages/cli/src/local-supervisor-session.ts:27
↓ 1 callers
Method
onSignal
(context: LocalSupervisorSessionContext)
packages/cli/src/local-supervisor-session.ts:24
↓ 1 callers
Function
openAiCostsCommand
(args: string[])
packages/finops/src/cli.ts:88
↓ 1 callers
Function
openAiUsageCommand
(args: string[])
packages/finops/src/cli.ts:100
↓ 1 callers
Method
openDatabase
(dbPath: string)
packages/runtime/src/supervisor.ts:616
↓ 1 callers
Function
openRouterMetric
(priceKey: string)
packages/finops/src/pricing-registry.ts:233
↓ 1 callers
Function
openRouterModelRates
(model: OpenRouterModel, checkedAt: string)
packages/finops/src/pricing-registry.ts:183
↓ 1 callers
Function
openRouterUnit
(priceKey: string)
packages/finops/src/pricing-registry.ts:258
↓ 1 callers
Function
optionalIntegerFlag
(args: string[], name: string)
packages/finops/src/cli.ts:263
↓ 1 callers
Function
paginateStripeBalanceTransactions
( options: StripeSyncOptions & { secretKey: string }, )
packages/finops/src/providers/stripe.ts:109
↓ 1 callers
Function
parseArgs
(args: string[])
packages/cli/src/commands/watch.ts:42
↓ 1 callers
Method
parseResponse
(content: string)
packages/runtime/src/exploration-engine.ts:203
↓ 1 callers
Method
parseResponse
(content: string)
packages/runtime/src/execution-planner.ts:193
↓ 1 callers
Method
parseResponse
(content: string)
packages/runtime/src/evaluation-engine.ts:255
↓ 1 callers
Function
parseRuntimeData
(value: unknown)
packages/finops/src/web/app.ts:763
↓ 1 callers
Function
patternsOverlap
(a: string, b: string)
packages/runtime/src/task-pool.ts:77
↓ 1 callers
Function
pickAvailablePort
()
packages/cli/src/local-supervisor.ts:80
↓ 1 callers
Method
postHook
(event: LoopEvent)
packages/runtime/src/loop-logger.ts:181
↓ 1 callers
Function
postStorySyncArtifact
(artifact: { id?: string; agent?: string; kind: string; path: string; content?: string | null; met
packages/runtime/src/supervisor.ts:135
↓ 1 callers
Method
prepareTakeoverPlan
(options: TConcreteTakeoverOptions)
packages/host-sdk/src/host-sdk-factory.ts:24
↓ 1 callers
Function
pricingTable
(rows: ProviderPricingEntry[])
packages/finops/src/web/app.ts:587
↓ 1 callers
Function
printProjectSummary
(profile: ProjectProfile, generated: GeneratedAgentConfig)
packages/cli/src/commands/takeover.ts:141
↓ 1 callers
Function
productDashboard
( productId: string, options: BuildFinopsDashboardOptions, summaries: AccountingSummary[], )
packages/finops/src/dashboard-model.ts:61
↓ 1 callers
Function
productsFromInventory
(inventory: ApiKeyInventory)
packages/finops/src/runtime-data.ts:93
↓ 1 callers
Function
projectView
(product: ProductDashboardSummary)
packages/finops/src/web/app.ts:221
← previous
next →
601–700 of 987, ranked by callers