├── .gitattributes ├── .gitignore ├── LICENSE ├── README.md └── contribution.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geffzhang/awesome-semantickernel/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geffzhang/awesome-semantickernel/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geffzhang/awesome-semantickernel/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geffzhang/awesome-semantickernel/HEAD/README.md -------------------------------------------------------------------------------- /contribution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geffzhang/awesome-semantickernel/HEAD/contribution.md --------------------------------------------------------------------------------