Show HN: Build Your Own AI Agent CLI in 150 Lines (go-micro.dev)
I can't tell if HN is the right kind of place for this stuff anymore since people are so advanced in their use but I thought it was interesting to leverage my existing Go microservices framework and turn it into the core of what would provide tools for an agent cli or whatever beyond that. Extensibility is key. Thought I'd share and get a conversation going.
6 comments
[ 4.5 ms ] story [ 24.5 ms ] threadThere's a lot of complexity around AI agents right now, so I appreciate examples that keep things simple and easy to understand.
Did building it in such a small codebase require leaving out any features you originally wanted?