Nikita Kryzhanouski

Results 8 comments of 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. ![Image](https://github.com/user-attachments/assets/bf3fdd0c-d982-4193-b88a-cac35abf705d) ![Image](https://github.com/user-attachments/assets/df5e2360-7625-449c-b875-6cf08e54ca94) ![Image](https://github.com/user-attachments/assets/19231aea-8fba-4a5b-8e68-7a804c3b9222) ![Image](https://github.com/user-attachments/assets/07a655c8-0efe-4e0f-b91e-8445269a59ca)

@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...