Skip to content

v0.10.3

Latest
Compare
Choose a tag to compare
@trheyi trheyi released this 18 May 10:40
· 391 commits to main since this release
1176938

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

Screenshot

An out-of-the-box AI assistant with customizable commands.

Demo Application

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

DockerFile

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.