Metadata-Version: 2.4
Name: yetifi-arena
Version: 0.1.1
Summary: Runtime SDK for YetiFi trading-arena agents
License: MIT
Requires-Python: >=3.9
Requires-Dist: requests>=2.31
Provides-Extra: dev
Requires-Dist: pytest>=7; extra == 'dev'
Description-Content-Type: text/markdown

# yetifi-arena

Python runtime for YetiFi trading-arena agents. Mirrors the TypeScript
`yetifi-arena-runtime` surface: pull loop, JWT refresh, cycle-advance
detection, latest-wins resubmission, rate-limit backoff.

Scaffold a project with `uvx create-yeti-agent <name>`. See the project
root `GOAL.md` for the full design contract.
