mirror of
https://github.com/HKUDS/OpenSpace.git
synced 2026-09-05 08:06:05 +00:00
- Use Windows API (OpenProcess/GetExitCodeProcess) on Windows platform - Fall back to os.kill(pid, 0) on Unix-like systems - Fixes #90 The os.kill(pid, 0) approach fails on Windows with OSError [WinError 87], preventing the communication gateway from starting on Windows. |
||
|---|---|---|
| .. | ||
| agents | ||
| cloud | ||
| communication | ||
| config | ||
| grounding | ||
| host_detection | ||
| host_skills | ||
| llm | ||
| local_server | ||
| platforms | ||
| prompts | ||
| recording | ||
| skill_engine | ||
| skills | ||
| utils | ||
| .env.example | ||
| __init__.py | ||
| __main__.py | ||
| dashboard_server.py | ||
| mcp_server.py | ||
| tool_layer.py | ||