MCPcopy Create free account

hub / github.com/HuangLittleOrange/worldx-agent-forge / functions

Functions1,074 in github.com/HuangLittleOrange/worldx-agent-forge

↓ 2 callersMethodgetNormalizedDirection
(from: GridPoint, to: GridPoint)
assets/worldx-runtime/client/src/systems/PathfindingManager.ts:376
↓ 2 callersFunctiongetObjectState
(objectId: string)
assets/worldx-runtime/server/src/store/world-state-store.ts:39
↓ 2 callersMethodgetRecentHearsay
(characterId: string, currentDay: number, dayWindow: number = 3)
assets/worldx-runtime/server/src/core/memory-manager.ts:163
↓ 2 callersFunctiongetSceneEndingHint
( tick: number, config?: SceneTimeConfig, )
assets/worldx-runtime/server/src/utils/time-helpers.ts:228
↓ 2 callersMethodgetSortFootY
()
assets/worldx-runtime/client/src/objects/CharacterSprite.ts:412
↓ 2 callersMethodgetSpawnCandidateMainAreaPoints
(points: MainAreaPointConfig[])
assets/worldx-runtime/server/src/core/world-manager.ts:403
↓ 2 callersMethodgetSpreadMainAreaPointId
* Pick a spawn point that avoids already-occupied points when possible. * Falls back to the hash-based default if every point is taken.
assets/worldx-runtime/server/src/core/world-manager.ts:294
↓ 2 callersFunctiongetTimePeriodLabel
( tick: number, config?: SceneTimeConfig, )
assets/worldx-runtime/server/src/utils/time-helpers.ts:178
↓ 2 callersMethodgetTimelineEventsPath
(worldDir: string, timelineId: string)
assets/worldx-runtime/server/src/services/timeline-manager.ts:211
↓ 2 callersMethodgetWalkableCandidatesNear
( centerX: number, centerY: number, maxDistanceTiles = 4, locationId?: string, )
assets/worldx-runtime/client/src/systems/MapManager.ts:332
↓ 2 callersFunctiongetWorldDir
()
assets/worldx-runtime/server/src/utils/config-loader.ts:21
↓ 2 callersMethodgetWorldName
()
assets/worldx-runtime/server/src/core/world-manager.ts:97
↓ 2 callersMethodhandleLine
(job: ActiveJob, rawLine: string, stream: "stdout" | "stderr")
assets/worldx-runtime/server/src/core/create-job-manager.ts:250
↓ 2 callersFunctionhasWalkablePath
(a, b, collisionData, gridWidth, gridHeight, tileSize)
assets/worldx-runtime/orchestrator/src/main-area-points.mjs:352
↓ 2 callersFunctionhasWalkablePathBetweenPoints
( a: MainAreaPointConfig, b: MainAreaPointConfig, collisionData: number[], gridWidth: number, gridHe
assets/worldx-runtime/server/src/core/world-manager.ts:807
↓ 2 callersFunctioninitLogger
(logDir, fileName = "pipeline.log")
assets/worldx-runtime/generators/map/src/utils/logger.mjs:11
↓ 2 callersMethodinterruptCharacterForDialogue
(charId: string)
assets/worldx-runtime/server/src/simulation/simulation-engine.ts:784
↓ 2 callersMethodisAxisAligned
(a: GridPoint, b: GridPoint)
assets/worldx-runtime/client/src/systems/PathfindingManager.ts:391
↓ 2 callersFunctionisDirectory
(targetPath: string)
assets/worldx-runtime/server/src/utils/world-directories.ts:98
↓ 2 callersMethodisKnownCharacter
(charId: string)
assets/worldx-runtime/server/src/simulation/simulation-engine.ts:726
↓ 2 callersMethodisPixelWalkable
(x: number, y: number)
assets/worldx-runtime/client/src/systems/MapManager.ts:646
↓ 2 callersFunctionisSceneTransitionTick
( tick: number, config?: SceneTimeConfig, )
assets/worldx-runtime/server/src/utils/time-helpers.ts:83
↓ 2 callersMethodlistDialogueSessions
()
assets/worldx-runtime/server/src/core/world-manager.ts:519
↓ 2 callersFunctionlistGeneratedWorlds
()
assets/worldx-runtime/server/src/utils/world-directories.ts:29
↓ 2 callersFunctionlistLibraryWorlds
()
assets/worldx-runtime/server/src/utils/world-directories.ts:33
↓ 2 callersFunctionloadPromptTemplate
(name: string)
assets/worldx-runtime/server/src/utils/config-loader.ts:107
↓ 2 callersFunctionloadWorldConfig
()
assets/worldx-runtime/server/src/utils/config-loader.ts:25
↓ 2 callersFunctionlogError
(step, error)
assets/worldx-runtime/orchestrator/src/models/llm-client.mjs:39
↓ 2 callersFunctionlogModelImageResponse
(step, model, savedPath, sizeBytes)
assets/worldx-runtime/generators/map/src/utils/logger.mjs:64
↓ 2 callersFunctionmagnitude
(vector)
assets/worldx-runtime/generators/map/src/demo-region-overlay.mjs:644
↓ 2 callersFunctionmagnitude
(v)
assets/worldx-runtime/generators/map/src/utils/overlay-extraction.mjs:274
↓ 2 callersFunctionmaskApiKey
(value: string)
assets/worldx-runtime/server/src/api/routes/settings.ts:124
↓ 2 callersMethodmaybeShowActionMonologue
(event: SimulationEvent)
assets/worldx-runtime/client/src/scenes/WorldScene.ts:610
↓ 2 callersFunctionmemoryToParams
(m: MemoryEntry)
assets/worldx-runtime/server/src/store/memory-store.ts:32
↓ 2 callersFunctionmodeToggleBtnStyle
(active: boolean, mode: ViewMode)
assets/worldx-runtime/client/src/ui/panels/TopBar.tsx:664
↓ 2 callersMethodmoveSpriteAlongDialoguePath
( sprite: CharacterSprite, path: { x: number; y: number }[] | [], target: { x: number; y: number }
assets/worldx-runtime/client/src/systems/CharacterMovement.ts:410
↓ 2 callersMethodmoveToLocation
( charId: string, locationId: string, options: { force?: boolean; mainAreaPointId?: string | null
assets/worldx-runtime/client/src/systems/CharacterMovement.ts:25
↓ 2 callersMethodnormalizeSpeaker
( rawSpeaker: string | undefined, profileA: { id: string; name: string }, profileB: { id: string;
assets/worldx-runtime/server/src/simulation/dialogue-generator.ts:316
↓ 2 callersMethodparseDialogueSession
( key: string, raw: string, )
assets/worldx-runtime/server/src/core/world-manager.ts:581
↓ 2 callersFunctionparseTimeToMinutes
(value: string)
assets/worldx-runtime/server/src/utils/config-loader.ts:372
↓ 2 callersFunctionparseTimeToMinutes
(timeStr)
assets/worldx-runtime/orchestrator/src/world-design-utils.mjs:192
↓ 2 callersFunctionpatchJSON
(path: string, body?: unknown)
assets/worldx-runtime/client/src/ui/services/api-client.ts:54
↓ 2 callersFunctionpauseWorldIfNeeded
()
assets/worldx-runtime/client/src/ui/panels/TopBar.tsx:206
↓ 2 callersFunctionpixelIdx
(x, y)
assets/worldx-runtime/generators/character/src/utils/chromakey.mjs:39
↓ 2 callersFunctionpointToTile
( point: MainAreaPointConfig, tileSize: number, gridWidth: number, gridHeight: number, )
assets/worldx-runtime/server/src/core/world-manager.ts:861
↓ 2 callersFunctionpointToTile
(point, tileSize, gridWidth, gridHeight)
assets/worldx-runtime/orchestrator/src/main-area-points.mjs:403
↓ 2 callersFunctionpostGoogleNativeImage
(parts, { apiKey, signal })
assets/worldx-runtime/generators/map/src/models/gemini-flash-img.mjs:79
↓ 2 callersFunctionpostJSON
(pathname, body)
scripts/worldx.mjs:660
↓ 2 callersFunctionprimaryBtnStyle
(busy: boolean)
assets/worldx-runtime/client/src/ui/panels/GodPanel.tsx:402
↓ 2 callersFunctionprintResult
(result)
assets/worldx-runtime/scripts/compare-models.mjs:153
↓ 2 callersFunctionrank
(id: string)
assets/worldx-runtime/client/src/ui/utils/library-world-sort.ts:21
↓ 2 callersMethodrankDialogueApproachCandidates
( candidates: Array<{ x: number; y: number; distance: number }>, desiredTarget: { x: number; y: number
assets/worldx-runtime/client/src/systems/CharacterMovement.ts:367
↓ 2 callersFunctionreadEnv
()
assets/worldx-runtime/server/src/api/routes/settings.ts:91
↓ 2 callersFunctionreadEnvFile
()
scripts/worldx.mjs:596
↓ 2 callersMethodreadMeta
(worldDir: string, timelineId: string)
assets/worldx-runtime/server/src/services/timeline-manager.ts:242
↓ 2 callersFunctionreapExpired
()
assets/worldx-runtime/server/src/api/routes/sandbox-chat.ts:30
↓ 2 callersMethodreconcileDialogueSessions
()
assets/worldx-runtime/server/src/simulation/simulation-engine.ts:549
↓ 2 callersFunctionrectSlots
(count, width, height, slotWRatio, slotHRatio, yBias = 0.08)
scripts/assemble_codex_world.mjs:232
↓ 2 callersFunctionrejectIfSimulationBusy
(res: Response)
assets/worldx-runtime/server/src/api/routes/world.ts:22
↓ 2 callersFunctionrejectIfSimulationBusy
(res: Response)
assets/worldx-runtime/server/src/api/routes/timeline.ts:13
↓ 2 callersFunctionrelativeTimeLabel
( memoryDay: number, memoryTick: number, now: GameTime, )
assets/worldx-runtime/server/src/utils/time-helpers.ts:212
↓ 2 callersFunctionresizeImage
(imageBuffer, targetWidth, options = {})
assets/worldx-runtime/generators/map/src/utils/image-utils.mjs:8
↓ 2 callersFunctionresolveRequestTimeoutMs
(requestTimeoutMs, timeoutEnvKey)
assets/worldx-runtime/generators/map/src/models/gemini-pro.mjs:29
↓ 2 callersFunctionresolveRequestTimeoutMs
(requestTimeoutMs, timeoutEnvKey)
assets/worldx-runtime/generators/map/src/models/gemini-flash-img.mjs:31
↓ 2 callersMethodrestorePersistedTime
()
assets/worldx-runtime/server/src/core/world-manager.ts:372
↓ 2 callersFunctionrowCoverage
(y)
assets/worldx-runtime/generators/map/src/demo-region-overlay.mjs:546
↓ 2 callersFunctionrowCoverage
(y)
assets/worldx-runtime/generators/map/src/utils/overlay-extraction.mjs:194
↓ 2 callersFunctionrun
(name, cmd, args, cwd)
assets/worldx-runtime/scripts/dev.mjs:13
↓ 2 callersFunctionrunNodeScript
(scriptPath, args, { env = {}, timeoutMs = 0, label = "Process" } = {})
assets/worldx-runtime/orchestrator/src/index.mjs:260
↓ 2 callersMethodsaveDialogueSession
(session: DialogueSession)
assets/worldx-runtime/server/src/core/world-manager.ts:533
↓ 2 callersFunctionscanWorldsDir
(baseDir: string, source: WorldSource)
assets/worldx-runtime/server/src/utils/world-directories.ts:47
↓ 2 callersMethodsendStructuredRequest
( messages: Message[], model: string, temperature?: number, timeoutMs?: number, structured
assets/worldx-runtime/server/src/llm/llm-client.ts:237
↓ 2 callersFunctionset
(key: string, val: string)
assets/worldx-runtime/client/src/ui/panels/CharacterDetail.tsx:461
↓ 2 callersMethodsetDevTickDurationMinutes
(minutes: number)
assets/worldx-runtime/server/src/services/app-context.ts:110
↓ 2 callersMethodsetDialogueActionState
(participantIds: string[], action: string | null)
assets/worldx-runtime/client/src/scenes/WorldScene.ts:532
↓ 2 callersMethodshowBubble
( text: string, duration = 3000, textStyleOverrides: Partial<Phaser.Types.GameObjects.Text.TextSty
assets/worldx-runtime/client/src/objects/CharacterSprite.ts:423
↓ 2 callersFunctionsplit
(s: string)
assets/worldx-runtime/client/src/ui/panels/CharacterDetail.tsx:119
↓ 2 callersMethodstopFollowing
()
assets/worldx-runtime/client/src/systems/CameraController.ts:224
↓ 2 callersMethodstopWalkingAnimation
()
assets/worldx-runtime/client/src/objects/CharacterSprite.ts:762
↓ 2 callersFunctionstopWorldX
()
scripts/worldx.mjs:314
↓ 2 callersFunctionsummarizePayload
(payload: unknown)
assets/worldx-runtime/client/src/ui/utils/event-format.ts:167
↓ 2 callersMethodsyncSpriteLocation
(sprite: CharacterSprite)
assets/worldx-runtime/client/src/systems/CharacterMovement.ts:422
↓ 2 callersFunctiontailFile
(filePath, maxLines)
scripts/worldx.mjs:590
↓ 2 callersFunctionterminatePid
(pid, signal)
assets/worldx-runtime/scripts/stop-dev.mjs:46
↓ 2 callersFunctionterminateProcess
(proc, signal)
assets/worldx-runtime/scripts/dev.mjs:81
↓ 2 callersFunctiontruncate
(input: string, max: number)
assets/worldx-runtime/client/src/ui/pages/CreateWorldPage.tsx:689
↓ 2 callersMethodupdateDomLabelStyle
()
assets/worldx-runtime/client/src/objects/CharacterSprite.ts:569
↓ 2 callersFunctionupdateObjectState
(objectId: string, patch: Partial<ObjectRuntimeState>)
assets/worldx-runtime/server/src/store/world-state-store.ts:61
↓ 2 callersFunctionuseGoogleNativeProvider
()
assets/worldx-runtime/generators/character/src/models/gemini-flash-img.mjs:13
↓ 2 callersMethodwaitForTickPlaybackCompletion
(eventCount: number)
assets/worldx-runtime/client/src/systems/PlaybackController.ts:413
↓ 2 callersFunctionwithRetry
(fn, logStep)
assets/worldx-runtime/generators/map/src/models/gemini-pro.mjs:15
↓ 2 callersFunctionwithRetry
(fn, logStep)
assets/worldx-runtime/generators/map/src/models/gemini-flash-img.mjs:17
↓ 2 callersFunctionwriteEvent
(event: JobEvent)
assets/worldx-runtime/server/src/api/routes/worlds-create.ts:87
↓ 2 callersFunctionzoneLabel
(zone: string)
assets/worldx-runtime/server/src/llm/prompt-builder.ts:441
↓ 2 callersMethodzoomBy
(factor: number)
assets/worldx-runtime/client/src/systems/CameraController.ts:139
↓ 1 callersFunctionabsoluteTick
(day: number, tick: number, ticksPerScene: number)
assets/worldx-runtime/client/src/ui/panels/DialoguePanel.tsx:23
↓ 1 callersMethodadvanceReplayTick
()
assets/worldx-runtime/client/src/systems/PlaybackController.ts:173
↓ 1 callersMethodadvanceTick
()
assets/worldx-runtime/server/src/core/world-manager.ts:133
↓ 1 callersMethodappendTickEvents
(gameTime: GameTime, events: SimulationEvent[])
assets/worldx-runtime/server/src/services/timeline-manager.ts:124
↓ 1 callersMethodapplyBubbleTextStyle
(overrides: Phaser.Types.GameObjects.Text.TextStyle)
assets/worldx-runtime/client/src/objects/CharacterSprite.ts:666
← previousnext →301–400 of 1,074, ranked by callers