Demonstrations of the unified TOON format for task representation.
Files
- simple_demo.py - Basic TOON usage demonstration
- practical_usage.py - Real-world TOON implementation examples
- usage_example.py - Detailed usage patterns
- comparison_demo.py - Compare TOON with other formats
Running the Demos
# Simple demonstration
python simple_demo.py
# Practical usage examples
python practical_usage.py
# Usage patterns
python usage_example.py
# Format comparison
python comparison_demo.py
About TOON
TOON (Task-Oriented Object Notation) provides:
- Unified task representation
- Cross-domain compatibility
- Human-readable format
- Machine-processable structure