Viewing profile — Radeen1
Radeen1
HN member- Joined
- Sun, Jul 13, 2025, 10:48 AM UTC
- HN karma
- 1
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About Radeen1
No profile information was provided.
Recent public activity
-
comment
Comment #46451928
Very interesting! But could not pass the level 2. Is anyone able to break it?
- story
- story
-
comment
Comment #45979185
Built a Rust package that connects to AI agents from any framework in just a few lines of code. Full support for streaming and non-streaming operations with both sync and async API…
- story
-
story
Show HN: Why Current Agentic Frameworks Don't Work Well in Production
So, I've been noticing a few key problems with agent integration in current setups. 1. Most software backends are built in non-Pythonic languages (Rust, Golang, Java, etc.). But ag…
-
comment
Comment #44885834
[dead]
-
story
Show HN: Build and Deploy Custom AI Agents with a Simple Prompt with GPT-5-Mini
I created a tool that lets you write a prompt like “build a research report agent in LlamaIndex” or in any framework and automatically generates and deploys the agent locally, comp…
-
comment
Comment #44876379
RunAgent's entrypoint system makes it achievable to be framework agnostic.
-
story
Show HN: I built a vibe agent builder with deployment (GPT-5-mini powered)
You just write the agent you need for any agentic framework e.g. "write research writing agent in Agno/ write summarizer agent in llamaindex" and then it will create agent and auto…
-
comment
Comment #44812907
[dead]
-
story
Show HN: Built an Agentic Gaming PC Builder
I built a small project showing how to build an agentic PC builder in Golang using the Agno framework and RunAgent. The agent takes a user’s budget and performance needs, pulls rea…
-
comment
Comment #44715549
Actually the platform RunAgent is framework agnostic. And we can also implement this with golang as well
-
comment
Comment #44596071
But question is how they are standardizing it? I understand the multi framework approach, but like if anyone is a javascript developer, he doesn't know about python. How he can wri…
-
comment
Comment #44595540
Guys this is really a very unique approach. Just one thing I am confused about, as far as I understand, this is like vercel but for ai agent with multi agentic framework. Is it cor…
-
comment
Comment #44594896
This is really cool concept. So it means it is a open source collaboration just like MCP but for deployment of agents of different frameworks right?