microsoft / microsoft/agent-framework
Python: [Bug]: Inconsistent folder naming in Python samples (hyphens vs underscores)
- Dominant language
- Python
- Stars
- 13.6k
- Forks
- 2.3k
- Avg merge
- 2d 45m
- Merged PRs (30d)
- 358
Description
### Description
Some folders within the Python samples use hyphens ("-") while others use underscores ("_"). To improve clarity and maintain best practices, folder names should use a single naming convention consistently—preferably underscores, following standard Python guidelines.
### Code Sample
```markdown
```
### Error Messages / Stack Traces
```markdown
```
### Package Versions
agent-framework
### Python Version
_No response_
### Additional Context
Suggest updating all Python sample folder names to use underscores ("_") for consistency and Python import compatibility. If agreed, update documentation and example import statements accordingly.
Contributor guide
Assessment
This issue has not been assessed yet.