Skip to content

Commit ed98e4d

Browse files
chore(release): 1.2.0 [skip ci]
# [1.2.0](v1.1.1...v1.2.0) (2025-09-05) ### Bug Fixes * update MCP server URLs to include /sse endpoint path ([1fd6a7d](1fd6a7d)) ### Features * add direct SSE transport selection for URLs ending in /sse ([3fc6285](3fc6285)) * add guardrails system for input/output validation in Agent class ([02c6fdd](02c6fdd)) * add logger example and refactor agent output class ([d59adcf](d59adcf)) * add MCP integration example with local and remote tools ([c65f20d](c65f20d)) * enable direct conversational responses in addition to tool execution ([9abd427](9abd427)) * implement basic agent example with OpenRouter integration and tool definitions ([f2b72b2](f2b72b2)) * replace OpenAI provider with OpenRouter as unified provider for multi-model access ([b0523f5](b0523f5))
1 parent 0a06cb0 commit ed98e4d

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [1.2.0](https://github.com/riligar/agents-sdk/compare/v1.1.1...v1.2.0) (2025-09-05)
2+
3+
4+
### Bug Fixes
5+
6+
* update MCP server URLs to include /sse endpoint path ([1fd6a7d](https://github.com/riligar/agents-sdk/commit/1fd6a7dbf6bf7ea97e78bb7ea9fa63936d1dc3ef))
7+
8+
9+
### Features
10+
11+
* add direct SSE transport selection for URLs ending in /sse ([3fc6285](https://github.com/riligar/agents-sdk/commit/3fc6285463f929771be010b22f19371608b99db8))
12+
* add guardrails system for input/output validation in Agent class ([02c6fdd](https://github.com/riligar/agents-sdk/commit/02c6fdd39e740bc84b09758b650d33c80cb324ee))
13+
* add logger example and refactor agent output class ([d59adcf](https://github.com/riligar/agents-sdk/commit/d59adcfa522c53b657bed05c38239616fc1670b3))
14+
* add MCP integration example with local and remote tools ([c65f20d](https://github.com/riligar/agents-sdk/commit/c65f20d2a716149245a55feb0424594b80efe658))
15+
* enable direct conversational responses in addition to tool execution ([9abd427](https://github.com/riligar/agents-sdk/commit/9abd42746eb25f5b9a2cb4fe762097292a49af05))
16+
* implement basic agent example with OpenRouter integration and tool definitions ([f2b72b2](https://github.com/riligar/agents-sdk/commit/f2b72b2d1c0cc46b216d850f5e4d4058180832cb))
17+
* replace OpenAI provider with OpenRouter as unified provider for multi-model access ([b0523f5](https://github.com/riligar/agents-sdk/commit/b0523f52d7571872d224b0a475f393f16dc84091))
18+
119
## [1.1.1](https://github.com/riligar/agents-sdk/compare/v1.1.0...v1.1.1) (2025-04-21)
220

321

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@riligar/agents-sdk",
3-
"version": "2.0.0",
3+
"version": "1.2.0",
44
"description": "RiLiGar Agents SDK - JavaScript framework for building intelligent AI agents with LLM support via OpenRouter, custom tools, and MCP integration.",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)