Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 843 Bytes

File metadata and controls

19 lines (12 loc) · 843 Bytes

CoreLink Python SDK Agent Context

This repository is part of the CoreLink product.

Canonical context

Follow CoreLinkPlatform/product-planning/AGENTS.md, PRODUCT_ARCHITECTURE.md, GLOSSARY.md, STANDARDS.md, and architecture/repository-map.yaml. Public API behavior is normative in CoreLinkPlatform/api-contracts.

Repository responsibility

sdk-python provides the supported Python developer interface for CoreLink public APIs.

Boundaries

  • Generate or implement behavior from supported public contracts; do not invent endpoints or fields.
  • Preserve compatibility according to contract/versioning policy.
  • Do not expose internal provider models or implementation-only identifiers.
  • Keep ergonomics Pythonic without changing CoreLink domain semantics.
  • Examples and documentation must use canonical terminology.