# export

## Overview

This directory contains documentation for the export subsystem in the GNN pipeline.

**Status**: ✅ Documentation  
**Version**: 1.0  

---

## Purpose

Multi-format export capabilities for GNN models including JSON, XML, GraphML, and framework-specific formats.

## Contents

- [README.md](README.md) - Export format specifications and usage guides

## Quick Navigation

- **GNN Documentation**: [gnn/AGENTS.md](../gnn/AGENTS.md)
- **Main Documentation**: [docs/README.md](../README.md)
- **Pipeline Reference**: [src/gnn/AGENTS.md](../../src/gnn/AGENTS.md)
- **Export Module**: [src/gnn/export/AGENTS.md](../../src/gnn/export/AGENTS.md)

## Supported Formats

- **JSON**: Structured data interchange
- **XML**: Standards-compliant markup
- **GraphML**: Graph interchange format
- **YAML**: Configuration-friendly format
- **Framework-specific**: PyMDP, RxInfer, JAX targets

## Integration with Pipeline

This documentation covers Step 7 (Export) of the 25-step GNN processing pipeline.

See [src/gnn/AGENTS.md](../../src/gnn/AGENTS.md) for complete pipeline documentation.

## Related Resources

- [Export Module](../../src/gnn/export/AGENTS.md)
- [Framework Integration](../gnn/integration/framework_integration_guide.md)
- [CatColab Export](../other/catcolab/catcolab_gnn.md)

---

**Status**: ✅ Production Ready  
**Last Updated**: 2026-04-14
