You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Phicode Engine runs Python modules through a runtime with bytecode caching and import system modifications. It executes standard Python code with custom syntax support.
25
+
Phicode Engine runs Python modules through a runtime with robust bytecode caching, runtime management and import system modifications. It executes standard Python code with custom syntax support.
24
26
25
27
## Project Philosophy
26
28
@@ -139,6 +141,7 @@ flowchart TB
139
141
APIServer["HTTP API Server<br/>4 REST Endpoints<br/>Subprocess Isolation<br/>Code Execution Handler"]
-**Per-daemon state persistence** through `phiemon_{name}.state` files
414
+
-**Process tracking** with PID monitoring and crash detection
415
+
-**Enhanced debugging** with detailed error logging and status reporting
416
+
-**Concurrent execution** of multiple services without conflicts
417
+
418
+
**Status Management:**
419
+
```bash
420
+
phicode --phiemon-status # List all active daemons
421
+
phicode --phiemon-status webapp # Check specific daemon status
422
+
phicode --phiemon-list # Show daemon overview with uptimes
423
+
```
424
+
425
+
The daemon wraps standard PhiCode execution, maintaining all security scanning and caching behavior while providing production-ready process management. Each daemon operates independently with its own state tracking and restart logic.
426
+
427
+
---
428
+
377
429
# Custom Syntax Support
378
430
379
431
*Phicode Engine supports custom syntax through configurable symbol mappings. This feature is completely optional - the engine works with standard Python.*
0 commit comments