MCPcopy Create free account
hub / github.com/astercloud/aster / PythonRuntime

Struct PythonRuntime

pkg/tools/bridge/runtime.go:65–70  ·  view source on GitHub ↗

PythonRuntime Python 运行时

Source from the content-addressed store, hash-verified

63
64// PythonRuntime Python 运行时
65type PythonRuntime struct {
66 config *RuntimeConfig
67 pythonPath string
68 availableTools []string // PTC: 可用工具列表
69 bridgeURL string // PTC: HTTP 桥接服务器地址
70}
71
72// NewPythonRuntime 创建 Python 运行时
73func NewPythonRuntime(config *RuntimeConfig) *PythonRuntime {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected