Skip to content

v0.1.0

Choose a tag to compare

@Verdenroz Verdenroz released this 24 Dec 15:03
· 15 commits to master since this release
dad5b3d

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