Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
a1b3848
Revamping assertion system
rodrigobr-msft Jan 15, 2026
75d2cbe
Revamped check system
rodrigobr-msft Jan 16, 2026
7bb29a1
Adding more test cases
rodrigobr-msft Jan 16, 2026
68086cd
Draft implementation of overhauled Checking engine with supporting un…
rodrigobr-msft Jan 16, 2026
e724353
Added doc
rodrigobr-msft Jan 16, 2026
b040e3f
Adding back old work
rodrigobr-msft Jan 21, 2026
da0fc77
Redoing testing decorator flow
rodrigobr-msft Jan 22, 2026
d3785f8
Removing unused files
rodrigobr-msft Jan 22, 2026
c4e4ad7
Updating utils modules
rodrigobr-msft Jan 22, 2026
aa19061
Reworked response collection
rodrigobr-msft Jan 22, 2026
f1b2901
Improved separation of concerns for AgentClient and SenderClient
rodrigobr-msft Jan 22, 2026
c9504a1
Removing unused imports
rodrigobr-msft Jan 22, 2026
134869f
Data and model utils sophistication
rodrigobr-msft Jan 23, 2026
8871eeb
Moving over token generation work
rodrigobr-msft Jan 23, 2026
6c8af5e
Adding fn.py integration for Check
rodrigobr-msft Jan 23, 2026
7cb736b
Changing Check quantifier selection methods to be properties
rodrigobr-msft Jan 23, 2026
7e65065
Removed functional utils, saving for later
rodrigobr-msft Jan 23, 2026
01b39cd
Adding updated utils and check tests
rodrigobr-msft Jan 23, 2026
c6cfdac
Added copyright comments and created tests for AgentClient subcomponents
rodrigobr-msft Jan 23, 2026
d756032
Fixed bug in ModelTemplate
rodrigobr-msft Jan 23, 2026
f621053
Progress in testing AiohttpAgentScenario
rodrigobr-msft Jan 23, 2026
463467e
Bug fix for aiohttp scenario and provided more tests
rodrigobr-msft Jan 23, 2026
2edbdce
Added agent_test tests
rodrigobr-msft Jan 23, 2026
d4ee441
Adding underscore utilities
rodrigobr-msft Jan 23, 2026
2d48688
Adding more tests and documenting limitations
rodrigobr-msft Jan 23, 2026
e7233f8
Updating docs
rodrigobr-msft Jan 23, 2026
2fecf56
Update to Check API
rodrigobr-msft Jan 23, 2026
baf3d36
Moving things around
rodrigobr-msft Jan 23, 2026
3a6bfb3
Implement CLI commands
rodrigobr-msft Jan 24, 2026
9a83b2b
Cleaning up CLI imports/exports
rodrigobr-msft Jan 24, 2026
55f3798
Fixing small bugs
rodrigobr-msft Jan 24, 2026
3172bb8
More refactoring! Woo
rodrigobr-msft Jan 24, 2026
9c2aefa
Fixing imports
rodrigobr-msft Jan 24, 2026
a783623
Draft implementation of streamlined client backend with exchange reco…
rodrigobr-msft Jan 25, 2026
8cc3334
Reorganization
rodrigobr-msft Jan 26, 2026
ca9b09c
Adding utils tests
rodrigobr-msft Jan 27, 2026
556df51
Adding more tests and fixes to client root module
rodrigobr-msft Jan 27, 2026
71c5154
Adding methods to access exchange on sends
rodrigobr-msft Jan 27, 2026
829d046
Fixed issues in implementation of AgentClient.ex_send_invoke
rodrigobr-msft Jan 28, 2026
d593cc6
Adjustments to CLI
rodrigobr-msft Jan 28, 2026
9534c1e
All tests pass (i never thought I'd see the day)
rodrigobr-msft Jan 28, 2026
50bb3e6
Adding doc
rodrigobr-msft Jan 28, 2026
828121b
Updated backend components and redoing unit tests
rodrigobr-msft Jan 31, 2026
290ee00
Core tests
rodrigobr-msft Jan 31, 2026
d55d312
sketching out non-core components
rodrigobr-msft Jan 31, 2026
955fdaa
Updated to pyproject.toml
rodrigobr-msft Jan 31, 2026
3a479b5
Reorganizing configuration
rodrigobr-msft Feb 1, 2026
5e3e912
Adding docstrings
rodrigobr-msft Feb 1, 2026
29677a0
Pytest plugin integration
rodrigobr-msft Feb 1, 2026
99761bc
Adding transcript formatter variants
rodrigobr-msft Feb 1, 2026
161a5b9
Adding streaming support
rodrigobr-msft Feb 2, 2026
9be27e4
Porting old integration tests
rodrigobr-msft Feb 3, 2026
89d7a7a
Redoing test cases
rodrigobr-msft Feb 3, 2026
bd52e23
Scenario registry and cli reorg
rodrigobr-msft Feb 4, 2026
bb28b4d
Agent resolution in CLI and scenario registry
rodrigobr-msft Feb 5, 2026
f20acd5
Chat and post CLI commands
rodrigobr-msft Feb 5, 2026
375c68f
Adding scenario run
rodrigobr-msft Feb 5, 2026
8d16299
Env command
rodrigobr-msft Feb 5, 2026
db222a3
Improving docs
rodrigobr-msft Feb 6, 2026
5385d2a
More tests and documentation
rodrigobr-msft Feb 6, 2026
e765887
Addressed test cases
rodrigobr-msft Feb 6, 2026
dabb93c
Adding more documentation via markdown files
rodrigobr-msft Feb 6, 2026
667a79d
Cleaning up files
rodrigobr-msft Feb 6, 2026
27fc2eb
Merge branch 'main' of https://github.com/microsoft/Agents-for-python…
rodrigobr-msft Feb 6, 2026
5aca7cc
Tweaks to pyproject.toml and docs
rodrigobr-msft Feb 6, 2026
3f1a928
Revising MOTIVATION.md doc
rodrigobr-msft Feb 6, 2026
129c0de
Revising samples
rodrigobr-msft Feb 6, 2026
d8230fa
Change to SafeObject.__getitem__
rodrigobr-msft Feb 6, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 1 addition & 25 deletions dev/README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,3 @@
# Development Tools

DISCLAIMER: the content of this directory is experimental and not meant for production use.

Development utilities for the Microsoft Agents for Python project.

## Contents

- **[`install.sh`](install.sh)** - Installs testing framework in editable mode
- **[`benchmark/`](benchmark/)** - Performance testing and stress testing tools
- **[`microsoft-agents-testing/`](microsoft-agents-testing/)** - Testing framework package

## Quick Setup

```bash
pip install -e ./microsoft-agents-testing/ --config-settings editable_mode=compat
```

## Benchmarking

Performance testing tools with support for concurrent workers and authentication. Requires a running agent instance and Azure Bot Service credentials.

See [benchmark/README.md](benchmark/README.md) for setup and usage details.

## Testing Framework

Provides testing utilities and helpers for Microsoft Agents development. Installed in editable mode for active development.
```
107 changes: 0 additions & 107 deletions dev/benchmark/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions dev/benchmark/env.template

This file was deleted.

4 changes: 0 additions & 4 deletions dev/benchmark/requirements.txt

This file was deleted.

51 changes: 0 additions & 51 deletions dev/benchmark/src/aggregated_results.py

This file was deleted.

23 changes: 0 additions & 23 deletions dev/benchmark/src/config.py

This file was deleted.

11 changes: 0 additions & 11 deletions dev/benchmark/src/executor/__init__.py

This file was deleted.

28 changes: 0 additions & 28 deletions dev/benchmark/src/executor/coroutine_executor.py

This file was deleted.

28 changes: 0 additions & 28 deletions dev/benchmark/src/executor/execution_result.py

This file was deleted.

49 changes: 0 additions & 49 deletions dev/benchmark/src/executor/executor.py

This file was deleted.

37 changes: 0 additions & 37 deletions dev/benchmark/src/executor/thread_executor.py

This file was deleted.

Loading