Merge branch 'js/core-api-framework' into v3-definition-wip

This commit is contained in:
Jedrzej Kosinski
2025-07-24 17:40:31 -07:00
37 changed files with 1945 additions and 504 deletions

View File

@@ -1,3 +1,11 @@
# Internal infrastructure for ComfyAPI
from .api_registry import (
ComfyAPIBase as ComfyAPIBase,
ComfyAPIWithVersion as ComfyAPIWithVersion,
register_versions as register_versions,
get_all_versions as get_all_versions,
)
import asyncio
from dataclasses import asdict
from typing import Callable, Optional