v6.3.0
coleam00/Archonv6.3.0Nov 20, 2025by tanchongmin
AI Summary
This release introduces support for StrictJSON Schema to generate Pydantic models for structured outputs from LLM providers like OpenAI and Gemini. It refactors the codebase by separating conversion logic into helper functions within a new helper_functions.py file.
Key Highlights
- Added support for using StrictJSON Schema for OpenAI and Gemini models
- Default StrictJSON will now be focused on using StrictJSON Schema to generate Pydantic for Structured Outputs
- Refactored parse_yaml.py into parse_yaml.py and helper_functions.py
New Features
- StrictJSON Schema integration
- Pydantic model generation for structured outputs
- Modular helper functions for schema conversion
Full Release Notes
- Added support for using StrictJSON Schema for OpenAI and Gemini models - Default StrictJSON will now be focused on using StrictJSON Schema to generate Pydantic for Structured Outputs from LLM Providers - Refactored parse_yaml.py into parse_yaml.py and helper_functions.py, where the helper_functions are the converters from StrictJSON schema to Pydantic models