Files
awesome-copilot/skills/semantic-kernel/references/python.md
Aaron Powell 9272be1a8d Duplicate review (#1001)
* Removing a codex-specific agent (model deprecated) and removing model from blueprint mode

* Combining skills into a single skill with an internal decision tree

* Converting agents to skill with decision tree

Closes #998

* Converting agents to skill with decision tree"
Fixes #999
2026-03-16 10:27:54 +11:00

16 lines
623 B
Markdown

# 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.