Skip to content

[Feature]: Feature: Create OASF → Kagent Adapter #332

@sriaradhyula

Description

@sriaradhyula

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions