Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Forget-C/Jellyfish
/ functions
Functions
2,103 in github.com/Forget-C/Jellyfish
⨍
Functions
2,103
◇
Types & classes
497
↳
Endpoints
138
↓ 2 callers
Function
goShot
(id: string)
front/src/pages/aiStudio/shots/ChapterShotEditPage.tsx:949
↓ 2 callers
Function
handleCancelConsistencyTask
()
front/src/pages/aiStudio/chapter/components/ChapterRawTextEditorModal.tsx:280
↓ 2 callers
Function
handleCancelDivideTask
(record: Chapter)
front/src/pages/aiStudio/project/ProjectWorkbench/tabs/ChaptersTab.tsx:285
↓ 2 callers
Function
handleCancelOptimizeTask
()
front/src/pages/aiStudio/chapter/components/ChapterRawTextEditorModal.tsx:351
↓ 2 callers
Function
handleCancelSimplifyTask
()
front/src/pages/aiStudio/chapter/components/ChapterRawTextEditorModal.tsx:335
↓ 2 callers
Function
handleCancelSmartDetectTask
()
front/src/pages/aiStudio/assets/components/AssetEditPageBase.tsx:495
↓ 2 callers
Function
handleDelete
(projectId: string)
front/src/pages/aiStudio/project/ProjectLobby.tsx:474
↓ 2 callers
Function
handleDelete
(agent: Agent, e: React.MouseEvent)
front/src/pages/aiStudio/agents/AgentManagement.tsx:200
↓ 2 callers
Function
handleDeleteModel
(m: ModelRead)
front/src/pages/aiStudio/models/ModelsTab.tsx:235
↓ 2 callers
Function
handleDeleteProvider
(p: ProviderRead)
front/src/pages/aiStudio/models/ProvidersTab.tsx:203
↓ 2 callers
Function
handleRowClick
(record: Agent)
front/src/pages/aiStudio/agents/AgentManagement.tsx:140
↓ 2 callers
Function
handleRunTest
()
front/src/pages/aiStudio/agents/AgentEdit.tsx:94
↓ 2 callers
Function
handleSave
()
front/src/pages/aiStudio/chapter/components/ChapterRawTextEditorModal.tsx:420
↓ 2 callers
Function
handleSelectProject
(id: string)
front/src/pages/aiStudio/project/ProjectLobby.tsx:342
↓ 2 callers
Method
invoke
(self, payload: dict)
backend/app/dependencies.py:43
↓ 2 callers
Function
isFormData
(value: any)
front/src/services/generated/core/request.ts:37
↓ 2 callers
Function
isPendingExtractionConfirmation
(shot: ShotRead)
front/src/pages/aiStudio/shots/ChapterShotEditPage.tsx:145
↓ 2 callers
Function
isTabKey
(s: string)
front/src/pages/aiStudio/project/ProjectWorkbench/constants.tsx:39
↓ 2 callers
Function
isTerminalStatus
(status: TaskStatus)
front/src/pages/aiStudio/assets/components/AssetEditPageBase.tsx:138
↓ 2 callers
Function
is_provider_category_supported
(provider_key: str, category: ModelCategoryKey)
backend/app/services/llm/provider_registry.py:104
↓ 2 callers
Method
listChaptersApiV1StudioChaptersGet
* 章节列表(分页) * @returns ApiResponse_PaginatedData_ChapterRead__ Successful Response * @throws ApiError
front/src/services/generated/services/StudioChaptersService.ts:19
↓ 2 callers
Function
listImages
(entityType: EntityType, entityId: string, params: { page?: number; pageSize?: number; order?: string | null;
front/src/services/studioEntities.ts:41
↓ 2 callers
Method
listProvidersApiV1LlmProvidersGet
* 列出模型供应商(分页) * @returns ApiResponse_PaginatedData_ProviderRead__ Successful Response * @throws ApiError
front/src/services/generated/services/LlmService.ts:29
↓ 2 callers
Method
listShotCharacterLinksApiV1StudioShotCharacterLinksGet
* 查询镜头角色关联列表(ShotCharacterLink) * @returns ApiResponse_list_ShotCharacterLinkRead__ Successful Response * @throws ApiError
front/src/services/generated/services/StudioShotCharacterLinksService.ts:17
↓ 2 callers
Method
listShotDialogLinesApiV1StudioShotDialogLinesGet
* 镜头对话行列表(分页) * @returns ApiResponse_PaginatedData_ShotDialogLineRead__ Successful Response * @throws ApiError
front/src/services/generated/services/StudioShotDialogLinesService.ts:19
↓ 2 callers
Method
listSupportedProvidersApiV1LlmProvidersSupportedGet
* 列出系统支持的供应商能力 * @returns ApiResponse_list_ProviderSupportedRead__ Successful Response * @throws ApiError
front/src/services/generated/services/LlmService.ts:97
↓ 2 callers
Method
listTaskLinksApiV1FilmTaskLinksGet
* 生成任务关联列表(分页,支持多条件过滤) * @returns ApiResponse_PaginatedData_GenerationTaskLinkRead__ Successful Response * @throws ApiError
front/src/services/generated/services/FilmService.ts:241
↓ 2 callers
Function
list_by_shot
按镜头查询角色关联列表。
backend/app/services/studio/shot_character_links.py:14
↓ 2 callers
Function
list_files_paginated
分页查询文件。
backend/app/services/studio/files.py:62
↓ 2 callers
Function
list_models_paginated
分页查询模型。
backend/app/services/llm/manage.py:138
↓ 2 callers
Function
list_shot_linked_assets
获取镜头关联的角色/道具/场景/服装。
backend/app/services/studio/shot_assets.py:140
↓ 2 callers
Method
list_task_views
( self, *, statuses: list[TaskStatus] | None = None, task_kind: str | None = N
backend/app/core/task_manager/stores.py:446
↓ 2 callers
Function
load
()
front/src/pages/aiStudio/models/SettingsTab.tsx:13
↓ 2 callers
Function
loadActiveChapterDivisionTasks
( chapterIds: string[], )
front/src/pages/aiStudio/project/ProjectWorkbench/chapterDivisionTasks.ts:158
↓ 2 callers
Function
loadActiveRelationTask
( relationType: string, relationEntityId: string, )
front/src/pages/aiStudio/project/ProjectWorkbench/chapterDivisionTasks.ts:122
↓ 2 callers
Function
loadActors
(searchQuery?: string)
front/src/pages/aiStudio/project/ProjectWorkbench/tabs/ActorsTab.tsx:76
↓ 2 callers
Function
loadAssets
(qOverride?: string)
front/src/pages/aiStudio/project/ProjectWorkbench/tabs/PropsTab.tsx:98
↓ 2 callers
Function
loadProjectRoleOptions
()
front/src/pages/aiStudio/chapter/ChapterStudio.tsx:3972
↓ 2 callers
Function
loadScenes
(searchQuery?: string)
front/src/pages/aiStudio/project/ProjectWorkbench/tabs/ScenesTab.tsx:87
↓ 2 callers
Function
log_image_http_response
( *, provider: str, status_code: int, elapsed_ms: int, resp_headers: dict[str, str], r
backend/app/core/integrations/http_logging.py:83
↓ 2 callers
Function
makePagination
(items: T[], page: number, pageSize: number)
front/src/mocks/handlers.ts:34
↓ 2 callers
Function
mapGenerationDraftStateToRenderState
( state: GenerationDraftState, )
front/src/pages/aiStudio/chapter/ChapterStudio.tsx:306
↓ 2 callers
Function
map_view_angle_for_prompt
(view_angle: AssetViewAngle | str | None)
backend/app/services/studio/image_tasks.py:78
↓ 2 callers
Function
mark_pending_by_name
按镜头、候选类型与名称回退候选为待处理状态。
backend/app/services/studio/shot_extracted_candidates.py:335
↓ 2 callers
Function
matchesFilter
(s: StudioShot, f: ShotFilter)
front/src/pages/aiStudio/chapter/ChapterStudio.tsx:1762
↓ 2 callers
Function
metaKeyForTask
(task: TaskUiItem)
front/src/pages/aiStudio/components/taskCenterMeta.ts:42
↓ 2 callers
Function
nextProjectId
()
front/src/mocks/handlers.ts:26
↓ 2 callers
Function
normalizeFrameExclusiveTags
(tags: string[])
front/src/pages/aiStudio/chapter/ChapterStudio.tsx:147
↓ 2 callers
Function
normalizeStudioAsset
(asset: StudioAssetLike)
front/src/pages/aiStudio/assets/components/StudioAssetTypeFormModal.tsx:22
↓ 2 callers
Function
normalizeTags
(input: string)
front/src/pages/aiStudio/assets/components/StudioAssetTypeFormModal.tsx:15
↓ 2 callers
Function
normalizeTags
(input: string)
front/src/pages/aiStudio/assets/components/ActorEntityFormModal.tsx:17
↓ 2 callers
Function
open
(url: string)
front/src/pages/aiStudio/chapter/ChapterStudio.tsx:4127
↓ 2 callers
Function
open
(url: string)
front/src/pages/aiStudio/shots/ChapterShotEditPage.tsx:1063
↓ 2 callers
Function
openCopyModelModal
(source: ModelRead)
front/src/pages/aiStudio/models/ModelsTab.tsx:268
↓ 2 callers
Function
openCreateNextStep
(chapter: Chapter, hasRawText: boolean)
front/src/pages/aiStudio/project/ProjectWorkbench/tabs/ChaptersTab.tsx:130
↓ 2 callers
Function
patchShotDetailLocal
(patch: Partial<ShotDetailRead>)
front/src/pages/aiStudio/chapter/ChapterStudio.tsx:1450
↓ 2 callers
Function
poll
()
front/src/pages/aiStudio/project/ProjectWorkbench/chapterDivisionTasks.ts:247
↓ 2 callers
Function
post
(url: string, data?: unknown, config?: AxiosRequestConfig)
front/src/services/http.ts:31
↓ 2 callers
Function
priority
(task: TaskUiItem)
front/src/pages/aiStudio/components/TaskCenter.tsx:184
↓ 2 callers
Function
put
(url: string, data?: unknown, config?: AxiosRequestConfig)
front/src/services/http.ts:34
↓ 2 callers
Function
recompute_shot_status_sync
(db: Session, *, shot_id: str)
backend/app/services/studio/shot_status.py:127
↓ 2 callers
Function
redact_headers
(h: dict[str, str])
backend/app/core/integrations/http_logging.py:13
↓ 2 callers
Function
refreshAfterExternalCreate
()
front/src/pages/aiStudio/shots/ChapterShotEditPage.tsx:688
↓ 2 callers
Function
renderAssetCard
(asset: AssetVM)
front/src/pages/aiStudio/shots/components/ChapterShotAssetConfirmation.tsx:82
↓ 2 callers
Function
reorder
(list: T[], startIndex: number, endIndex: number)
front/src/pages/aiStudio/chapter/ChapterStudio.tsx:366
↓ 2 callers
Function
resolve_default_video_model
(db: AsyncSession)
backend/app/services/film/generated_video.py:102
↓ 2 callers
Function
resolve_effective_ratio
(input_: VideoGenerationInput)
backend/app/core/integrations/video_capabilities.py:76
↓ 2 callers
Function
resolve_provider_config_from_provider
( *, provider: Provider, category: ModelCategoryKey, )
backend/app/services/llm/provider_resolver.py:54
↓ 2 callers
Method
run
(self, *args: Any, **kwargs: Any)
backend/tests/test_task_manager.py:30
↓ 2 callers
Function
runExtract
(kind: 'all' | ExtractKind)
front/src/pages/aiStudio/chapter/ChapterPrep.tsx:319
↓ 2 callers
Function
run_extract_task_sync
(task_id: str)
backend/app/services/script_processing_worker.py:325
↓ 2 callers
Function
serializeRequest
* @param {Request} request
front/public/mockServiceWorker.js:333
↓ 2 callers
Function
set_cached_script_extract
(cache_key: str, result: StudioScriptExtractionDraft)
backend/app/services/script_extraction_cache.py:41
↓ 2 callers
Method
set_progress
(self, *_args, **_kwargs)
backend/tests/test_image_tasks_api_responses.py:283
↓ 2 callers
Function
set_skip_extraction
( db: AsyncSession, *, shot_id: str, skip: bool, )
backend/app/services/studio/shot_extracted_candidates.py:410
↓ 2 callers
Function
snapButtonPosition
(position: { x: number; y: number })
front/src/pages/aiStudio/components/TaskCenter.tsx:74
↓ 2 callers
Function
summarizeProjectChapters
(chapters: ChapterPreparationInput[])
front/src/pages/aiStudio/project/ProjectLobby.tsx:166
↓ 2 callers
Function
toUIProject
(p: ProjectRead)
front/src/pages/aiStudio/project/ProjectLobby.tsx:89
↓ 2 callers
Method
updateShotSkipExtractionApiV1StudioShotsShotIdSkipExtractionPatch
* 设置是否跳过镜头信息提取 * @returns ApiResponse_ShotPreparationMutationResultRead_ Successful Response * @throws ApiError
front/src/services/generated/services/StudioShotsService.ts:307
↓ 2 callers
Function
update_model
更新模型。
backend/app/services/llm/manage.py:218
↓ 2 callers
Function
update_model_settings
更新模型全局设置。
backend/app/services/llm/manage.py:275
↓ 2 callers
Function
upsertRelationTaskStateInMap
( currentMap: Record<string, RelationTaskState>, entityId: string, nextTask: RelationTaskState, )
front/src/pages/aiStudio/project/ProjectWorkbench/chapterDivisionTasks.ts:111
↓ 2 callers
Function
upsert_project_link
优先补全已有记录(chapter_id/shot_id),否则新建。 只会做 null -> value 的补全,不会覆盖已有非空字段。
backend/app/utils/project_links.py:44
↓ 2 callers
Function
upsert_shot_character_link
( body: ShotCharacterLinkCreate, db: AsyncSession = Depends(get_db), )
backend/app/api/v1/routes/studio/shot_character_links.py:37
↓ 2 callers
Function
useProject
(projectId: string | undefined)
front/src/pages/aiStudio/project/ProjectWorkbench/hooks/useProjectData.ts:62
↓ 2 callers
Function
useProjectCharacters
(projectId: string | undefined)
front/src/pages/aiStudio/project/ProjectWorkbench/hooks/useProjectData.ts:136
↓ 2 callers
Function
validate_shot_and_duration
(db: AsyncSession, shot_id: str)
backend/app/services/film/generated_video.py:36
↓ 1 callers
Method
__init__
(self, *, session_maker: sessionmaker[Session] = sync_session_maker)
backend/app/services/worker/task_executor.py:65
↓ 1 callers
Method
_apply_and_finish
(self, task_id: str, run_args: dict[str, Any], result: Any)
backend/app/services/worker/task_executor.py:120
↓ 1 callers
Function
_apply_scope_filters
(stmt: Select)
backend/app/services/studio/file_usages.py:187
↓ 1 callers
Method
_as_messages_input
将 kwargs 渲染为 LangChain agent 所需的 messages 输入形状。
backend/app/chains/agents/base.py:200
↓ 1 callers
Function
_asset_ref_from_overview_item
(item: Any)
backend/app/services/studio/shot_video_prompt_pack.py:47
↓ 1 callers
Function
_build_action_beats
从剧本摘录、镜头描述与对白中提炼镜头内动作节拍。
backend/app/services/studio/shot_video_prompt_pack.py:182
↓ 1 callers
Function
_build_character_context
(characters: list[Character])
backend/app/services/film/shot_frame_prompt_tasks.py:70
↓ 1 callers
Function
_build_composition_anchor
为视频提示词构造稳定的画面构图与空间锚点建议。
backend/app/services/studio/shot_video_prompt_pack.py:255
↓ 1 callers
Function
_build_composition_anchor
根据镜头语言和相邻镜头关系生成构图锚点建议。
backend/app/services/film/shot_frame_prompt_tasks.py:192
↓ 1 callers
Function
_build_continuity_guidance
构造视频提示词的连续性建议。
backend/app/services/studio/shot_video_prompt_pack.py:230
↓ 1 callers
Function
_build_continuity_guidance
基于相邻镜头关系生成简明连续性约束。
backend/app/services/film/shot_frame_prompt_tasks.py:162
↓ 1 callers
Function
_build_director_command_summary
将多类 guidance 压缩成高优先级导演指令摘要。
backend/app/services/film/shot_frame_prompt_tasks.py:466
↓ 1 callers
Function
_build_director_must_categories
按镜头风险动态决定哪些 guidance 应提升为必须项。
backend/app/services/film/shot_frame_prompt_tasks.py:431
← previous
next →
501–600 of 2,103, ranked by callers