MCPcopy Create free account

hub / github.com/Forget-C/Jellyfish / functions

Functions2,103 in github.com/Forget-C/Jellyfish

↓ 1 callersFunctionbootstrap_task_adapters
注册内置任务执行器(幂等)。
backend/app/core/tasks/bootstrap.py:18
↓ 1 callersFunctionbuildActionBeatPhaseTags
(summary: string)
front/src/pages/aiStudio/chapter/ChapterStudio.tsx:222
↓ 1 callersFunctionbuildActionMenuItems
(record: Chapter)
front/src/pages/aiStudio/project/ProjectWorkbench/tabs/ChaptersTab.tsx:352
↓ 1 callersFunctionbuildDescription
(task: RelationTaskState, runningDescription: string, cancellingDescription: string)
front/src/pages/aiStudio/components/taskNotificationHelpers.tsx:47
↓ 1 callersFunctionbuildGuidanceLevelSummary
( parsedDirectorCommands: Array<{ level: 'must' | 'prefer'; text: string }>, guidanceSummary: string[], )
front/src/pages/aiStudio/chapter/ChapterStudio.tsx:209
↓ 1 callersFunctionbuildKeyframeGuidanceSummary
(items: string[])
front/src/pages/aiStudio/chapter/ChapterStudio.tsx:168
↓ 1 callersFunctionbuildPayload
(values: CreatePromptForm)
front/src/pages/aiStudio/prompts/PromptTemplateManager.tsx:255
↓ 1 callersFunctionbuildVideoRefSelection
()
front/src/pages/aiStudio/chapter/ChapterStudio.tsx:4230
↓ 1 callersFunctionbuild_asset_image_context
( *, base: AssetImageBaseDraft, images: list[str] | None = None, )
backend/app/services/studio/generation/asset_image/build_context.py:19
↓ 1 callersFunctionbuild_chat_model_from_provider
根据 Provider 配置构造文本对话模型(ChatOpenAI)。
backend/app/services/llm/resolver.py:105
↓ 1 callersFunctionbuild_content
(input_: VideoGenerationInput)
backend/app/core/integrations/volcengine/video_payload.py:13
↓ 1 callersFunctionbuild_create_task_body
(input_: VideoGenerationInput)
backend/app/core/integrations/volcengine/video_payload.py:49
↓ 1 callersFunctionbuild_create_video_body
(input_: VideoGenerationInput)
backend/app/core/integrations/openai/video_payload.py:31
↓ 1 callersFunctionbuild_download_response
根据 file_id 构建下载响应。
backend/app/services/studio/files.py:185
↓ 1 callersMethodbuild_llm
(self, db: Session)
backend/app/services/worker/task_executor.py:46
↓ 1 callersFunctionbuild_llm_only_app
与主应用相同的错误壳与 /api/v1/llm 前缀,仅不含 film/studio 等路由。
backend/tests/support/llm_api_app.py:57
↓ 1 callersFunctionbuild_ordered_shot_frame_references
按请求入参顺序构造稳定的图片映射关系。
backend/app/services/studio/generation/frame/build_context.py:8
↓ 1 callersFunctionbuild_shot_reads
( db: AsyncSession, *, shots: list[Shot], )
backend/app/services/studio/shots.py:160
↓ 1 callersFunctionbuild_shot_video_prompt_pack
( db: AsyncSession, *, shot_id: str, )
backend/app/services/studio/shot_video_prompt_pack.py:385
↓ 1 callersFunctioncatchErrorCodes
(options: ApiRequestOptions, result: ApiResult)
front/src/services/generated/core/request.ts:252
↓ 1 callersMethodcheckConsistencyAsyncApiV1ScriptProcessingCheckConsistencyAsyncPost
* 异步检查角色混淆一致性(基于原文) * 创建一致性检查任务并立即返回 task_id;前端可通过任务状态接口轮询。 * @returns ApiResponse_AsyncTaskCreateRead_ Successful Response * @throws A
front/src/services/generated/services/ScriptProcessingService.ts:164
↓ 1 callersMethodcheck_names_existence
( self, *, project_id: str, shot_id: str | None = None, character_name
backend/app/services/studio/entities.py:29
↓ 1 callersFunctionclampPosition
()
front/src/pages/aiStudio/components/TaskCenter.tsx:169
↓ 1 callersFunctionclampViewCount
(value: number | null)
front/src/pages/aiStudio/assets/components/StudioAssetTypeFormModal.tsx:29
↓ 1 callersFunctioncompose_shot_frame_rendered_prompt
拼装最终提交给模型的关键帧提示词。
backend/app/services/studio/generation/frame/derive_preview.py:286
↓ 1 callersMethodconfigure
(self, maker: async_sessionmaker[AsyncSession])
backend/app/core/db.py:45
↓ 1 callersFunctionconfirmGenerateKeyframeWithPrompt
()
front/src/pages/aiStudio/chapter/ChapterStudio.tsx:4602
↓ 1 callersFunctionconfirmGenerateWithPrompt
()
front/src/pages/aiStudio/assets/components/AssetEditPageBase.tsx:591
↓ 1 callersMethodcreateActorImageGenerationTaskApiV1StudioImageTasksActorsActorIdImageTasksPost
* 演员图片生成(任务版) * 为指定演员创建图片生成任务,并通过 `GenerationTaskLink` 关联。 * @returns ApiResponse_TaskCreated_ Successful Response * @throws ApiError
front/src/services/generated/services/StudioImageTasksService.ts:21
↓ 1 callersMethodcreateChapterApiV1StudioChaptersPost
* 创建章节 * @returns ApiResponse_ChapterRead_ Successful Response * @throws ApiError
front/src/services/generated/services/StudioChaptersService.ts:67
↓ 1 callersMethodcreateCharacterImageGenerationTaskApiV1StudioImageTasksCharactersCharacterIdImageTasksPost
* 角色图片生成(任务版) * 为角色创建图片生成任务(对应 CharacterImage 业务)。 * * - path 参数 character_id 为 Character.id * - body.image_id 必须为该角色下的 CharacterI
front/src/services/generated/services/StudioImageTasksService.ts:136
↓ 1 callersMethodcreateEntityApiV1StudioEntitiesEntityTypePost
* 统一创建实体 * @returns ApiResponse_dict_str__Any__ Successful Response * @throws ApiError
front/src/services/generated/services/StudioEntitiesService.ts:92
↓ 1 callersMethodcreateEntityImageApiV1StudioEntitiesEntityTypeEntityIdImagesPost
* 统一创建实体图片 * @returns ApiResponse_dict_str__Any__ Successful Response * @throws ApiError
front/src/services/generated/services/StudioEntitiesService.ts:231
↓ 1 callersMethodcreateModelApiV1LlmModelsPost
* 创建模型 * @returns ApiResponse_ModelRead_ Successful Response * @throws ApiError
front/src/services/generated/services/LlmService.ts:270
↓ 1 callersMethodcreateProjectActorLinkApiV1StudioShotLinksActorPost
* 创建项目-章节-镜头-演员关联 * @returns ApiResponse_ProjectActorLinkRead_ Successful Response * @throws ApiError
front/src/services/generated/services/StudioShotLinksService.ts:68
↓ 1 callersMethodcreateProjectApiV1StudioProjectsPost
* 创建项目 * @returns ApiResponse_ProjectRead_ Successful Response * @throws ApiError
front/src/services/generated/services/StudioProjectsService.ts:73
↓ 1 callersMethodcreatePromptTemplateApiV1StudioPromptsPost
* 创建提示词模板 * @returns ApiResponse_PromptTemplateRead_ Successful Response * @throws ApiError
front/src/services/generated/services/StudioPromptsService.ts:75
↓ 1 callersMethodcreateProviderApiV1LlmProvidersPost
* 创建模型供应商 * @returns ApiResponse_ProviderRead_ Successful Response * @throws ApiError
front/src/services/generated/services/LlmService.ts:77
↓ 1 callersMethodcreateShotApiV1StudioShotsPost
* 创建镜头 * @returns ApiResponse_ShotRead_ Successful Response * @throws ApiError
front/src/services/generated/services/StudioShotsService.ts:75
↓ 1 callersMethodcreateShotFramePromptTaskApiV1FilmTasksShotFramePromptsPost
* 镜头分镜帧提示词生成(任务版) * @returns ApiResponse_TaskCreated_ Successful Response * @throws ApiError
front/src/services/generated/services/FilmService.ts:73
↓ 1 callersMethodcreateVideoGenerationTaskApiV1FilmTasksVideoPost
* 视频生成(任务版) * 创建视频生成任务并后台执行,结果通过 /tasks/{task_id}/result 获取。 * @returns ApiResponse_TaskCreated_ Successful Response * @throws ApiError
front/src/services/generated/services/FilmService.ts:53
↓ 1 callersMethodcreate_entity
(self, *, entity_type: str, body: dict[str, object])
backend/app/services/studio/entities.py:73
↓ 1 callersMethodcreate_entity_image
( self, *, entity_type: str, entity_id: str, body: dict[str, object],
backend/app/services/studio/entities.py:116
↓ 1 callersFunctiondefaultTaskActionErrorMessage
(error: unknown, fallbackErrorMessage: string)
front/src/pages/aiStudio/components/taskActionHelpers.ts:30
↓ 1 callersMethoddelete
(self, obj: PromptTemplate)
backend/tests/test_api_response_envelopes.py:41
↓ 1 callersMethoddelete
(self, obj: object)
backend/tests/test_task_status_api_responses.py:62
↓ 1 callersMethoddelete
(self, obj: object)
backend/tests/test_entities_api_responses.py:54
↓ 1 callersMethoddelete
(self, obj: Provider)
backend/tests/test_llm_api_responses.py:63
↓ 1 callersMethoddeleteEntityApiV1StudioEntitiesEntityTypeEntityIdDelete
* 统一删除实体 * @returns ApiResponse_NoneType_ Successful Response * @throws ApiError
front/src/services/generated/services/StudioEntitiesService.ts:169
↓ 1 callersMethoddeleteEntityImageApiV1StudioEntitiesEntityTypeEntityIdImagesImageIdDelete
* 统一删除实体图片 * @returns ApiResponse_NoneType_ Successful Response * @throws ApiError
front/src/services/generated/services/StudioEntitiesService.ts:290
↓ 1 callersMethoddeleteModelApiV1LlmModelsModelIdDelete
* 删除模型 * @returns ApiResponse_NoneType_ Successful Response * @throws ApiError
front/src/services/generated/services/LlmService.ts:336
↓ 1 callersMethoddeleteProjectActorLinkApiV1StudioShotLinksActorLinkIdDelete
* 删除项目-章节-镜头-演员关联 * @returns ApiResponse_NoneType_ Successful Response * @throws ApiError
front/src/services/generated/services/StudioShotLinksService.ts:88
↓ 1 callersMethoddeletePromptTemplateApiV1StudioPromptsTemplateIdDelete
* 删除提示词模板 * @returns ApiResponse_NoneType_ Successful Response * @throws ApiError
front/src/services/generated/services/StudioPromptsService.ts:152
↓ 1 callersMethoddeleteProviderApiV1LlmProvidersProviderIdDelete
* 删除模型供应商 * @returns ApiResponse_NoneType_ Successful Response * @throws ApiError
front/src/services/generated/services/LlmService.ts:189
↓ 1 callersMethoddelete_entity
(self, *, entity_type: str, entity_id: str)
backend/app/services/studio/entities.py:93
↓ 1 callersMethoddelete_entity_image
(self, *, entity_type: str, entity_id: str, image_id: int)
backend/app/services/studio/entities.py:146
↓ 1 callersFunctiondelete_file
删除文件记录与对象存储中的内容;若记录不存在则静默返回。
backend/app/services/studio/files.py:221
↓ 1 callersFunctiondelete_project_asset_link
删除项目-章节-镜头-资产关联。
backend/app/services/studio/shot_assets.py:115
↓ 1 callersFunctionderive_asset_image_preview
( *, base: AssetImageBaseDraft, context: AssetImageContext, )
backend/app/services/studio/generation/asset_image/derive_preview.py:20
↓ 1 callersFunctionderive_provider_size
( *, provider: ProviderKey, model: str | None, ratio: VideoRatio, )
backend/app/core/integrations/video_capabilities.py:89
↓ 1 callersFunctiondoAdd
()
front/src/pages/aiStudio/chapter/ChapterPrep.tsx:375
↓ 1 callersFunctiondownloadOne
(file: FileRead)
front/src/pages/aiStudio/project/ProjectWorkbench/tabs/FilesTab.tsx:117
↓ 1 callersFunctionenableMocking
()
front/src/main.tsx:72
↓ 1 callersFunctionenrich_frame_prompt_with_guidance
将高优先级导演约束补入最终图片提示词,避免只停留在调试展示。
backend/app/services/studio/generation/frame/derive_preview.py:260
↓ 1 callersFunctionensure_single_bind_target
校验并返回 (target_type, target_id)。
backend/app/api/v1/routes/film/common.py:164
↓ 1 callersFunctionfile_id_to_data_url
(db: AsyncSession, *, file_id: str)
backend/app/services/film/generated_video.py:48
↓ 1 callersFunctionfind_active_consistency_task
( db: AsyncSession, *, relation_entity_id: str, )
backend/app/services/script_processing_tasks.py:211
↓ 1 callersFunctionfind_active_divide_task
( db: AsyncSession, *, chapter_id: str, )
backend/app/services/script_processing_tasks.py:95
↓ 1 callersFunctionfind_active_extract_task
( db: AsyncSession, *, chapter_id: str, )
backend/app/services/script_processing_tasks.py:187
↓ 1 callersFunctionfind_active_merge_task
( db: AsyncSession, *, relation_entity_id: str, )
backend/app/services/script_processing_tasks.py:199
↓ 1 callersFunctionfind_active_variant_task
( db: AsyncSession, *, relation_entity_id: str, )
backend/app/services/script_processing_tasks.py:223
↓ 1 callersFunctionfirst_project_id_for_actor
(session: AsyncSession, actor_id: str)
backend/app/services/studio/file_usages.py:249
↓ 1 callersFunctionfirst_project_id_for_costume
(session: AsyncSession, costume_id: str)
backend/app/services/studio/file_usages.py:244
↓ 1 callersFunctionfirst_project_id_for_prop
(session: AsyncSession, prop_id: str)
backend/app/services/studio/file_usages.py:239
↓ 1 callersFunctionfirst_project_id_for_scene
(session: AsyncSession, scene_id: str)
backend/app/services/studio/file_usages.py:234
↓ 1 callersFunctionflushOpsNote
()
front/src/pages/aiStudio/chapter/ChapterStudio.tsx:3381
↓ 1 callersFunctionflushOpsTitle
()
front/src/pages/aiStudio/chapter/ChapterStudio.tsx:3373
↓ 1 callersFunctionformatElapsedMs
(elapsedMs?: number | null)
front/src/pages/aiStudio/components/TaskCenter.tsx:83
↓ 1 callersFunctionformatStartedAt
(startedAtTs?: number | null)
front/src/pages/aiStudio/components/TaskCenter.tsx:95
↓ 1 callersFunctiongenerateFrameImageTask
()
front/src/pages/aiStudio/chapter/ChapterStudio.tsx:1293
↓ 1 callersFunctiongenerateKeyframeCard
(frameType: PromptFrameType)
front/src/pages/aiStudio/chapter/ChapterStudio.tsx:4421
↓ 1 callersFunctiongenerate_extraction_result
( *, db: Session, project_id: str, chapter_id: str, script_division: dict[str, Any], c
backend/app/services/script_processing_worker.py:272
↓ 1 callersMethodgenerate_with_llm
(self, llm: BaseChatModel, run_args: dict[str, Any])
backend/app/services/worker/task_executor.py:54
↓ 1 callersMethodget
(self, model: type, entity_id: str)
backend/tests/test_api_response_envelopes.py:21
↓ 1 callersMethodget
(self, model: type, entity_id)
backend/tests/test_entities_api_responses.py:34
↓ 1 callersMethodget
(self, model: type, entity_id)
backend/tests/test_shot_subresource_api_responses.py:45
↓ 1 callersFunctiongetAssetNavigateRelationType
(relationType: string)
front/src/pages/aiStudio/assets/components/AssetEditPageBase.tsx:150
↓ 1 callersFunctiongetDefaultButtonPosition
()
front/src/pages/aiStudio/components/TaskCenter.tsx:30
↓ 1 callersMethodgetEntityApiV1StudioEntitiesEntityTypeEntityIdGet
* 统一获取实体 * @returns ApiResponse_dict_str__Any__ Successful Response * @throws ApiError
front/src/services/generated/services/StudioEntitiesService.ts:117
↓ 1 callersFunctiongetExtractionListStatus
(shot: ShotRead)
front/src/pages/aiStudio/shots/ChapterShotEditPage.tsx:124
↓ 1 callersFunctiongetExtractionStateMeta
( shot: ShotRead | null, pendingConfirmCount: number, )
front/src/pages/aiStudio/shots/ChapterShotEditPage.tsx:76
↓ 1 callersMethodgetFileDetailApiV1StudioFilesFileIdGet
* 获取文件详情(元信息 + file_usages) * @returns ApiResponse_FileDetailRead_ Successful Response * @throws ApiError
front/src/services/generated/services/StudioFilesService.ts:142
↓ 1 callersFunctiongetFormData
(options: ApiRequestOptions)
front/src/services/generated/core/request.ts:103
↓ 1 callersFunctiongetGroupKey
(category: string)
front/src/pages/aiStudio/prompts/PromptTemplateManager.tsx:95
↓ 1 callersFunctiongetHeaders
(config: OpenAPIConfig, options: ApiRequestOptions)
front/src/services/generated/core/request.ts:139
↓ 1 callersMethodgetImageGenerationOptionsApiV1LlmImageGenerationOptionsGet
* 获取当前默认图片模型的关键帧规格选项 * @returns ApiResponse_ImageGenerationOptionsRead_ Successful Response * @throws ApiError
front/src/services/generated/services/LlmService.ts:121
↓ 1 callersFunctiongetKeyframeRenderStatusMeta
(state: GenerationDraftState)
front/src/pages/aiStudio/chapter/ChapterStudio.tsx:316
↓ 1 callersFunctiongetLightGradientByProjectId
(id: string)
front/src/pages/aiStudio/project/ProjectLobby.tsx:527
↓ 1 callersMethodgetModelSettingsApiV1LlmModelSettingsGet
* 获取模型全局设置(单例) * @returns ApiResponse_ModelSettingsRead_ Successful Response * @throws ApiError
front/src/services/generated/services/LlmService.ts:357
↓ 1 callersFunctiongetProjectChaptersPath
(projectId: string)
front/src/pages/aiStudio/project/ProjectWorkbench/routes.ts:1
← previousnext →701–800 of 2,103, ranked by callers