Nikita Kryzhanouski
Nikita Kryzhanouski
Hey everyone, I've implemented this and sent a PR (https://github.com/hummingbot/hummingbot/pull/748). Here's what it does: 1. **Zero breaking changes**. All existing connectors continue to work exactly the same way. 2. **Solves...
Thanks for the feedback @netroy! You raise an excellent point about scale. Let me share some numbers to put this in context: Current memory growth issue: - Users are reporting...
@jide you can attach files using [`experimental_attachments`](https://sdk.vercel.ai/docs/reference/ai-sdk-ui/use-chat#handle-submit.chat-request-options.experimental_attachments) that @JonathanVelkeneers mentioned above. Created a [PR](https://github.com/cloudflare/agents-starter/pull/60) that enables it in [agents-starter](https://github.com/cloudflare/agents-starter) project.    
@SamMorrowDrums added organization tool #347
Thank you for pointing out @nikspz Improved PR: 1. Changed branch to `development` 2. Created proposal https://snapshot.box/#/s:hbot-prp.eth/proposal/0xaf1b812ed7964645cd24f90eb9c8fa0545eb341a05eef2439626e796719b7cbb 3. Increased test coverage to pass CI
@nikspz Increased test coverage to 99% to pass CI ``` Name Stmts Miss Branch BrPart Cover Missing ----------------------------------------------------------------------------------------------- hummingbot/core/api_throttler/async_throttler.py 61 0 22 1 98.80% 124->123 ----------------------------------------------------------------------------------------------- TOTAL 61 0 22...
Hi @bentrnr21 I've tested it with Binance. By design decay rate limit is compatible with all exchanges, but if we are talking about how well it works with exchanges that...
@nikspz resolved