MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / AIStudioExecutor

Struct AIStudioExecutor

internal/runtime/executor/aistudio_executor.go:29–33  ·  view source on GitHub ↗

AIStudioExecutor routes AI Studio requests through a websocket-backed transport.

Source from the content-addressed store, hash-verified

27
28// AIStudioExecutor routes AI Studio requests through a websocket-backed transport.
29type AIStudioExecutor struct {
30 provider string
31 relay *wsrelay.Manager
32 cfg *config.Config
33}
34
35// NewAIStudioExecutor creates a new AI Studio executor instance.
36//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected