Telegram Web
Cooking something I came up with 2 hours ago. Generally, I feel very creative and mentally off-loaded when I am on vacation/PTO.

Instead of focusing on small details and isolated deliverables – as it’s what I do during my full-time job – I am exploring different ideas and trying to execute them for fun.
13👍2❤‍🔥1
Done with developing a small MVP. Renamed it to Agent Hub, so people don't think this is something official from Amazon. Also, none of this work is related to my current employment there.

The idea is that you can give step by step execution for an agent, and it will go and execute these things on its own. Small demo will follow below.

Won't be describing a lot here, just check this out: https://agents-hub-catalog.vercel.app/

Everything is executing locally; thus, you need Python on your machine. This won't work on mobile phones.

There is more to be done, as well. For example, currently, I do not persist any data in separate database. One of the bottlenecks is a speed of Amazon Nova Act. Latency between giving action and seeing the result is pretty high.
6❤‍🔥1🔥1
Updated the website: https://agents-hub-catalog.vercel.app/

It did not work yesterday because I made a small architectural mistake: the prod server cannot start a backend server on a client’s side.

So now there is a workaround: use a bridge script that starts that server. Potentially, this could have been resolved by building a desktop app; but I like the decoupling of UI from backend that executes agent more.
1
2025/07/13 10:38:44
Back to Top
HTML Embed Code: