-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
- I have read the contributing guidelines.
- I have verified this does not duplicate an existing feature request.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
No status