Skip to content

Releases: ECMWFCode4Earth/EarthReach

v0.2.0

01 Sep 07:45
d137b8b

Choose a tag to compare

What's Changed

  • Release: Final EarthReach implementation by @rbazin in #3

Changes

  • optional data extractors for improved consistency and relevance of descriptions
  • improved orchestration robustness
  • improved error handling and recovery
  • improved logging coverage
  • sphinx documentation with installation guides and API reference
  • created example notebook to get started quickly
  • improved CLI for quick generation and evaluation
  • implemented the integration with earthkit-plots library

Full Changelog: v0.1.0...v0.2.0

v0.1.0

05 Jul 21:35
6a4afdb

Choose a tag to compare

What's Changed

  • Initial implementation of EarthReach weather chart analysis system by @rbazin in #1

Changes

Core Components

  • Implemented orchestrator for agent coordination and workflow management
  • Added generator agent for weather chart description generation
  • Added evaluator agent for description quality assessment
  • Implemented modular criteria evaluators for different evaluation metrics
  • Created LLM client abstraction layer for OpenAI-compatible APIs
  • Developed domain-specific prompts for weather chart analysis

Infrastructure

  • Set up CLI interface with earth-reach-agent and era commands
  • Added VLLM deployment configuration for self-hosted inference
  • Configured project structure with proper packaging

Documentation

  • Created README with installation and usage instructions
  • Added VLLM setup guide
  • Included project structure documentation

New Contributors

  • @rbazin made their first contribution in #1

Full Changelog: https://github.com/ECMWFCode4Earth/EarthReach/commits/v0.1.0