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

Method RequestRunReview

internal/task/interfaces.go:46–46  ·  view source on GitHub ↗
(ctx context.Context, req RunReviewRequest, actor ActorContext)

Source from the content-addressed store, hash-verified

44 DeleteExecutionProfile(ctx context.Context, taskID string, actor ActorContext) error
45
46 RequestRunReview(ctx context.Context, req RunReviewRequest, actor ActorContext) (RunReview, bool, error)
47 GetRunReview(ctx context.Context, reviewID string, actor ActorContext) (RunReview, error)
48 RecordRunReview(ctx context.Context, req RecordRunReviewRequest, actor ActorContext) (RunReviewResult, error)
49 BindRunReviewSession(

Callers 5

RequestRunReviewMethod · 0.65
RequestTaskRunReviewMethod · 0.65
taskRunReviewRequestMethod · 0.65

Implementers 2

Serviceinternal/task/manager.go
StubTaskManagerinternal/api/testutil/task_stub.go

Calls

no outgoing calls

Tested by 2