mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
205cd700c8
* first commit to tau2-bench * tau2-bench agent * tau2 agent * add condition * checkpoint * bug fix * add tests * fix tests * add comments * add comments * minor fix * fix * batch test script * . * init.bak -> init.py * fix mypy * update readme * fix env * remove temp files * setup tests * fix gaia tasks * fix tau2 tests * fix coverage * fix default version * update cookiecutter template --------- Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
205cd700c8
ยท
2025-09-21 23:08:45 +00:00
History
Agent Framework Lab - {{ cookiecutter.package_display_name }}
{{ cookiecutter.package_description }}
Installation
pip install agent-framework-lab-{{ cookiecutter.package_name }}
Usage
from agent_framework.lab.{{ cookiecutter.package_name }} 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
from agent_framework.lab.{{ cookiecutter.package_name }} import YourClass
# Example usage
Advanced Usage
# 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 {{ cookiecutter.license }} License - see the LICENSE file for details.