DeadmanAbir / AgentGenesis

Welcome to AgentGenesis, your source for customizable Gen AI code snippets that you can easily copy and paste into your applications.
https://agentgenesis.dev/
MIT License
99 stars 35 forks source link

fixes #44: Adds Rate limiting to linkedIn agent Playground #47

Closed priyanshuverma-dev closed 1 month ago

priyanshuverma-dev commented 1 month ago

https://github.com/user-attachments/assets/c4ba6a4f-2d6d-436b-a23d-dcb497ea72a0

vercel[bot] commented 1 month ago

@priyanshuverma-dev is attempting to deploy a commit to the Sanjay Dutt's projects Team on Vercel.

A member of the Team first needs to authorize it.

priyanshuverma-dev commented 1 month ago

Hello @DeadmanAbir, Please review your PR.

DeadmanAbir commented 1 month ago

Hello @DeadmanAbir, Please review your PR.

Will check, have some patience.

DeadmanAbir commented 1 month ago

Hello @DeadmanAbir, Please review your PR.

Hey we have checked your PR it's working fine. One change needed to be done that is if somehow LinkedIn Agent fails to parse the output then also your rate limiter counting it as a successful call and preventing users to call the Agent further. Please add a check that is the Agent call is successful then only count it as a call.

Also we have done a commit to your PR, pull those changes before starting further work.

priyanshuverma-dev commented 1 month ago

Hello @DeadmanAbir, Please review the PR again as required changes are done.