HackerTrans
TopNewTrendsCommentsPastAskShowJobs

RatulMaharaj

2 karmajoined 2 lata temu

Submissions

Show HN: I built an agent framework where the agent is just one file

github.com
1 points·by RatulMaharaj·3 godziny temu·1 comments

Show HN: Looped Whisper (FOSS) – Voice transcription menubar app for macOS

github.com
2 points·by RatulMaharaj·15 dni temu·4 comments

comments

RatulMaharaj
·3 godziny temu·discuss
We had this idea to create our own framework for building and deploying single purpose AI agents really quickly and easily and would love to get some feedback on it.

It's called the Looped Agent Framework and it is built with 3 core ideas in mind:

- An agent should be a single config file (agent.yaml)

- It should be secure by default so that it doesn't ask for permissions at runtime i.e. all permissions are defined in the configuration. We build with deno to achieve this.

- It is docker native which means you can stand your agent up anywhere that docker runs.

Similar to openclaw/hermes - we also are trying to make it super simple to connect your agent to various messaging platforms or triggers.

I would love to get some feedback from people building agents to understand if this is something this community finds useful - it certainly has been extremely useful for me personally.

The framework itself is open source (Apache 2.0)
RatulMaharaj
·5 dni temu·discuss
Awesome thanks, I sent you a request on linkedin.
RatulMaharaj
·14 dni temu·discuss
I just had a look at some of your youtube videos. It looks awesome, I will definitely take a look at using it. I've been thinking about how I can support other local models in the future - I think this would make a lot of sense for the ASR in my app. Do you have any realtime ASR examples of speech-swift that I could look at?