julep icon indicating copy to clipboard operation
julep copied to clipboard

Add signed file URL resolver

Open creatorrr opened this issue 5 months ago • 1 comments
trafficstars

Summary

  • generate signed URLs from S3 clients
  • expose resolve_url in evaluator
  • document referencing files in workflows
  • note new feature in CHANGELOG

Testing

  • ruff format agents-api/agents_api/clients/sync_s3.py agents-api/agents_api/clients/async_s3.py agents-api/agents_api/common/utils/evaluator.py
  • ruff check agents-api/agents_api/clients/sync_s3.py agents-api/agents_api/clients/async_s3.py agents-api/agents_api/common/utils/evaluator.py
  • pyright agents-api/agents_api/clients/sync_s3.py agents-api/agents_api/clients/async_s3.py agents-api/agents_api/common/utils/evaluator.py (fails: Import could not be resolved)

creatorrr avatar May 20 '25 14:05 creatorrr