You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,11 +108,13 @@ curl -XPOST \
108
108
109
109
## Toolkit
110
110
111
-
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.
111
+
Once you've written a service you'll want to run, query and manage it, code generate protobuf.
112
+
113
+
This is where the [micro](https://github.com/micro/micro) comes in. Check it out.
112
114
113
115
## Experimental
114
116
115
-
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.
117
+
There's a new `genai` package for generative AI capabilities.
0 commit comments