1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-10-06 21:46:55 +02:00

Clarify micro CLI usage and genai package details

Updated the README to clarify the usage of the micro CLI and the genai package.
This commit is contained in:
Asim Aslam
2025-09-28 08:51:30 +01:00
committed by GitHub
parent dfcaae7bf8
commit 5bbc24abe1

View File

@@ -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