Tasking AI - How to build your AI application efficiently

Поделиться
HTML-код
  • Опубликовано: 12 янв 2025

Комментарии • 26

  • @CodingScot
    @CodingScot 8 месяцев назад +1

    I've just installed it on my own VPS and it worked first time! It's exactly what I was looking for!

  • @anne-marieroy8812
    @anne-marieroy8812 8 месяцев назад +1

    Thank you for demonstrating this open source tool. Very instructive and very well presented, sweet and short!

  • @42ndMoose
    @42ndMoose 9 месяцев назад

    thanks for a brief summary at the beginning. i initially thought this was more of a way to hook up an llm api to work with, let's say an ai tts/stt voice interface, or multiple agents plug&play for any llm. stuff like that.

  • @larscwallin
    @larscwallin 9 месяцев назад

    Great! This was exactly was I was hoping to find!
    If have been a bit underwhelmed by the Assistant API.

  • @Parttimebusiness1
    @Parttimebusiness1 9 месяцев назад

    Very useful... got practical knowledge on assistants in AI

  • @JJTan-lm1pz
    @JJTan-lm1pz 9 месяцев назад +1

    That’s very detailed. Great video!

    • @DonaAI
      @DonaAI  5 месяцев назад

      Thanks!

  • @aldan4871
    @aldan4871 8 месяцев назад

    Thanks for video, I have question - can agents interact with each other like as Crewai ?

  • @mountee
    @mountee 9 месяцев назад

    great video, how do you surface an assistant in a chat UI such as on a wordpress website? looks like the API is non standard..

  • @EvelynShi-l1b
    @EvelynShi-l1b 9 месяцев назад

    very helpful tool 👍

  • @webdoze
    @webdoze 9 месяцев назад

    Good one. Thanks!

  • @ReiStudios888
    @ReiStudios888 9 месяцев назад +2

    can you integrate the assistants on other platforms such as telegram/whatsapp/websites?

    • @NatGreenOnline
      @NatGreenOnline 9 месяцев назад

      I was curious to know this as well. I'd like to embed my custom agent knowledge bases on my websites to let others use them.

    • @joaoalbertofn
      @joaoalbertofn 9 месяцев назад

      Very good question.

    • @DonaAI
      @DonaAI  9 месяцев назад +1

      You can use their python client sdk and FastAPI or flask to transform it into an API endpoint.
      Then you should be able to use it with Slack, whatsapp, (with Twilio or Manychat) and Website if you use Voiceflow.
      I made a video about creating an API endpoint and adding Autogen to any website, its the same principle but using Tasking AI client sdk instead.

    • @joaoalbertofn
      @joaoalbertofn 9 месяцев назад

      @@DonaAI thanks

  • @paulham.2447
    @paulham.2447 9 месяцев назад

    Hi Dona, am I stupid or I don't see the prompt in the description!? 😁

    • @DonaAI
      @DonaAI  9 месяцев назад

      You are right, it was not :). Here you go: gist.github.com/donatienthorez/5f762cff98b50a7a2a3732e59971edd9

    • @paulham.2447
      @paulham.2447 9 месяцев назад

      @@DonaAI Thanks. Nice discovery that Tasking AI.

  • @claragoodlow4377
    @claragoodlow4377 9 месяцев назад

    Will this tool work on Pinterest or Instagram or social media

    • @AiVaultGuy
      @AiVaultGuy 9 месяцев назад +1

      sure, as long as you have access to API key of each of those platforms

  • @planet-imagine
    @planet-imagine 9 месяцев назад

    my man!

  • @josephperkins8766
    @josephperkins8766 9 месяцев назад +3

    Flowise

    • @DaSilentStorm
      @DaSilentStorm 9 месяцев назад +1

      That's what I was thinking ... this is just hosted Flowise, right?

    • @aolowude
      @aolowude 9 месяцев назад +1

      Also wondering what’s the difference in the 2 and why would I choose this over the other (Though I see the Ui in this is a bit nicer)

    • @wraydille
      @wraydille 9 месяцев назад +4

      ​@@DaSilentStorm Compared to Flowise, they are better at maintaining continuity and context in interactions, as it includes components like model/agent hosting, serverless vector storage, tool hosting, and open API access.