• Stefy Lanza (nextime / spora )'s avatar
    pipelines: route sub-steps through the front; tools use the public nginx port · 23ab750d
    Stefy Lanza (nextime / spora ) authored
    * pipelines.py: /v1/pipelines/* (image-to-video, story, video-dub, audio-dub)
      chained their steps by calling the image/video/text/TTS handlers DIRECTLY
      in-process, forcing every modality onto whichever engine received the pipeline
      request. In a multi-engine deployment each model may live on a different engine.
      Route every sub-step through the front via execute_api_request (same fix as
      characters/environments) so each lands on the engine that owns that model;
      in-process fallback for single-process mode. Drops the unused TestClient import.
    
    * supervisord.conf: the bundled tools (video_editor, videogen, township) now use
      --base-url http://127.0.0.1:8776 — the PUBLIC nginx port — so they talk to
      coderai exactly like any external client (nginx already proxies the full API
      with 4G bodies / 1h timeouts). The front's own bind stays CODERAI_PORT=18776.
    Co-Authored-By: 's avatarClaude Opus 4.8 <noreply@anthropic.com>
    Claude-Session: https://claude.ai/code/session_01RdMufYvtTbtGDWsiZVoXce
    23ab750d
Name
Last commit
Last update
codai Loading commit data...
docs Loading commit data...
packaging Loading commit data...
samples Loading commit data...
tests Loading commit data...
tools Loading commit data...
.dockerignore Loading commit data...
.gitignore Loading commit data...
AI.PROMPT Loading commit data...
CODERAI_API_DOCUMENTATION.md Loading commit data...
CoderAI.gif Loading commit data...
DISTRIBUTION.md Loading commit data...
LICENSE.md Loading commit data...
MULTIMODAL_CAPABILITIES.md Loading commit data...
MULTIMODAL_UI_EXAMPLES.md Loading commit data...
README.md Loading commit data...
build-oci.sh Loading commit data...
build.ps1 Loading commit data...
build.sh Loading commit data...
coderai Loading commit data...
coderai-broker-implementation-reference.md Loading commit data...
coderai-integration.md Loading commit data...
commands Loading commit data...
osxbuild.sh Loading commit data...
package-oci.sh Loading commit data...
package-tarball.sh Loading commit data...
requirements-nvidia.txt Loading commit data...
requirements-vulkan.txt Loading commit data...
requirements.txt Loading commit data...
run-oci.sh Loading commit data...
smoke-test-oci.sh Loading commit data...
todo.md Loading commit data...
video_editor.config.json Loading commit data...