File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33<!-- version list -->
44
5+ ## v7.3.0 (2026-03-30)
6+
7+ ### Bug Fixes
8+
9+ - ** docs** : Add explicit shutdown to quickstart example
10+ ([ #149 ] ( https://github.com/agentcontrol/agent-control/pull/149 ) ,
11+ [ ` b76014f ` ] ( https://github.com/agentcontrol/agent-control/commit/b76014f1132218448b93169b3c6350f62bac49ac ) )
12+
13+ - ** sdk** : Use sync shutdown flush fallback
14+ ([ #150 ] ( https://github.com/agentcontrol/agent-control/pull/150 ) ,
15+ [ ` 90265ba ` ] ( https://github.com/agentcontrol/agent-control/commit/90265ba79132d8a8669f92948cf73568eb38fd5a ) )
16+
17+ - ** server** : Remove unused evaluator config store
18+ ([ #152 ] ( https://github.com/agentcontrol/agent-control/pull/152 ) ,
19+ [ ` dea2873 ` ] ( https://github.com/agentcontrol/agent-control/commit/dea2873241004c9398909609d4b665808270290e ) )
20+
21+ ### Features
22+
23+ - ** evaluators** : Add starts_with/ends_with mode to list evaluator
24+ ([ #154 ] ( https://github.com/agentcontrol/agent-control/pull/154 ) ,
25+ [ ` bf1f7d7 ` ] ( https://github.com/agentcontrol/agent-control/commit/bf1f7d7cf271a231a165699d44f726467b49bd50 ) )
26+
27+ - ** sdk** : [ Enterprise Integration] : Add provider agnostic traceing
28+ ([ #145 ] ( https://github.com/agentcontrol/agent-control/pull/145 ) ,
29+ [ ` f1ca27c ` ] ( https://github.com/agentcontrol/agent-control/commit/f1ca27ccac5f6666f997c876598ef1bcbbae0b6d ) )
30+
31+
532## v7.2.0 (2026-03-26)
633
734### Bug Fixes
Original file line number Diff line number Diff line change 11[project ]
22name = " agent-control-engine"
3- version = " 7.2 .0"
3+ version = " 7.3 .0"
44description = " Control execution engine for Agent Control"
55requires-python = " >=3.12"
66dependencies = [
Original file line number Diff line number Diff line change 11[project ]
22name = " agent-control-evaluators"
3- version = " 7.2 .0"
3+ version = " 7.3 .0"
44description = " Builtin evaluators for agent-control"
55readme = " README.md"
66requires-python = " >=3.12"
Original file line number Diff line number Diff line change 11[project ]
22name = " agent-control-evaluator-galileo"
3- version = " 7.2 .0"
3+ version = " 7.3 .0"
44description = " Galileo Luna2 evaluator for agent-control"
55readme = " README.md"
66requires-python = " >=3.12"
Original file line number Diff line number Diff line change 11[project ]
22name = " agent-control-models"
3- version = " 7.2 .0"
3+ version = " 7.3 .0"
44description = " Shared data models for Agent Control server and SDK"
55requires-python = " >=3.12"
66dependencies = [
Original file line number Diff line number Diff line change 99
1010[project ]
1111name = " agent-control"
12- version = " 7.2 .0"
12+ version = " 7.3 .0"
1313description = " Agent Control - protect your AI agents with controls"
1414requires-python = " >=3.12"
1515
Original file line number Diff line number Diff line change 11[project ]
22name = " agent-control-sdk"
3- version = " 7.2 .0"
3+ version = " 7.3 .0"
44description = " Python SDK for Agent Control - protect your AI agents with controls"
55requires-python = " >=3.12"
66# Note: agent-control-models and agent-control-engine are bundled at build time
Original file line number Diff line number Diff line change 11[project ]
22name = " agent-control-server"
3- version = " 7.2 .0"
3+ version = " 7.3 .0"
44description = " Server for Agent Control - manage and evaluate controls for AI agents"
55requires-python = " >=3.12"
66# Note: agent-control-models and agent-control-engine are bundled at build time
You can’t perform that action at this time.
0 commit comments