by rkuodys on 1/7/25, 8:15 AM with 6 comments
There is a ton of tools comming out daily, mutating and pivoting in AI space. What I'm looking for is a platform to build internal agents that have way more permissions that you would dare to open to the customers. So maybe in the whole space , somebody has already done so and can point in the right direction.
Generally my idea is following: I'm building startup and my intention is to limit the number of support staff needed. Therefore I want to have specialised agents that does some functions for me. Primary communication is in slack - so intended workflow is that I write something to agents chat and they, having tools, do the tasks and get back to me in slack. It would be ideal to have those agents build on single system as oppose to coding each one of them separately. And since the intention is to give access to full data - self-hosted version is ideal, but open source would work just as well.
Anybody solving the same issues and can share relevant experience? Thanks a lot.
by lunarcave on 1/7/25, 8:21 AM
There's a slack [2] integration as well. Fun fact, we use it to query our Zendesk / Postgres / Auth system from Slack and avoid internal tools.
E-mail in the profile. Happy to chat, even if it's to recommend something that works better for your use case.
by dabe19 on 1/8/25, 4:19 PM
They have a nice class setup that lets you build fully custom tooling, really fun playing with the Selenium webdriver library and give your agents tooling to interact and observe web elements.
Huggingface recently released their smolagents framework as well, I might start looking into that.
by overu589 on 1/7/25, 2:50 PM
The handler that hands off between these pieces can post the stdout/stderr to chat.
by shengliang on 1/7/25, 6:24 PM