microsoft / microsoft/agent-framework

Python: [Bug]: Inconsistent folder naming in Python samples (hyphens vs underscores)

Open
#5,373 0 comments 0 reactions 1 assignee Claimed by @TaoChenOSU View on GitHub
python
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.