Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ uv.lock
*.swo
*~
.DS_Store
coverage-*.xml

# Testing
.pytest_cache/
Expand Down
114 changes: 57 additions & 57 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,171 +108,171 @@
### Bug Fixes

- Tighten evaluation error handling and preserve control data
([`52a1ef8`](https://github.com/rungalileo/agent-control/commit/52a1ef8127aca382e373ee6b6433a2d527e6e5e2))
([`52a1ef8`](https://github.com/agentcontrol/agent-control/commit/52a1ef8127aca382e373ee6b6433a2d527e6e5e2))

- **examples**: Update crew ai example to use evaluator
([#93](https://github.com/rungalileo/agent-control/pull/93),
[`1c65084`](https://github.com/rungalileo/agent-control/commit/1c6508434860ed5bb56c622a721197c5a8f7ad4e))
([#93](https://github.com/agentcontrol/agent-control/pull/93),
[`1c65084`](https://github.com/agentcontrol/agent-control/commit/1c6508434860ed5bb56c622a721197c5a8f7ad4e))

- **sdk**: Fix logging ([#77](https://github.com/rungalileo/agent-control/pull/77),
[`b1f078c`](https://github.com/rungalileo/agent-control/commit/b1f078c52c29ac048a9bcbea09252786e842acbd))
- **sdk**: Fix logging ([#77](https://github.com/agentcontrol/agent-control/pull/77),
[`b1f078c`](https://github.com/agentcontrol/agent-control/commit/b1f078c52c29ac048a9bcbea09252786e842acbd))

- **sdk**: Plugin to evaluator.. agent_protect to agent_control
([#88](https://github.com/rungalileo/agent-control/pull/88),
[`fc9b088`](https://github.com/rungalileo/agent-control/commit/fc9b088fcd091132a1e38deae372b73fc2834beb))
([#88](https://github.com/agentcontrol/agent-control/pull/88),
[`fc9b088`](https://github.com/agentcontrol/agent-control/commit/fc9b088fcd091132a1e38deae372b73fc2834beb))

- **ui**: Fix UI and clients for simplified step schema
([#75](https://github.com/rungalileo/agent-control/pull/75),
[`be2aaf0`](https://github.com/rungalileo/agent-control/commit/be2aaf0ae43a9051cb60ce3597f089307f731d0a))
([#75](https://github.com/agentcontrol/agent-control/pull/75),
[`be2aaf0`](https://github.com/agentcontrol/agent-control/commit/be2aaf0ae43a9051cb60ce3597f089307f731d0a))

### Documentation

- **examples**: Add crew ai example ([#84](https://github.com/rungalileo/agent-control/pull/84),
[`1077c3b`](https://github.com/rungalileo/agent-control/commit/1077c3b9281ece7885383dccf58dbf0e4e70080e))
- **examples**: Add crew ai example ([#84](https://github.com/agentcontrol/agent-control/pull/84),
[`1077c3b`](https://github.com/agentcontrol/agent-control/commit/1077c3b9281ece7885383dccf58dbf0e4e70080e))

### Features

- **docs**: Add GitHub badges and CI coverage reporting
([#90](https://github.com/rungalileo/agent-control/pull/90),
[`be1fa14`](https://github.com/rungalileo/agent-control/commit/be1fa140e4208993886f0afaef29b4a45fd27253))
([#90](https://github.com/agentcontrol/agent-control/pull/90),
[`be1fa14`](https://github.com/agentcontrol/agent-control/commit/be1fa140e4208993886f0afaef29b4a45fd27253))

- **ui**: Stats dashboard ([#80](https://github.com/rungalileo/agent-control/pull/80),
[`4cbb7fe`](https://github.com/rungalileo/agent-control/commit/4cbb7fee43ed14145815c9fd807b150f19200654))
- **ui**: Stats dashboard ([#80](https://github.com/agentcontrol/agent-control/pull/80),
[`4cbb7fe`](https://github.com/agentcontrol/agent-control/commit/4cbb7fee43ed14145815c9fd807b150f19200654))

### Refactoring

- **evaluators**: Rename plugin to evaluator throughout
([#81](https://github.com/rungalileo/agent-control/pull/81),
[`0134682`](https://github.com/rungalileo/agent-control/commit/0134682c1d0f167528d7267507dbcf3a1e7b3192))
([#81](https://github.com/agentcontrol/agent-control/pull/81),
[`0134682`](https://github.com/agentcontrol/agent-control/commit/0134682c1d0f167528d7267507dbcf3a1e7b3192))

### Testing

- **server**: Add behavioral coverage for controls, agents - follow up
([#95](https://github.com/rungalileo/agent-control/pull/95),
[`dfa9c3f`](https://github.com/rungalileo/agent-control/commit/dfa9c3f2b110c96041893e392b3a11ab02cafcdb))
([#95](https://github.com/agentcontrol/agent-control/pull/95),
[`dfa9c3f`](https://github.com/agentcontrol/agent-control/commit/dfa9c3f2b110c96041893e392b3a11ab02cafcdb))

- **server**: Add behavioral coverage for controls, agents, observability
([#91](https://github.com/rungalileo/agent-control/pull/91),
[`d5c2301`](https://github.com/rungalileo/agent-control/commit/d5c2301a8707ad9b4c84400f64695c53505d479a))
([#91](https://github.com/agentcontrol/agent-control/pull/91),
[`d5c2301`](https://github.com/agentcontrol/agent-control/commit/d5c2301a8707ad9b4c84400f64695c53505d479a))


## v2.1.0 (2026-01-27)

### Features

- **server**: Add evaluator config store
([#78](https://github.com/rungalileo/agent-control/pull/78),
[`cc14aa6`](https://github.com/rungalileo/agent-control/commit/cc14aa68391fd7fd4a187364a0a9a9fe712129fe))
([#78](https://github.com/agentcontrol/agent-control/pull/78),
[`cc14aa6`](https://github.com/agentcontrol/agent-control/commit/cc14aa68391fd7fd4a187364a0a9a9fe712129fe))


## v2.0.1 (2026-01-26)

### Bug Fixes

- **docs**: Clean up Protect ([#76](https://github.com/rungalileo/agent-control/pull/76),
[`99c16fd`](https://github.com/rungalileo/agent-control/commit/99c16fd8ed6620363f919818ebe4083f1489ba1c))
- **docs**: Clean up Protect ([#76](https://github.com/agentcontrol/agent-control/pull/76),
[`99c16fd`](https://github.com/agentcontrol/agent-control/commit/99c16fd8ed6620363f919818ebe4083f1489ba1c))


## v2.0.0 (2026-01-24)

### Features

- **server**: Add observability system for control execution tracking
([#44](https://github.com/rungalileo/agent-control/pull/44),
[`fd0bddc`](https://github.com/rungalileo/agent-control/commit/fd0bddce3a9aa53472edb13e1c8fee6305571e98))
([#44](https://github.com/agentcontrol/agent-control/pull/44),
[`fd0bddc`](https://github.com/agentcontrol/agent-control/commit/fd0bddce3a9aa53472edb13e1c8fee6305571e98))

### Refactoring

- **models**: Simplify step model and schema
([#70](https://github.com/rungalileo/agent-control/pull/70),
[`4c1d637`](https://github.com/rungalileo/agent-control/commit/4c1d6378a4a05edc44f02fa78c1698b9203da81b))
([#70](https://github.com/agentcontrol/agent-control/pull/70),
[`4c1d637`](https://github.com/agentcontrol/agent-control/commit/4c1d6378a4a05edc44f02fa78c1698b9203da81b))


## v1.1.4 (2026-01-23)

### Chores

- **infra**: Rename project from agent-control to agent-control-sdk
([#74](https://github.com/rungalileo/agent-control/pull/74),
[`7a16463`](https://github.com/rungalileo/agent-control/commit/7a1646341d4b4fc4edc1ab67a202c14ffb485934))
([#74](https://github.com/agentcontrol/agent-control/pull/74),
[`7a16463`](https://github.com/agentcontrol/agent-control/commit/7a1646341d4b4fc4edc1ab67a202c14ffb485934))


## v1.1.3 (2026-01-23)

### Chores

- **infra**: Rename sdk to agent-control
([#73](https://github.com/rungalileo/agent-control/pull/73),
[`2a4c88a`](https://github.com/rungalileo/agent-control/commit/2a4c88a1d0c69bb71c7b61df7e636b7a8ef0a002))
([#73](https://github.com/agentcontrol/agent-control/pull/73),
[`2a4c88a`](https://github.com/agentcontrol/agent-control/commit/2a4c88a1d0c69bb71c7b61df7e636b7a8ef0a002))


## v1.1.2 (2026-01-23)

### Chores

- **infra**: Use pypi token for publish ([#72](https://github.com/rungalileo/agent-control/pull/72),
[`3f3ef15`](https://github.com/rungalileo/agent-control/commit/3f3ef154fd22012d38932e3a461b08ce417c4e84))
- **infra**: Use pypi token for publish ([#72](https://github.com/agentcontrol/agent-control/pull/72),
[`3f3ef15`](https://github.com/agentcontrol/agent-control/commit/3f3ef154fd22012d38932e3a461b08ce417c4e84))


## v1.1.1 (2026-01-23)

### Chores

- **infra**: Publish models and sdk on release
([#71](https://github.com/rungalileo/agent-control/pull/71),
[`7fcf53a`](https://github.com/rungalileo/agent-control/commit/7fcf53a4392752e21f9eba77498bcc9ec2593bce))
([#71](https://github.com/agentcontrol/agent-control/pull/71),
[`7fcf53a`](https://github.com/agentcontrol/agent-control/commit/7fcf53a4392752e21f9eba77498bcc9ec2593bce))


## v1.1.0 (2026-01-23)

### Bug Fixes

- **ci**: Add ui scope to PR title validation
([#59](https://github.com/rungalileo/agent-control/pull/59),
[`e0fdb52`](https://github.com/rungalileo/agent-control/commit/e0fdb528c201e15bab06668683ee02ef1dde70e8))
([#59](https://github.com/agentcontrol/agent-control/pull/59),
[`e0fdb52`](https://github.com/agentcontrol/agent-control/commit/e0fdb528c201e15bab06668683ee02ef1dde70e8))

- **docs**: Fix Examples for LangGraph ([#64](https://github.com/rungalileo/agent-control/pull/64),
[`23b30ae`](https://github.com/rungalileo/agent-control/commit/23b30ae1ddc5b878d8375b4f39a6617e7a0ae604))
- **docs**: Fix Examples for LangGraph ([#64](https://github.com/agentcontrol/agent-control/pull/64),
[`23b30ae`](https://github.com/agentcontrol/agent-control/commit/23b30ae1ddc5b878d8375b4f39a6617e7a0ae604))

- **docs**: Improve documentation for open source release
([#47](https://github.com/rungalileo/agent-control/pull/47),
[`9018fb3`](https://github.com/rungalileo/agent-control/commit/9018fb3c79e385732957bafcf75dcec4f83b958d))
([#47](https://github.com/agentcontrol/agent-control/pull/47),
[`9018fb3`](https://github.com/agentcontrol/agent-control/commit/9018fb3c79e385732957bafcf75dcec4f83b958d))

- **docs**: Remove old/unused examples ([#66](https://github.com/rungalileo/agent-control/pull/66),
[`f417781`](https://github.com/rungalileo/agent-control/commit/f4177810579037a6c3f14cc4db59222166ec5209))
- **docs**: Remove old/unused examples ([#66](https://github.com/agentcontrol/agent-control/pull/66),
[`f417781`](https://github.com/agentcontrol/agent-control/commit/f4177810579037a6c3f14cc4db59222166ec5209))

- **examples**: Control sets cleanup with signed
([#65](https://github.com/rungalileo/agent-control/pull/65),
[`af7b5fb`](https://github.com/rungalileo/agent-control/commit/af7b5fb44fe800a98c617ee70ae258576e146115))
([#65](https://github.com/agentcontrol/agent-control/pull/65),
[`af7b5fb`](https://github.com/agentcontrol/agent-control/commit/af7b5fb44fe800a98c617ee70ae258576e146115))

### Chores

- **ui**: Update and add readme & agents md
([#60](https://github.com/rungalileo/agent-control/pull/60),
[`53d46ec`](https://github.com/rungalileo/agent-control/commit/53d46ec509d47a0e8da8abc4a060396bf4addffc))
([#60](https://github.com/agentcontrol/agent-control/pull/60),
[`53d46ec`](https://github.com/agentcontrol/agent-control/commit/53d46ec509d47a0e8da8abc4a060396bf4addffc))

### Features

- **server**: Add prometheus metrics for endpoints
([#68](https://github.com/rungalileo/agent-control/pull/68),
[`775612c`](https://github.com/rungalileo/agent-control/commit/775612c2ebe4895760c326bb8e23ee29a5101247))
([#68](https://github.com/agentcontrol/agent-control/pull/68),
[`775612c`](https://github.com/agentcontrol/agent-control/commit/775612c2ebe4895760c326bb8e23ee29a5101247))

- **ui**: Add sql, luna2, json control forms and restructure the code
([#54](https://github.com/rungalileo/agent-control/pull/54),
[`c4c1d4a`](https://github.com/rungalileo/agent-control/commit/c4c1d4ab53bce9bb9ee77657d4b9dd3152e587cd))
([#54](https://github.com/agentcontrol/agent-control/pull/54),
[`c4c1d4a`](https://github.com/agentcontrol/agent-control/commit/c4c1d4ab53bce9bb9ee77657d4b9dd3152e587cd))

- **ui**: Tests added and some minor ui changes, added error boundaries
([#61](https://github.com/rungalileo/agent-control/pull/61),
[`009852b`](https://github.com/rungalileo/agent-control/commit/009852bb678d570d21de82fb1af89eececd2fdc8))
([#61](https://github.com/agentcontrol/agent-control/pull/61),
[`009852b`](https://github.com/agentcontrol/agent-control/commit/009852bb678d570d21de82fb1af89eececd2fdc8))


## v1.0.1 (2026-01-17)

### Bug Fixes

- **infra**: Add plugins directory to Dockerfile
([#58](https://github.com/rungalileo/agent-control/pull/58),
[`171d459`](https://github.com/rungalileo/agent-control/commit/171d459377aa294087f0af1561345a5e010120cb))
([#58](https://github.com/agentcontrol/agent-control/pull/58),
[`171d459`](https://github.com/agentcontrol/agent-control/commit/171d459377aa294087f0af1561345a5e010120cb))


## v1.0.0 (2026-01-17)
Expand Down
Loading
Loading