Skip to content

feat(cosh-ng): [gateway] add ACP v1 foundation - #2485

Closed
kongche-jbw wants to merge 1 commit into
alibaba:mainfrom
kongche-jbw:feat/cosh-ng/acp-v1-runtime-mvp
Closed

feat(cosh-ng): [gateway] add ACP v1 foundation#2485
kongche-jbw wants to merge 1 commit into
alibaba:mainfrom
kongche-jbw:feat/cosh-ng/acp-v1-runtime-mvp

Conversation

@kongche-jbw

Copy link
Copy Markdown
Collaborator

Why

cosh-ng needs a durable, provider-neutral foundation before exposing installed ACP runtimes.

What changed

  • Add Gateway contracts, Task reduction, SQLite storage, and capability admission.
  • Add supervised ACP v1 codec, bridge, profiles, and cancellable session driver.
  • Pin Rust 1.88 and record the bilingual Phase 0-2 design and acceptance baseline.

Related issue

no-issue: staged ACP v1 implementation roadmap

User / Agent impact

No installed command is added by this foundation PR.

Risk and compatibility

  • Cross-component contract changed
  • Migration or rollback guidance is needed

The new crates are additive. Reverting this commit removes the Gateway foundation.

Validation

  • cargo +1.88.0 test --locked --package cosh-gateway (84 passed)
  • cargo +1.88.0 test --locked --package cosh-gateway-contracts (6 passed)
  • all-target Clippy and package rustdoc passed
  • bilingual documentation lint and relative-link checks passed

Documentation and rollback

The Phase 0-2 design and acceptance reports remain explicitly NOT ACCEPTED for the installed MVP. Roll back by reverting the single commit.

- Add durable contracts, storage, capability admission, and ACP runtime.
- Pin Rust 1.88 and define the bilingual Phase 0-2 roadmap.
- Leave installed entrypoints and live-adapter acceptance for stacked work.

Signed-off-by: kongche-jbw <kongche.jbw@alibaba-inc.com>
@github-actions github-actions Bot added component:cosh-ng src/cosh-ng scope:ci ./.github/ scope:documentation ./docs/|./*.md|./NOTICE labels Aug 13, 2026
@alibaba alibaba deleted a comment from KaiLongZhou Aug 13, 2026
@alibaba alibaba deleted a comment from KaiLongZhou Aug 13, 2026

Copy link
Copy Markdown
Collaborator Author

Superseded by #2498, which establishes the durable COSH Gateway and ACP architecture baseline for community development. The implementation in this draft will be split into focused follow-up PRs against the accepted architecture and the latest upstream baseline.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component:cosh-ng src/cosh-ng scope:ci ./.github/ scope:documentation ./docs/|./*.md|./NOTICE

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant