Advanced Usage

This section covers the parts of FrameX that matter once basic plugin registration is already working.

Use it when your service needs upstream API integration, distributed execution, tighter access control, or more operational tuning than the basic usage section provides.

Topics

When To Read This Section

  • after you can register and load basic plugins
  • when plugins need to call each other through stable interfaces
  • when upstream HTTP services should look like part of the same application
  • when local execution is no longer enough and you want to move selected workloads to Ray
  • when the service is growing and needs clearer operational boundaries

If you are still learning the basic runtime model, finish the basic usage section first.