iiRecord
Agentic AI Atlas · GAP-PAR-001: Concurrent Effect Execution
page:docs-harness-features-backlog-gaps-parallelization-gap-par-001a5c.ai
II.
Page JSON

page:docs-harness-features-backlog-gaps-parallelization-gap-par-001

Structured · live

GAP-PAR-001: Concurrent Effect Execution json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · wiki/docs/harness-features-backlog/gaps/parallelization/gap-par-001.mdCluster · wiki
Record JSON
{
  "id": "page:docs-harness-features-backlog-gaps-parallelization-gap-par-001",
  "_kind": "Page",
  "_file": "wiki/docs/harness-features-backlog/gaps/parallelization/gap-par-001.md",
  "_cluster": "wiki",
  "attributes": {
    "nodeKind": "Page",
    "sourcePath": "docs/harness-features-backlog/gaps/parallelization/GAP-PAR-001.md",
    "sourceKind": "repo-docs",
    "title": "GAP-PAR-001: Concurrent Effect Execution",
    "displayName": "GAP-PAR-001: Concurrent Effect Execution",
    "slug": "docs/harness-features-backlog/gaps/parallelization/gap-par-001",
    "articlePath": "wiki/docs/harness-features-backlog/gaps/parallelization/GAP-PAR-001.md",
    "article": "\n# GAP-PAR-001: Concurrent Effect Execution\n\n| Field | Value |\n|-------|-------|\n| Category | parallelization |\n| Priority | High |\n| Effort | L |\n| Status | Partial |\n\n## Description\nExecute multiple independent effects concurrently within a single orchestration iteration, using parallelGroupId hints to identify effects safe for concurrent dispatch.\n\n## Current State\nctx.parallel.all() batches effect requests, but these are dispatched to the external orchestrator as a list and executed one at a time. The parallelGroupId scheduler hint exists but is not used for concurrent execution.\n\n## Target State\nEffects within the same parallelGroupId execute concurrently via multiple harness invocations or Pi sessions. Results posted as they complete. True parallelism without SDK changes -- only babysit skill modification needed.\n\n## Dependencies\n- [GAP-PAR-009](../parallelization/GAP-PAR-009.md) -- execution strategy framework\n\n## Key Files\n| Component | Path |\n|-----------|------|\n| Parallel intrinsics | `packages/sdk/src/runtime/intrinsics/parallel.ts` |\n| Process context | `packages/sdk/src/runtime/processContext.ts` |\n| Task batching | `packages/sdk/src/tasks/batching.ts` |\n| Scheduler hints | `packages/sdk/src/runtime/types.ts` |\n\n## Recommendation\nPhase 1 implementation. Modify the babysit skill to detect parallelGroupId in pending actions and execute effects within the same group concurrently.\n",
    "documents": []
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "page:docs-harness-features-backlog",
      "to": "page:docs-harness-features-backlog-gaps-parallelization-gap-par-001",
      "kind": "contains_page"
    }
  ]
}