helpers/rate_limiter.py.dox.md
rate_limiter.py helper module.rate_limiter.py because this directory is intentionally flat.rate_limiter.py owns the runtime implementation.rate_limiter.py.dox.md owns durable notes about responsibilities, contracts, side effects, and verification for that implementation.RateLimiter (no explicit base class)
add(self, **kwargs)async cleanup(self)async get_total(self, key: str) -> intasync wait(self, callback: Callable[[str, str, int, int], Awaitable[bool]] | None=...)asyncio, time, typing.asyncio.Lock, time.time, self.cleanup, asyncio.sleep, self.get_total, callback.tests/test_stream_tool_early_stop.pyNo child DOX files.