Compatibility
Full fidelity in Omegon. Graceful degradation elsewhere.
Armory packages are native Omegon artifacts, but most also have useful degraded forms for
other agent hosts. The generated catalog API exposes this through each item's
compatibility metadata.
Compatibility tiers
- Tier 0: human-readable metadata or external tool reference.
- Tier 1: prompt-compatible instructions, role prompts, or style guidance.
- Tier 2: manifest-compatible dependency graphs or agent blueprints.
- Tier 3: portable callable interface such as MCP, CLI, or HTTP.
- Tier 4: full native runtime support.
Package behavior
- Skills: degrade to instruction packs.
- Personas: degrade to system or role prompts.
- Tones: degrade to style instructions.
- Profiles: degrade to dependency manifests that require resolution.
- Agents: degrade to agent blueprints;
agent.pklremains Omegon-native. - Extensions: degrade to external tool references unless MCP, CLI, or HTTP interfaces are explicitly declared.
Browse compatibility metadata
Use the full catalog to inspect every item, or read the raw API for machine consumption.