Build Automated Test Agent in 10 Seconds with HuggingFace SmolAgents🤗🧠

Поділитися
Вставка
  • Опубліковано 3 січ 2025

КОМЕНТАРІ • 18

  • @queenstownswords
    @queenstownswords 3 дні тому

    Hey Karthik. Happy New Year. I was surprised to see 4o give the same results as the agents. I would expect the agents to use a real time web search - giving you more relevant information. In contrast, 4o would give results based on it's last training pass (I suspect... maybe a year old..?).

    • @ExecuteAutomation
      @ExecuteAutomation  2 дні тому

      Hi Mate! In the demo, both 4o and Agents used the real-time information by doing web searches. I used the ‘Search’ feature in ChatGPT and got the same information as the Agent. The Agent used the DuckDuckGoSearchTool to search online for the info.

  • @harithummaluru3343
    @harithummaluru3343 День тому

    Amazing video.great content. Amazing that it found the password. It means if I search for a phone number or ssn agent wil scrape the net for info.

    • @ExecuteAutomation
      @ExecuteAutomation  День тому

      @@harithummaluru3343 Thanks 🙏 . I’m not really sure if it does, but give a shot and do let me know how it goes

  • @shreyshah_
    @shreyshah_ 3 дні тому

    I think the agants (tools) capabilities will just be part of the llms it self, probably using MCP. we won't be creating agents very soon in my opinion. I replaced all my agents with smart mcps, it's much more flexible and easy to mix and match

    • @udaydahiya7454
      @udaydahiya7454 11 годин тому

      setting up a mcp is difficult for everyday users (non technical people), and gives access to a whole lot of unsupervised tasks. MCPs will be useful for devs and people using clients like claude or some other mcp client, but i feel agents have more potential on batch tasks for production use. Looking forward to hearing your opinion on this

    • @shreyshah_
      @shreyshah_ 8 годин тому

      @udaydahiya7454 so is setting up agents easy for everyday users? What makes you think mcp is different than agents? Mcps are actually way easier to set up than agents for anyone. I also believe, llms will come equipped with mcps in future. I converted 10 of my langgraph based agents into mcp tools, and I'm convinced mcps are going to win over agents.

  • @PetrAngustias
    @PetrAngustias 2 дні тому

    Thank you so much for this amazing video! I have a quick question: I have a SafePal wallet with USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). What's the best way to send them to Binance?

  • @dsruja
    @dsruja День тому

    It might have logged into the application as its not SSO/DUO enabled, what if the app has DUO enabled?. Can the custom ai agent login through the same seamlessly?

    • @ExecuteAutomation
      @ExecuteAutomation  День тому

      @@dsruja Nope, I don’t think so. As mentioned in the video, the agent learned from my GitHub repository or UA-cam video about the credentials, and that’s why it could easily log into the app.

    • @dsruja
      @dsruja День тому

      @@ExecuteAutomation We have tried to login the same way to my homegrown app which is SSO/DUO authenticated, it was not able to login, was able to access the website and navigated to the login page and stuck there

    • @dsruja
      @dsruja 23 години тому

      Out website redirects to the DUO authentication URL where in the authkey is dynamic in the redirected url, what ever prompt I give to enter the email address or password, its not performing that action

  • @PrashantDubeyEr
    @PrashantDubeyEr 2 дні тому

    how it took login password for website where no registeration allowed

    • @ExecuteAutomation
      @ExecuteAutomation  2 дні тому

      @@PrashantDubeyEr As I said in the video, I think it took the details from either my GitHub repo or via my UA-cam videos because I have mentioned the login credentials many time there.

    • @PrashantDubeyEr
      @PrashantDubeyEr 18 годин тому

      @@ExecuteAutomation how about websites where we have credentials which are not publically available is there any way

  • @udaybhagwat8126
    @udaybhagwat8126 2 дні тому

    What kind of processor is needed to run these models? Can we run on a regular windows laptop with 16gb RAM?

    • @ExecuteAutomation
      @ExecuteAutomation  2 дні тому

      @@udaybhagwat8126 I don’t think it’s nothing to do with your processor itself because the agent is currently running directly on the sandbox environment of huggingface 🤗 . So you should be fine with any bare minimal configuration.