Files
agent-framework/python/packages/lab/cookiecutter-agent-framework-lab/{{cookiecutter.package_name}}
T
Eduard van Valkenburg 9355329dfd Python: [BREAKING] updated structure and samples (#875)
* updated structure and samples

* updated names and removed cross tests

* updated projects etc

* updated tests

* updated test

* test fixes

* removed devui for now

* updated all-tests task

* removed old style configs

* remove coverage from tests

* updated to unit tests with all-tests

* updated foundry everywhere

* fix azure ai tests

* fix merge tests

* fix mypy
9355329dfd ยท 2025-09-25 07:02:53 +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.