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

Method StartRun

internal/task/interfaces.go:63–63  ·  view source on GitHub ↗
(ctx context.Context, runID string, req StartRun, actor ActorContext)

Source from the content-addressed store, hash-verified

61 ClaimNextRun(ctx context.Context, criteria ClaimCriteria, actor ActorContext) (*ClaimResult, error)
62 ClaimRun(ctx context.Context, runID string, claim ClaimRun, actor ActorContext) (*Run, error)
63 StartRun(ctx context.Context, runID string, req StartRun, actor ActorContext) (*Run, error)
64 AttachRunSession(ctx context.Context, runID string, sessionID string, actor ActorContext) (*Run, error)
65 HeartbeatRunLease(ctx context.Context, heartbeat LeaseHeartbeat, actor ActorContext) (*Run, error)
66 ReleaseRunLease(ctx context.Context, release LeaseRelease, actor ActorContext) (*Run, error)

Implementers 2

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

Calls

no outgoing calls