mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
a5f948c215
* Add additional build, test and project structure skills * Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
612 B
612 B
name, description
| name | description |
|---|---|
| project-structure | Explains the project structure of the agent-framework .NET solution |
Agent Framework .NET Project Structure
Folders
| Folder | Contents |
|---|---|
src/ |
Source code projects |
tests/ |
Test projects — named <Source-Code-Project>.UnitTests or <Source-Code-Project>.IntegrationTests |
samples/ |
Sample projects |
src/Shared, src/LegacySupport |
Shared code files included by multiple source code projects (see README.md files in these folders or their subdirectories for instructions on how to include them in a project) |