From 5bbc24abe1e2a93f73f96f64a24561d4be9220d1 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Sun, 28 Sep 2025 08:51:30 +0100 Subject: [PATCH] Clarify micro CLI usage and genai package details Updated the README to clarify the usage of the micro CLI and the genai package. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4991a03c..33d8ac6a 100644 --- a/README.md +++ b/README.md @@ -108,11 +108,13 @@ curl -XPOST \ ## Toolkit -Once you've written a service you'll want to run, query and manage it. This is where the [micro](https://github.com/micro/micro) CLI can offer some value. Check it out. +Once you've written a service you'll want to run, query and manage it, code generate protobuf. + +This is where the [micro](https://github.com/micro/micro) comes in. Check it out. ## Experimental -There's a new `genai` package for generative AI capabilities. This is an evolving feature which may change over time as we think about how Go Micro plays the right role in the developers workflow. We'll also be looking at agentic features and a2a/mcp protocol integration. +There's a new `genai` package for generative AI capabilities. ## Adopters