Problem Statement
Today, there is no automated way to transform OASF (Open Agentic Schema Framework) manifests into runtime manifest like a Kubernetes-native CRDs that can be deployed.
This proposal is to create an adapter to translate OASF specifications into Kagent YAMLs
This helps
- Human error in agent specification and runtime
- Drift between agent design (spec) and runtime deployment.
- Agent CI workflows where agents can be published, validated, and deployed automatically based on their OASF definitions.
Proposed Solution
Develop an adapter tool like — oasf2kagent that converts validated OASF manifests into equivalent Kagent CRDs.
It will:
- Parse and validate OASF manifests using the official schema
- Generate CRDs (
Agent, Tool, Connector, Secret, Policy) ready for deployment
- Offer a simple CLI (
validate, render) for schema validation and YAML generation
Alternatives Considered
No response
Additional Context
No response
Checklist
Problem Statement
Today, there is no automated way to transform OASF (Open Agentic Schema Framework) manifests into runtime manifest like a Kubernetes-native CRDs that can be deployed.
This proposal is to create an adapter to translate OASF specifications into Kagent YAMLs
This helps
Proposed Solution
Develop an adapter tool like — oasf2kagent that converts validated OASF manifests into equivalent Kagent CRDs.
It will:
Agent,Tool,Connector,Secret,Policy) ready for deploymentvalidate,render) for schema validation and YAML generationAlternatives Considered
No response
Additional Context
No response
Checklist