MCPcopy Create free account
hub / github.com/compozy/agh / PutAgentSoul

Method PutAgentSoul

internal/cli/client.go:239–239  ·  view source on GitHub ↗
(ctx context.Context, name string, request AgentSoulPutRequest)

Source from the content-addressed store, hash-verified

237 GetAgentSoul(ctx context.Context, name string, query AgentQuery) (AgentSoulRecord, error)
238 ValidateAgentSoul(ctx context.Context, name string, request AgentSoulValidateRequest) (AgentSoulRecord, error)
239 PutAgentSoul(ctx context.Context, name string, request AgentSoulPutRequest) (AgentSoulMutationRecord, error)
240 DeleteAgentSoul(ctx context.Context, name string, request AgentSoulDeleteRequest) (AgentSoulMutationRecord, error)
241 ListAgentSoulHistory(
242 ctx context.Context,

Callers 1

newAgentSoulWriteCommandFunction · 0.65

Implementers 2

stubClientinternal/cli/helpers_test.go
unixSocketClientinternal/cli/client.go

Calls

no outgoing calls

Tested by

no test coverage detected