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
{{ message }}
This repository was archived by the owner on Jun 20, 2025. It is now read-only.
Setup a C# based Semantic Kernel project in the agent folder
Ensure the CI flow is set-up and working
The build / CI process needs to provide a container as output
Set up a dependabot files in the .github repo that scans daily and aligns with the package manager
Setup a security file in the .github folder that serves as a solid base to start out on a security policy
Provide basic error handling in agent code
Ensure to include documentation to describe the local development setup
Extend the documentation to include how to run both projects from GitHub Codespaces in and end-to-end approach where they connect to eachother and you can have a full test executed from within the Codespaces environment
Populate the docs folder with the documentation about the project
Create the following plugins for the agent by using native plugins (where the overview of all APIs can be found here : https://developer.bics.com/portal/apis), and the details per API is as follows :
Each API needs its own plugin, and with all endpoints exposed as a function within the plugin
The URLs of the functions needs to be parameterized, and be imported via a settings file. This settings file needs to be pre-populated with the URL/URI as provided in the OpenAPI specification.
Create a model for each of the APIs based on the example response as provided in the OpenAPI specification.
As a final end to end test, ensure that all builds are working. If there are any issues, resolve those to ensure we builds can run worry free.
The following needs to be done
Foundation