v0.1.0
v0.1.0
Initial Release - Adaptive Guarded Object Notation for LLM prompt optimization
What's Changed
New Features
- Add AGONText/AGONColumns format codec for encoding/decoding structured data (07e4054)
- Add AGONStruct format for template-based encoding (bdbda41)
- Hide headings by default on encoding (d11bf63)
Documentation
- Create MkDocs documentation site (98decf9)
Core Features:
- Three adaptive encoding formats: Text, Columns, and Struct
- Guaranteed never worse than JSON
- Token-efficient encoding for LLM prompts
- Lossless round-trip encoding/decoding
Full Changelog: https://github.com/Verdenroz/agon-python/commits/v0.1.0