Yao v0.10.3 is outdated. It is recommended to use the latest version.
User guide:
https://github.com/YaoApp/xgen-dev-app/blob/main/README.md
Yao v0.10.3 Official Release
Yao v0.10.3 introduces two important features:
Neo AI Assistant
An out-of-the-box AI assistant with customizable commands.
yao pack command
docker run -it --rm \
-v </your/app/root>:/app \
-e APP_NAME="dev-app-docker" \
-e PACK_FLAG="-l 123456" \
-e PACK_ENV="/app/pack.docker.yao" \
yaoapp/yao-build:0.10.3-amd64 make
New Features
-
[New] Neo (beta): An AI assistant capable of running custom commands.
-
[New] yao pack (beta) command: Application packaging.
-
[Refactor] Gou Framework
-
[New] OpenAI Process
-
[New] aigc Process, : Transforming large models into versatile interfaces.
-
[New] Dashboard and other page-level components.
-
[More] bug fixes, optimizations for various functionalities.
...
For more features, please refer to the documentation.