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

Struct KimiExecutor

internal/runtime/executor/kimi_executor.go:30–33  ·  view source on GitHub ↗

KimiExecutor is a stateless executor for Kimi API using OpenAI-compatible chat completions.

Source from the content-addressed store, hash-verified

28
29// KimiExecutor is a stateless executor for Kimi API using OpenAI-compatible chat completions.
30type KimiExecutor struct {
31 ClaudeExecutor
32 cfg *config.Config
33}
34
35// NewKimiExecutor creates a new Kimi executor.
36func NewKimiExecutor(cfg *config.Config) *KimiExecutor { return &KimiExecutor{cfg: cfg} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected