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
Function
get_image_generation_options
( db: AsyncSession = Depends(get_db), )
backend/app/api/v1/routes/llm.py:95
Function
get_model
获取模型。
backend/app/services/llm/manage.py:209
Function
get_model
( model_id: str, db: AsyncSession = Depends(get_db), )
backend/app/api/v1/routes/llm.py:219
Function
get_model_settings
获取模型全局设置。
backend/app/services/llm/manage.py:268
Function
get_model_settings
( db: AsyncSession = Depends(get_db), )
backend/app/api/v1/routes/llm.py:263
Function
get_nothinking_llm
提供默认文本 LLM(ChatOpenAI,禁用 thinking)。
backend/app/dependencies.py:30
Function
get_project
( project_id: str, db: AsyncSession = Depends(get_db), )
backend/app/api/v1/routes/studio/projects.py:132
Function
get_project_style_options
( )
backend/app/api/v1/routes/studio/projects.py:69
Function
get_prompt_template
( template_id: str, db: AsyncSession = Depends(get_db), )
backend/app/api/v1/routes/studio/prompts.py:141
Function
get_provider
获取供应商。
backend/app/services/llm/manage.py:108
Function
get_provider
( provider_id: str, db: AsyncSession = Depends(get_db), )
backend/app/api/v1/routes/llm.py:133
Method
get_result
(self)
backend/app/core/task_manager/types.py:52
Method
get_result
(self)
backend/app/core/tasks/video_generation_tasks.py:84
Method
get_result
(self)
backend/app/core/tasks/image_generation_tasks.py:88
Method
get_result
(self)
backend/app/services/script_processing_tasks.py:68
Method
get_result
(self)
backend/app/services/studio/image_task_runner.py:53
Method
get_result
(self)
backend/app/api/v1/routes/film/common.py:160
Method
get_result
(self)
backend/tests/test_task_manager.py:40
Method
get_result
(self)
backend/tests/test_task_execute.py:32
Method
get_result
(self)
backend/tests/test_image_tasks_api_responses.py:310
Method
get_result
(self)
backend/tests/test_task_registry.py:19
Method
get_result
(self)
backend/tests/test_task_registry.py:33
Function
get_shot_assets_overview_api
( shot_id: str, db: AsyncSession = Depends(get_db), )
backend/app/api/v1/routes/studio/shots.py:214
Function
get_shot_extracted_candidates
( shot_id: str, db: AsyncSession = Depends(get_db), )
backend/app/api/v1/routes/studio/shots.py:188
Function
get_shot_extracted_dialogue_candidates
( shot_id: str, db: AsyncSession = Depends(get_db), )
backend/app/api/v1/routes/studio/shots.py:201
Function
get_shot_extraction_draft
( shot_id: str, db: AsyncSession = Depends(get_db), )
backend/app/api/v1/routes/studio/shots.py:175
Function
get_shot_preparation_state_api
( shot_id: str, db: AsyncSession = Depends(get_db), )
backend/app/api/v1/routes/studio/shots.py:227
Function
get_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
Method
get_status_view
(self, task_id: str)
backend/app/core/task_manager/stores.py:237
Method
get_status_view
(self, _task_id: str)
backend/tests/test_task_status_api_responses.py:79
Function
get_task_link
( link_id: int, db: AsyncSession = Depends(get_db), )
backend/app/api/v1/routes/film/task_status.py:333
Function
get_task_result
( task_id: str, db: AsyncSession = Depends(get_db), )
backend/app/api/v1/routes/film/task_status.py:160
Function
get_task_status
( task_id: str, db: AsyncSession = Depends(get_db), )
backend/app/api/v1/routes/film/task_status.py:133
Function
get_video_generation_options
返回当前默认视频模型的动态 ratio 枚举。
backend/app/services/llm/manage.py:286
Function
get_video_generation_options
( db: AsyncSession = Depends(get_db), )
backend/app/api/v1/routes/llm.py:107
Function
goToStudio
()
front/src/pages/aiStudio/shots/ChapterShotEditPage.tsx:1210
Function
handleBackToRaw
()
front/src/pages/aiStudio/chapter/components/ChapterRawTextEditorModal.tsx:406
Function
handleBatchDelete
()
front/src/pages/aiStudio/agents/AgentManagement.tsx:156
Function
handleBatchDownload
()
front/src/pages/aiStudio/project/ProjectWorkbench/tabs/FilesTab.tsx:122
Function
handleButtonClick
()
front/src/pages/aiStudio/components/TaskCenter.tsx:331
Function
handleButtonPointerDown
(event: ReactPointerEvent<HTMLButtonElement>)
front/src/pages/aiStudio/components/TaskCenter.tsx:302
Function
handleButtonPointerMove
(event: ReactPointerEvent<HTMLButtonElement>)
front/src/pages/aiStudio/components/TaskCenter.tsx:314
Function
handleButtonPointerUp
(event: ReactPointerEvent<HTMLButtonElement>)
front/src/pages/aiStudio/components/TaskCenter.tsx:323
Function
handleCreateChapter
()
front/src/pages/aiStudio/project/ProjectWorkbench/tabs/ChaptersTab.tsx:149
Function
handleCreateChapterMock
()
front/src/pages/aiStudio/project/ProjectWorkbench/tabs/ChaptersTab.tsx:195
Function
handleCreateRole
()
front/src/pages/aiStudio/project/ProjectWorkbench/tabs/RolesTab.tsx:228
Function
handleCreateSubmit
(values: { name: string description?: string style: string visual_style: ProjectVisualStyleCho
front/src/pages/aiStudio/project/ProjectLobby.tsx:386
Function
handleEditSubmit
(values: { name: string description?: string style: string visual_style: ProjectVisualStyleCho
front/src/pages/aiStudio/project/ProjectLobby.tsx:437
Function
handleFinish
(values: { name: string; role: string; darkMode: boolean })
front/src/pages/Settings.tsx:12
Function
handleFinishPrep
()
front/src/pages/aiStudio/chapter/ChapterPrep.tsx:237
Function
handleFocus
()
front/src/pages/aiStudio/shots/ChapterShotEditPage.tsx:702
Function
handleFormSubmit
()
front/src/pages/aiStudio/prompts/PromptTemplateManager.tsx:264
Function
handleImageClick
()
front/src/pages/aiStudio/assets/components/DisplayImageCard.tsx:43
Function
handleMessage
(event: MessageEvent)
front/src/pages/aiStudio/shots/ChapterShotEditPage.tsx:694
Function
handleModalCancel
()
front/src/pages/aiStudio/assets/tabs/AssetTypeTab.tsx:165
Function
handleModalCancel
()
front/src/pages/aiStudio/assets/tabs/ActorsTab.tsx:100
Function
handleOk
()
front/src/pages/aiStudio/assets/components/StudioAssetTypeFormModal.tsx:159
Function
handleOk
()
front/src/pages/aiStudio/assets/components/ActorEntityFormModal.tsx:71
Function
handleOpenCreate
()
front/src/pages/aiStudio/project/ProjectLobby.tsx:370
Function
handlePageChange
(nextPage: number)
front/src/pages/aiStudio/prompts/PromptTemplateManager.tsx:217
Function
handleRecommendedAction
()
front/src/pages/aiStudio/project/ProjectWorkbench/tabs/DashboardTab.tsx:113
Function
handleSaveSettings
()
front/src/pages/aiStudio/models/SettingsTab.tsx:45
Function
handleViewCondensed
()
front/src/pages/aiStudio/chapter/components/ChapterRawTextEditorModal.tsx:411
Function
handler
(request: httpx.Request)
backend/tests/core/integrations/test_video_adapters.py:29
Function
health
健康检查。
backend/app/main.py:91
Method
healthHealthGet
* Health * 健康检查。 * @returns any Successful Response * @throws ApiError
front/src/services/generated/services/DefaultService.ts:15
Function
http_exception_handler
HTTP 异常统一为 { code, message, data: null }。
backend/app/main.py:33
Function
http_exception_handler
(request: Request, exc: Exception)
backend/tests/support/llm_api_app.py:33
Function
ignore_extracted_candidate
( candidate_id: int, db: AsyncSession = Depends(get_db), )
backend/app/api/v1/routes/studio/shots.py:352
Function
ignore_extracted_dialogue_candidate
( candidate_id: int, db: AsyncSession = Depends(get_db), )
backend/app/api/v1/routes/studio/shots.py:391
Function
init_storage
初始化对象存储(例如创建 bucket)。 说明: - 若 bucket 已存在则直接返回; - 若无权限/配置错误会抛出异常,便于在部署时尽早失败; - 对于部分 S3 兼容服务(MinIO 等),CreateBucket 的参数可能不同,这里尽量兼容常见情形。
backend/app/core/storage.py:72
Method
isCancelled
()
front/src/services/generated/core/CancelablePromise.ts:12
Method
isCancelled
()
front/src/services/generated/core/CancelablePromise.ts:128
Method
is_cancel_requested
(self, task_id: str)
backend/app/core/task_manager/stores.py:374
Method
is_cancel_requested
(self, task_id: str)
backend/app/core/task_manager/stores.py:615
Method
is_cancel_requested
(self, task_id: str)
backend/app/core/task_manager/stores.py:701
Method
is_cancel_requested
(self, *, task_id: str)
backend/app/core/task_manager/manager.py:78
Method
is_done
(self)
backend/app/core/task_manager/types.py:50
Method
is_done
(self)
backend/app/core/tasks/video_generation_tasks.py:267
Method
is_done
(self)
backend/app/core/tasks/image_generation_tasks.py:198
Method
is_done
(self)
backend/app/services/script_processing_tasks.py:65
Method
is_done
(self)
backend/app/services/studio/image_task_runner.py:50
Method
is_done
(self)
backend/app/api/v1/routes/film/common.py:157
Method
is_done
(self)
backend/tests/test_task_manager.py:37
Method
is_done
(self)
backend/tests/test_task_execute.py:29
Method
is_done
(self)
backend/tests/test_task_registry.py:16
Method
is_done
(self)
backend/tests/test_task_registry.py:30
Function
lifespan
应用生命周期:启动时初始化,关闭时清理。
backend/app/main.py:56
Method
linkExtractedCandidateApiV1StudioShotsExtractedCandidatesCandidateIdLinkPatch
* 确认并关联镜头提取候选项 * @returns ApiResponse_ShotPreparationMutationResultRead_ Successful Response * @throws ApiError
front/src/services/generated/services/StudioShotsService.ts:332
Function
link_existing_asset_for_preparation_api
( shot_id: str, body: ShotPreparationLinkRequest, db: AsyncSession = Depends(get_db), )
backend/app/api/v1/routes/studio/shots.py:240
Function
link_extracted_candidate
( candidate_id: int, body: ShotExtractedCandidateLinkRequest, db: AsyncSession = Depends(get_db),
backend/app/api/v1/routes/studio/shots.py:328
Method
listShotDetailsApiV1StudioShotDetailsGet
* 镜头细节列表(分页) * @returns ApiResponse_PaginatedData_ShotDetailRead__ Successful Response * @throws ApiError
front/src/services/generated/services/StudioShotDetailsService.ts:19
Function
list_by_shot
按镜头读取全部已保存对白,供准备页聚合状态复用。
backend/app/services/studio/shot_dialogs.py:57
Function
list_by_shot
( db: AsyncSession, *, shot_id: str, )
backend/app/services/studio/shot_extracted_dialogue_candidates.py:41
Function
list_chapters
( db: AsyncSession = Depends(get_db), project_id: str | None = Query(None, description="按项目过滤"), q
backend/app/api/v1/routes/studio/chapters.py:36
Function
list_entities
( entity_type: str, db: AsyncSession = Depends(get_db), q: str | None = Query(None, description="关
backend/app/api/v1/routes/studio/entities.py:43
Function
list_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
Function
list_files
根据前缀列出文件(最多一页,若需翻页可扩展)。
backend/app/core/storage.py:200
Function
list_files_api
( db: AsyncSession = Depends(get_db), q: str | None = Query(None, description="关键字,过滤 name"), orde
backend/app/api/v1/routes/studio/files.py:29
Function
list_models
( db: AsyncSession = Depends(get_db), provider_id: str | None = Query(None, description="按供应商过滤"),
backend/app/api/v1/routes/llm.py:177
← previous
next →
1,501–1,600 of 2,103, ranked by callers