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
Recommended Reading Order¶
- Editor Layout
- Node Categories and Wiring
- Lifecycle and Monitoring
- Schema and Code Editors
- Node Library and Sessions
- Debugging
Launch Recap¶
pixi run -e default f8pystudio
For live discovery during development:
python -m f8pystudio.main --discovery-live