{"id":15012171,"url":"https://github.com/microsoft/semantic-kernel-java","last_synced_at":"2025-04-13T07:48:23.488Z","repository":{"id":250188418,"uuid":"814249293","full_name":"microsoft/semantic-kernel-java","owner":"microsoft","description":"Semantic Kernel for Java. Integrate cutting-edge LLM technology quickly and easily into your Java based apps. See https://aka.ms/semantic-kernel.","archived":false,"fork":false,"pushed_at":"2025-03-03T20:40:56.000Z","size":4021,"stargazers_count":161,"open_issues_count":47,"forks_count":38,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-04-13T07:48:12.987Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/microsoft.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-12T16:16:26.000Z","updated_at":"2025-04-03T15:09:22.000Z","dependencies_parsed_at":"2024-07-29T20:05:28.112Z","dependency_job_id":"b63a1c2a-48f7-474b-bf4a-d0eb4db17c69","html_url":"https://github.com/microsoft/semantic-kernel-java","commit_stats":{"total_commits":455,"total_committers":27,"mean_commits":16.85185185185185,"dds":0.567032967032967,"last_synced_commit":"e085f6980b47c12145f24875ad0a412a2cd7db1c"},"previous_names":["microsoft/semantic-kernel-java"],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fsemantic-kernel-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fsemantic-kernel-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fsemantic-kernel-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fsemantic-kernel-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/microsoft","download_url":"https://codeload.github.com/microsoft/semantic-kernel-java/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248681494,"owners_count":21144700,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-24T19:42:12.210Z","updated_at":"2025-04-13T07:48:23.465Z","avatar_url":"https://github.com/microsoft.png","language":"Java","funding_links":[],"categories":["人工智能"],"sub_categories":[],"readme":"[![Builds](https://github.com/microsoft/semantic-kernel-java/actions/workflows/java-build.yml/badge.svg?branch=main)](https://github.com/microsoft/semantic-kernel-java/actions/workflows/java-build.yml)\n[![License: MIT](https://img.shields.io/github/license/microsoft/semantic-kernel)](https://github.com/microsoft/semantic-kernel-java/blob/main/LICENSE)\n[![Discord](https://img.shields.io/discord/1063152441819942922?label=Discord\u0026logo=discord\u0026logoColor=white\u0026color=d82679)](https://aka.ms/SKDiscord)\n\n# Semantic Kernel for Java\n\nWelcome to the Semantic Kernel for Java. For detailed documentation, visit [Microsoft Learn](https://learn.microsoft.com/en-us/semantic-kernel/overview/?tabs=Java\u0026pivots=programming-language-java).\n\n[Semantic Kernel](https://learn.microsoft.com/en-us/semantic-kernel/overview/) is an SDK that integrates Large Language Models (LLMs) like [OpenAI](https://platform.openai.com/docs/introduction), [Azure OpenAI](https://azure.microsoft.com/en-us/products/ai-services/openai-service), and [Hugging Face](https://huggingface.co/)\nwith conventional programming languages like C#, Python, and Java. Semantic Kernel achieves this by allowing you to define [plugins](https://learn.microsoft.com/en-us/semantic-kernel/ai-orchestration/plugins??tabs=Java\u0026pivots=programming-language-java) that can be chained together in just a [few lines of code](https://learn.microsoft.com/en-us/semantic-kernel/ai-orchestration/chaining-functions?tabs=Java\u0026pivots=programming-language-java#using-the-runasync-method-to-simplify-your-code).\n\nWhat makes Semantic Kernel _special_, however, is its ability to _automatically_ orchestrate plugins with AI. With Semantic Kernel [planners](https://learn.microsoft.com/en-us/semantic-kernel/ai-orchestration/planner?tabs=Java\u0026pivots=programming-language-java), you can ask an LLM to generate a plan that achieves a user's unique goal. Afterwards, Semantic Kernel will execute the plan for the user.\n\nFor C#, Python and other language support, see [microsoft/semantic-kernel](https://github.com/microsoft/semantic-kernel).\n\n#### Please star the repo to show your support for this project!\n\n![Orchestrating plugins with planner](https://learn.microsoft.com/en-us/semantic-kernel/media/kernel-infographic.png)\n\n## Getting started with Semantic Kernel for Java\n\nThe quickest way to get started with the basics is to get an API key from either OpenAI or Azure OpenAI and to run one of the Java console applications/scripts below.\n\n1. Clone the repository: `git clone https://github.com/microsoft/semantic-kernel-java.git`\n2. Follow the instructions [Start learning how to use Semantic Kernel](https://learn.microsoft.com/en-us/semantic-kernel/get-started/quick-start-guide?tabs=Java\u0026pivots=programming-language-java).\n\n## Documentation: Learning how to use Semantic Kernel\n\nThe fastest way to learn how to use Semantic Kernel is with our walkthroughs\non our Learn site.\n\n1. 📖 [Overview of the kernel](https://learn.microsoft.com/en-us/semantic-kernel/ai-orchestration/?tabs=Java\u0026pivots=programming-language-java)\n1. 🔌 [Understanding AI plugins](https://learn.microsoft.com/en-us/semantic-kernel/ai-orchestration/plugins?tabs=Java\u0026pivots=programming-language-java)\n1. 👄 [Creating semantic functions](https://learn.microsoft.com/en-us/semantic-kernel/ai-orchestration/semantic-functions?tabs=Java\u0026pivots=programming-language-java)\n1. 💽 [Creating native functions](https://learn.microsoft.com/en-us/semantic-kernel/ai-orchestration/native-functions?tabs=Java\u0026pivots=programming-language-java)\n1. ⛓️ [Chaining functions together](https://learn.microsoft.com/en-us/semantic-kernel/ai-orchestration/chaining-functions?tabs=Java\u0026pivots=programming-language-java)\n1. 🤖 [Auto create plans with planner](https://learn.microsoft.com/en-us/semantic-kernel/ai-orchestration/planner?tabs=Java\u0026pivots=programming-language-java)\n1. 💡 [Create and run a ChatGPT plugin](https://learn.microsoft.com/en-us/semantic-kernel/ai-orchestration/chatgpt-plugins?tabs=Java\u0026pivots=programming-language-java)\n\n## Join the community\n\nWe welcome your contributions and suggestions to SK community! One of the easiest\nways to participate is to engage in discussions in the GitHub repository.\nBug reports and fixes are welcome!\n\nFor new features, components, or extensions, please open an issue and discuss with\nus before sending a PR. This is to avoid rejection as we might be taking the core\nin a different direction, but also to consider the impact on the larger ecosystem.\n\nTo learn more and get started:\n\n- Read the [documentation](https://learn.microsoft.com/en-us/semantic-kernel/overview/?tabs=Java\u0026pivots=programming-language-java)\n- Learn how to [contribute](https://learn.microsoft.com/en-us/semantic-kernel/support/contributing?tabs=Java\u0026pivots=programming-language-java) to the project\n- Join the [Discord community](https://aka.ms/SKDiscord)\n- Attend [regular office hours and SK community events](COMMUNITY.md)\n- Follow the team on our [blog](https://aka.ms/sk/blog)\n\n## Contributor Wall of Fame\n\n[![semantic-kernel contributors](https://contrib.rocks/image?repo=microsoft/semantic-kernel-java)](https://github.com/microsoft/semantic-kernel-java/graphs/contributors)\n\n## Code of Conduct\n\nThis project has adopted the\n[Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).\nFor more information see the\n[Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)\nor contact [opencode@microsoft.com](mailto:opencode@microsoft.com)\nwith any additional questions or comments.\n\n## License\n\nCopyright (c) Microsoft Corporation. All rights reserved.\n\nLicensed under the [MIT](LICENSE) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2Fsemantic-kernel-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicrosoft%2Fsemantic-kernel-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2Fsemantic-kernel-java/lists"}