mirror of
https://github.com/github/awesome-copilot.git
synced 2026-03-16 14:15:11 +00:00
15
skills/semantic-kernel/references/python.md
Normal file
15
skills/semantic-kernel/references/python.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Semantic Kernel for Python
|
||||
|
||||
Use this reference when the target project is written in Python.
|
||||
|
||||
## Authoritative sources
|
||||
|
||||
- Repository: <https://github.com/microsoft/semantic-kernel/tree/main/python>
|
||||
- Samples: <https://github.com/microsoft/semantic-kernel/tree/main/python/samples>
|
||||
|
||||
## Python-specific guidance
|
||||
|
||||
- Use modern async patterns throughout kernel operations.
|
||||
- Add type hints and keep APIs explicit even in dynamic code.
|
||||
- Follow standard Python packaging and environment practices for dependencies and tooling.
|
||||
- Check the latest Python samples before introducing new APIs, plugins, or orchestration patterns.
|
||||
Reference in New Issue
Block a user