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

Method Create

internal/extension/host_api.go:149–149  ·  view source on GitHub ↗
(ctx context.Context, opts session.CreateOpts)

Source from the content-addressed store, hash-verified

147
148type hostAPISessionManager interface {
149 Create(ctx context.Context, opts session.CreateOpts) (*session.Session, error)
150 ListAll(ctx context.Context) ([]*session.Info, error)
151 Status(ctx context.Context, id string) (*session.Info, error)
152 Events(ctx context.Context, id string, query store.EventQuery) ([]store.SessionEvent, error)

Callers 4

createBridgeSessionMethod · 0.65
StartTaskSessionMethod · 0.65
createSessionMethod · 0.65
handleSessionsCreateMethod · 0.65

Implementers 3

Managerinternal/session/manager.go
recordingHostAPISessionManagerinternal/extension/host_api_test.go
promptSessionManagerStubinternal/extension/host_api_test.go

Calls

no outgoing calls

Tested by 2

StartTaskSessionMethod · 0.52
createSessionMethod · 0.52