-
Notifications
You must be signed in to change notification settings - Fork 863
Python: Enhance README with detailed YAML schema documentation #2574
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Updated README.md to enhance documentation for the Microsoft Agent Framework Declarative YAML Schema, including installation instructions, detailed sections on agent structure, model options, tools, and examples.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR significantly enhances the README documentation for the Python declarative YAML schema package by transforming it from a minimal placeholder into a comprehensive reference guide. The update provides detailed documentation of all YAML schema components, complete code examples, and usage patterns for the Microsoft Agent Framework's declarative features.
Key Changes:
- Added comprehensive YAML schema documentation with detailed sections on agent structure, model configuration, connection types, tools, and input/output schemas
- Included 7 complete working examples demonstrating various agent configurations
- Added Python usage examples showing how to create agents from YAML files
- Documented PowerFx expression support for dynamic configuration
- Added validation, error handling, and troubleshooting sections
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
|
@copilot Can you evaluate the changes and update if is solved? |
Updated README.md to enhance documentation for the Microsoft Agent Framework Declarative YAML Schema, including installation instructions, detailed sections on agent structure, model options, tools, and examples.
Motivation and Context
Description
Contribution Checklist