Skip to content

v0.1.1 Release

Choose a tag to compare

@luyuzhe111 luyuzhe111 released this 26 Feb 20:05
· 47 commits to main since this release
e456f30

Changelog (v0.1.0 → v0.1.1)

Features

  • client: Add RolloutClient with S3 HEAD polling (#13)
  • client: Add timeout and session cancellation to batch runs (#15)
  • client: Add input_id attribute to RolloutFuture (#23)
  • app: Return S3 result location in rollout response (#12)
  • examples: Add code migration agent (#14)
  • examples: Add evaluation script and config for migration agent (#19)

Refactoring

  • app: Remove abstract method requirement from AgentCoreRLApp (#11)
  • app: Remove SQS dependency, use S3-only result delivery (#17)
  • app: Rename _training to _rollout and TrainingConfig to RolloutConfig (#18)
  • app: Derive session_id from ACR header instead of _rollout payload (#22)

Bug Fixes

  • app: Validate rollout config before launching background task (#20)
  • Fix: Specify main build context in docker build script (#9)

CI

  • Add GitHub Actions workflows for unit tests and pre-commit (#10)
  • Add PyPI publish workflow and bump version to 0.1.1

Documentation

  • Add AGENTS.md (#3)
  • Improve project README (#4, #5)
  • Remove veRL integration references from README (#16)
  • Rewrite docs for client-side APIs and simplify codebase
  • Migrate docs + examples to AgentCoreRLApp with vLLMModel (#21)
  • Rewrite intro and section structure for clarity
  • Annotate architecture diagram with SDK component mappings