Added Project scope and intent for AI workflow interoperability#2163
Open
nataliesea wants to merge 2 commits into
Open
Added Project scope and intent for AI workflow interoperability#2163nataliesea wants to merge 2 commits into
nataliesea wants to merge 2 commits into
Conversation
Signed-off-by: Natalie Fisher <53450897+nataliesea@users.noreply.github.com>
danieloh30
reviewed
May 17, 2026
danieloh30
reviewed
May 17, 2026
danieloh30
reviewed
May 17, 2026
Signed-off-by: Natalie Fisher <53450897+nataliesea@users.noreply.github.com>
nataliesea
commented
May 18, 2026
Author
nataliesea
left a comment
There was a problem hiding this comment.
Resolved feedback from @danieloh30
| Ensure the approach accounts for: | ||
| * Air-gapped and regulated environments | ||
| * Enterprise security and compliance requirements | ||
| * Regulated environments |
Member
There was a problem hiding this comment.
feels like a repeat of line 86. If its a separate deployment consideration, can you add more detals? if not, lets keep line 86 in favor of this
| * **A Published Interoperability Spec:** A validated specification that existing tools can adopt to ensure cloud native readiness. | ||
| * **Cross-Tool Portability:** Demonstrated ability for an artifact built by one tool to be verified and deployed by a different runtime. | ||
| * **The "10-Minute Flow":** A successful reference implementation demonstrating the journey from a local idea to a running inference service on Kubernetes. | ||
| * **Ecosystem Alignment:** Broad adoption of the "Compliance Profile" metadata across CNCF and LF AI & Data communities. |
Member
There was a problem hiding this comment.
is the adoption achievable in the given timeframe of the initiative? This initiative will get the conversation started and adoption can be a follow up. wdyt?
| * **Agentic Assets:** Standardizing the packaging of “skills”, prompt templates and workflow definitions. | ||
| * To ensure interoperability, the internal format for skills will align with the <a href="https://agentskills.io/home" target="_blank">agentskills.io</a> community standard. | ||
| * The spec defines how these standardized skills are encapsulated into the OCI layers for consistent distribution and discovery. | ||
| * The initiative may leverage Skill DLC as the primary reference for demonstrating how these assets are dynamically loaded and managed. |
|
|
||
| #### 5. GitOps and Kubernetes Integration Patterns | ||
| Define the "Handoff" patterns for how artifacts transition into production cloud native systems. | ||
| * **GitOps Delivery Patterns:** Reference architectures for pulling compliant artifacts into Flux or Argo CD workflows. |
Member
There was a problem hiding this comment.
Should this support a step for verification of artifacts? like kitops init container, that deploys and verifies the artifacts before exiting - https://kitops.org/docs/deploy/#init-container
Member
|
@caldeirav - do you have time for a quick review? thanks |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updating the README to provide more detail on the project's scope, goals, and interoperability requirements.