Skip to content

PyStudio Guide

f8pystudio is the visual editor for building, inspecting, deploying, and debugging Feel8 service graphs.

Use this section when you already know how to launch Studio and want a more complete operating manual than the quickstart.

What This Guide Covers

  • Editor layout and the mental model for service graphs
  • Node categories, port types, and safe wiring rules
  • Service lifecycle, deploy flow, and runtime monitoring
  • State/schema editing, command authoring, and Monaco-based code editing
  • Node Library search, variants, session files, and graph reuse
  • Troubleshooting and common failure patterns
  1. Editor Layout
  2. Node Categories and Wiring
  3. Lifecycle and Monitoring
  4. Schema and Code Editors
  5. Node Library and Sessions
  6. Debugging

Launch Recap

pixi run -e default f8pystudio

For live discovery during development:

python -m f8pystudio.main --discovery-live

Canonical Companions