Expand description
Exact-generation cognitive-package context injected by an embedding host.
A3S Code deliberately does not install packages, resolve Registry state, or choose a “latest” generation. The host supplies a provider and one complete immutable binding obtained from A3S Use. Every request and response repeats that binding, and Code validates cited, bounded Markdown before it can enter the model context.
Structs§
- Cognitive
Context Document V1 - One complete bounded Markdown read and its unchanged citation.
- Cognitive
Context Limits - Prompt-injection bounds frozen into the durable session binding.
- Cognitive
Context Request V1 - One exact request from Code to the host-injected cognitive provider.
- Cognitive
Context Response V1 - Exact response that Code validates before converting it to prompt context.
- Cognitive
Context Session - Runtime pairing of one durable binding with one non-serializable host port.
- Cognitive
Knowledge Binding V1 - Exact A3S Use Knowledge surface visible to this Code session.
- Cognitive
Knowledge Citation V1 - Use-owned citation projected into the cross-project R0 carrier.
- Cognitive
Package Binding V1 - Durable exact-generation identity attached to one A3S Code session.
Enums§
- Cognitive
Context Error - Validation failures at the Code-owned cognitive context boundary.
Constants§
- COGNITIVE_
CITATION_ METADATA - COGNITIVE_
CONTEXT_ REQUEST_ DIGEST_ DOMAIN - COGNITIVE_
CONTEXT_ REQUEST_ SCHEMA - COGNITIVE_
CONTEXT_ RESPONSE_ SCHEMA - COGNITIVE_
KNOWLEDGE_ BINDING_ SCHEMA - COGNITIVE_
PACKAGE_ BINDING_ METADATA - COGNITIVE_
PACKAGE_ BINDING_ SCHEMA - OKF_
KNOWLEDGE_ CITATION_ SCHEMA - OKF_
KNOWLEDGE_ READ_ REQUEST_ SCHEMA - OKF_
KNOWLEDGE_ SEARCH_ REQUEST_ SCHEMA
Traits§
- Cognitive
Context Provider - Host port. Implementations typically hold an A3S Use exact-generation Knowledge lease; Code sees only bounded cited reads and never the Registry, package filesystem, ontology graph, or a personal-memory fallback.