Release v0.7.4: Streamlined module structure
Summary
- Clean up module structure and remove transform functionality
- Streamline package exports and helper functions
- Focus on core essential functionality for maximum agent compatibility
- Improved test coverage and module organization
Changes
- Module Structure: Simplified data package exports
- Helper Functions: Cleaned up function organization and imports
- Test Coverage: Improved to 77% with streamlined test structure
- Core Focus: Concentrated on essential tools only
Core Functionality
✅ JSON Tools: Serialization, validation, compression
✅ CSV Tools: Reading, writing, parsing, cleaning
✅ Validation Tools: Schema validation, type checking
✅ Config Tools: YAML, TOML, INI processing
✅ Text Tools: Processing, formatting, extraction
✅ File System Tools: File/directory operations
Compatibility
- 100% Google ADK Function Tool compatible
- JSON-serializable types only
- No default parameter values
- No Any types in parameters
- Clean, explicit function signatures
Perfect for AI agent frameworks requiring maximum compatibility and essential functionality.
🤖 Generated with Claude Code