MCPcopy
hub / github.com/google/ax / SubstrateAgent

Struct SubstrateAgent

internal/experimental/agent/ate.go:33–36  ·  view source on GitHub ↗

SubstrateAgent manages execution in a SubstrATE actor.

Source from the content-addressed store, hash-verified

31
32// SubstrateAgent manages execution in a SubstrATE actor.
33type SubstrateAgent struct {
34 ateClient *ate.Client
35 config SubstrateAgentConfig
36}
37
38// SubstrateAgentConfig configures an ATE agent client.
39type SubstrateAgentConfig struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected