Fix typo 'lighting' --> 'lightning'; update labler (#823)

This commit is contained in:
Eric Zhu
2025-09-19 02:17:12 +00:00
committed by GitHub
parent 99860a5d07
commit 367a3275d1
14 changed files with 30 additions and 24 deletions
+56
View File
@@ -0,0 +1,56 @@
# Agent Framework Lab - Agent Framework x Agent Lightning
RL Module for Microsoft Agent Framework
## Installation
```bash
pip install agent-framework-lab-lightning
```
## Usage
```python
from agent_framework.lab.lightning import YourClass
# Your usage example here
instance = YourClass()
```
## Overview
Brief description of what this lab package provides and its main features.
## Features
- Feature 1: Description
- Feature 2: Description
- Feature 3: Description
## Examples
### Basic Usage
```python
from agent_framework.lab.lightning import YourClass
# Example usage
```
### Advanced Usage
```python
# More advanced examples
```
## API Reference
Document your main classes and functions here.
## Contributing
This package is part of the Microsoft Agent Framework Lab. Please see the main repository for contribution guidelines.
## License
This project is licensed under the MIT License - see the LICENSE file for details.