MCPcopy Create free account

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

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

Functionget_image_generation_options
( db: AsyncSession = Depends(get_db), )
backend/app/api/v1/routes/llm.py:95
Functionget_model
获取模型。
backend/app/services/llm/manage.py:209
Functionget_model
( model_id: str, db: AsyncSession = Depends(get_db), )
backend/app/api/v1/routes/llm.py:219
Functionget_model_settings
获取模型全局设置。
backend/app/services/llm/manage.py:268
Functionget_model_settings
( db: AsyncSession = Depends(get_db), )
backend/app/api/v1/routes/llm.py:263
Functionget_nothinking_llm
提供默认文本 LLM(ChatOpenAI,禁用 thinking)。
backend/app/dependencies.py:30
Functionget_project
( project_id: str, db: AsyncSession = Depends(get_db), )
backend/app/api/v1/routes/studio/projects.py:132
Functionget_project_style_options
( )
backend/app/api/v1/routes/studio/projects.py:69
Functionget_prompt_template
( template_id: str, db: AsyncSession = Depends(get_db), )
backend/app/api/v1/routes/studio/prompts.py:141
Functionget_provider
获取供应商。
backend/app/services/llm/manage.py:108
Functionget_provider
( provider_id: str, db: AsyncSession = Depends(get_db), )
backend/app/api/v1/routes/llm.py:133
Methodget_result
(self)
backend/app/core/task_manager/types.py:52
Methodget_result
(self)
backend/app/core/tasks/video_generation_tasks.py:84
Methodget_result
(self)
backend/app/core/tasks/image_generation_tasks.py:88
Methodget_result
(self)
backend/app/services/script_processing_tasks.py:68
Methodget_result
(self)
backend/app/services/studio/image_task_runner.py:53
Methodget_result
(self)
backend/app/api/v1/routes/film/common.py:160
Methodget_result
(self)
backend/tests/test_task_manager.py:40
Methodget_result
(self)
backend/tests/test_task_execute.py:32
Methodget_result
(self)
backend/tests/test_image_tasks_api_responses.py:310
Methodget_result
(self)
backend/tests/test_task_registry.py:19
Methodget_result
(self)
backend/tests/test_task_registry.py:33
Functionget_shot_assets_overview_api
( shot_id: str, db: AsyncSession = Depends(get_db), )
backend/app/api/v1/routes/studio/shots.py:214
Functionget_shot_extracted_candidates
( shot_id: str, db: AsyncSession = Depends(get_db), )
backend/app/api/v1/routes/studio/shots.py:188
Functionget_shot_extracted_dialogue_candidates
( shot_id: str, db: AsyncSession = Depends(get_db), )
backend/app/api/v1/routes/studio/shots.py:201
Functionget_shot_extraction_draft
( shot_id: str, db: AsyncSession = Depends(get_db), )
backend/app/api/v1/routes/studio/shots.py:175
Functionget_shot_preparation_state_api
( shot_id: str, db: AsyncSession = Depends(get_db), )
backend/app/api/v1/routes/studio/shots.py:227
Functionget_shot_video_readiness_api
( shot_id: str, reference_mode: str = Query("text_only", description="参考模式:first/last/key/first_last/f
backend/app/api/v1/routes/studio/shots.py:290
Methodget_status_view
(self, task_id: str)
backend/app/core/task_manager/stores.py:237
Methodget_status_view
(self, _task_id: str)
backend/tests/test_task_status_api_responses.py:79
Functionget_task_link
( link_id: int, db: AsyncSession = Depends(get_db), )
backend/app/api/v1/routes/film/task_status.py:333
Functionget_task_result
( task_id: str, db: AsyncSession = Depends(get_db), )
backend/app/api/v1/routes/film/task_status.py:160
Functionget_task_status
( task_id: str, db: AsyncSession = Depends(get_db), )
backend/app/api/v1/routes/film/task_status.py:133
Functionget_video_generation_options
返回当前默认视频模型的动态 ratio 枚举。
backend/app/services/llm/manage.py:286
Functionget_video_generation_options
( db: AsyncSession = Depends(get_db), )
backend/app/api/v1/routes/llm.py:107
FunctiongoToStudio
()
front/src/pages/aiStudio/shots/ChapterShotEditPage.tsx:1210
FunctionhandleBackToRaw
()
front/src/pages/aiStudio/chapter/components/ChapterRawTextEditorModal.tsx:406
FunctionhandleBatchDelete
()
front/src/pages/aiStudio/agents/AgentManagement.tsx:156
FunctionhandleBatchDownload
()
front/src/pages/aiStudio/project/ProjectWorkbench/tabs/FilesTab.tsx:122
FunctionhandleButtonClick
()
front/src/pages/aiStudio/components/TaskCenter.tsx:331
FunctionhandleButtonPointerDown
(event: ReactPointerEvent<HTMLButtonElement>)
front/src/pages/aiStudio/components/TaskCenter.tsx:302
FunctionhandleButtonPointerMove
(event: ReactPointerEvent<HTMLButtonElement>)
front/src/pages/aiStudio/components/TaskCenter.tsx:314
FunctionhandleButtonPointerUp
(event: ReactPointerEvent<HTMLButtonElement>)
front/src/pages/aiStudio/components/TaskCenter.tsx:323
FunctionhandleCreateChapter
()
front/src/pages/aiStudio/project/ProjectWorkbench/tabs/ChaptersTab.tsx:149
FunctionhandleCreateChapterMock
()
front/src/pages/aiStudio/project/ProjectWorkbench/tabs/ChaptersTab.tsx:195
FunctionhandleCreateRole
()
front/src/pages/aiStudio/project/ProjectWorkbench/tabs/RolesTab.tsx:228
FunctionhandleCreateSubmit
(values: { name: string description?: string style: string visual_style: ProjectVisualStyleCho
front/src/pages/aiStudio/project/ProjectLobby.tsx:386
FunctionhandleEditSubmit
(values: { name: string description?: string style: string visual_style: ProjectVisualStyleCho
front/src/pages/aiStudio/project/ProjectLobby.tsx:437
FunctionhandleFinish
(values: { name: string; role: string; darkMode: boolean })
front/src/pages/Settings.tsx:12
FunctionhandleFinishPrep
()
front/src/pages/aiStudio/chapter/ChapterPrep.tsx:237
FunctionhandleFocus
()
front/src/pages/aiStudio/shots/ChapterShotEditPage.tsx:702
FunctionhandleFormSubmit
()
front/src/pages/aiStudio/prompts/PromptTemplateManager.tsx:264
FunctionhandleImageClick
()
front/src/pages/aiStudio/assets/components/DisplayImageCard.tsx:43
FunctionhandleMessage
(event: MessageEvent)
front/src/pages/aiStudio/shots/ChapterShotEditPage.tsx:694
FunctionhandleModalCancel
()
front/src/pages/aiStudio/assets/tabs/AssetTypeTab.tsx:165
FunctionhandleModalCancel
()
front/src/pages/aiStudio/assets/tabs/ActorsTab.tsx:100
FunctionhandleOk
()
front/src/pages/aiStudio/assets/components/StudioAssetTypeFormModal.tsx:159
FunctionhandleOk
()
front/src/pages/aiStudio/assets/components/ActorEntityFormModal.tsx:71
FunctionhandleOpenCreate
()
front/src/pages/aiStudio/project/ProjectLobby.tsx:370
FunctionhandlePageChange
(nextPage: number)
front/src/pages/aiStudio/prompts/PromptTemplateManager.tsx:217
FunctionhandleRecommendedAction
()
front/src/pages/aiStudio/project/ProjectWorkbench/tabs/DashboardTab.tsx:113
FunctionhandleSaveSettings
()
front/src/pages/aiStudio/models/SettingsTab.tsx:45
FunctionhandleViewCondensed
()
front/src/pages/aiStudio/chapter/components/ChapterRawTextEditorModal.tsx:411
Functionhandler
(request: httpx.Request)
backend/tests/core/integrations/test_video_adapters.py:29
Functionhealth
健康检查。
backend/app/main.py:91
MethodhealthHealthGet
* Health * 健康检查。 * @returns any Successful Response * @throws ApiError
front/src/services/generated/services/DefaultService.ts:15
Functionhttp_exception_handler
HTTP 异常统一为 { code, message, data: null }。
backend/app/main.py:33
Functionhttp_exception_handler
(request: Request, exc: Exception)
backend/tests/support/llm_api_app.py:33
Functionignore_extracted_candidate
( candidate_id: int, db: AsyncSession = Depends(get_db), )
backend/app/api/v1/routes/studio/shots.py:352
Functionignore_extracted_dialogue_candidate
( candidate_id: int, db: AsyncSession = Depends(get_db), )
backend/app/api/v1/routes/studio/shots.py:391
Functioninit_storage
初始化对象存储(例如创建 bucket)。 说明: - 若 bucket 已存在则直接返回; - 若无权限/配置错误会抛出异常,便于在部署时尽早失败; - 对于部分 S3 兼容服务(MinIO 等),CreateBucket 的参数可能不同,这里尽量兼容常见情形。
backend/app/core/storage.py:72
MethodisCancelled
()
front/src/services/generated/core/CancelablePromise.ts:12
MethodisCancelled
()
front/src/services/generated/core/CancelablePromise.ts:128
Methodis_cancel_requested
(self, task_id: str)
backend/app/core/task_manager/stores.py:374
Methodis_cancel_requested
(self, task_id: str)
backend/app/core/task_manager/stores.py:615
Methodis_cancel_requested
(self, task_id: str)
backend/app/core/task_manager/stores.py:701
Methodis_cancel_requested
(self, *, task_id: str)
backend/app/core/task_manager/manager.py:78
Methodis_done
(self)
backend/app/core/task_manager/types.py:50
Methodis_done
(self)
backend/app/core/tasks/video_generation_tasks.py:267
Methodis_done
(self)
backend/app/core/tasks/image_generation_tasks.py:198
Methodis_done
(self)
backend/app/services/script_processing_tasks.py:65
Methodis_done
(self)
backend/app/services/studio/image_task_runner.py:50
Methodis_done
(self)
backend/app/api/v1/routes/film/common.py:157
Methodis_done
(self)
backend/tests/test_task_manager.py:37
Methodis_done
(self)
backend/tests/test_task_execute.py:29
Methodis_done
(self)
backend/tests/test_task_registry.py:16
Methodis_done
(self)
backend/tests/test_task_registry.py:30
Functionlifespan
应用生命周期:启动时初始化,关闭时清理。
backend/app/main.py:56
MethodlinkExtractedCandidateApiV1StudioShotsExtractedCandidatesCandidateIdLinkPatch
* 确认并关联镜头提取候选项 * @returns ApiResponse_ShotPreparationMutationResultRead_ Successful Response * @throws ApiError
front/src/services/generated/services/StudioShotsService.ts:332
Functionlink_existing_asset_for_preparation_api
( shot_id: str, body: ShotPreparationLinkRequest, db: AsyncSession = Depends(get_db), )
backend/app/api/v1/routes/studio/shots.py:240
Functionlink_extracted_candidate
( candidate_id: int, body: ShotExtractedCandidateLinkRequest, db: AsyncSession = Depends(get_db),
backend/app/api/v1/routes/studio/shots.py:328
MethodlistShotDetailsApiV1StudioShotDetailsGet
* 镜头细节列表(分页) * @returns ApiResponse_PaginatedData_ShotDetailRead__ Successful Response * @throws ApiError
front/src/services/generated/services/StudioShotDetailsService.ts:19
Functionlist_by_shot
按镜头读取全部已保存对白,供准备页聚合状态复用。
backend/app/services/studio/shot_dialogs.py:57
Functionlist_by_shot
( db: AsyncSession, *, shot_id: str, )
backend/app/services/studio/shot_extracted_dialogue_candidates.py:41
Functionlist_chapters
( db: AsyncSession = Depends(get_db), project_id: str | None = Query(None, description="按项目过滤"), q
backend/app/api/v1/routes/studio/chapters.py:36
Functionlist_entities
( entity_type: str, db: AsyncSession = Depends(get_db), q: str | None = Query(None, description="关
backend/app/api/v1/routes/studio/entities.py:43
Functionlist_entity_images
( entity_type: str, entity_id: str, db: AsyncSession = Depends(get_db), order: str | None = Qu
backend/app/api/v1/routes/studio/entities.py:110
Functionlist_files
根据前缀列出文件(最多一页,若需翻页可扩展)。
backend/app/core/storage.py:200
Functionlist_files_api
( db: AsyncSession = Depends(get_db), q: str | None = Query(None, description="关键字,过滤 name"), orde
backend/app/api/v1/routes/studio/files.py:29
Functionlist_models
( db: AsyncSession = Depends(get_db), provider_id: str | None = Query(None, description="按供应商过滤"),
backend/app/api/v1/routes/llm.py:177
← previousnext →1,501–1,600 of 2,103, ranked by callers