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

Method Create

internal/daemon/task_role_runtime.go:46–46  ·  view source on GitHub ↗
(ctx context.Context, opts session.CreateOpts)

Source from the content-addressed store, hash-verified

44
45type taskRoleSessionManager interface {
46 Create(ctx context.Context, opts session.CreateOpts) (*session.Session, error)
47 ListAll(ctx context.Context) ([]*session.Info, error)
48}
49

Callers 1

createRoleSessionMethod · 0.65

Implementers 10

fakeSessionManagerinternal/memory/consolidation/runtime_
Managerinternal/session/manager.go
sessionManagerStubinternal/api/core/session_manager_stub
StubSessionManagerinternal/api/testutil/session_stub.go
fakeSessionManagerinternal/daemon/daemon_test.go
coordinatorRuntimeSessionsinternal/daemon/coordinator_runtime_te
reviewRouterDeadlineSessionsinternal/daemon/review_router_test.go
taskRoleRuntimeSessionsinternal/daemon/task_role_runtime_test
recordingHostAPISessionManagerinternal/extension/host_api_test.go
promptSessionManagerStubinternal/extension/host_api_test.go

Calls

no outgoing calls

Tested by

no test coverage detected