880afad134
## Description Adds a new package `@fluid-experimental/ai-collab` with the first draft of a library that simplifies integration with AI / LLM agents in Fluid-based applications. Also adds a sample application that leverages said package. NOTE: we know already that the app will probably be re-written so we're not spending more time fixing its source code. --------- Co-authored-by: seanimam <105244057+seanimam@users.noreply.github.com> Co-authored-by: Tyler Butler <tyler@tylerbutler.com> |
||
---|---|---|
.. | ||
README.md | ||
internal-build.txt | ||
internal-dev.txt | ||
internal-test.txt | ||
public.txt |
README.md
The files in this folder are lists of packages that should be published to the four npm feeds that we publish to. They provide an "audit" of what should go where.
As we add/remove/move packages, these lists will change and we use them to verify before we run the publishing pipeline what will be published. The CI pipeline just publishes the packages in each list to the feed in question. This makes it far less likely that we find out a package is missing in a feed only after we do a release.
They are generated by running the generate:packageList
script from the root of the release group. They are also
generated during a build, so these files are kept up-to-date as changes are made.