Skip to content

Commit 28c2166

Browse files
chore(release): 2.1.0 [skip ci]
# [2.1.0](v2.0.0...v2.1.0) (2025-09-06) ### Features * add HTTP endpoint support to expose agents as REST APIs ([573fc9a](573fc9a))
1 parent 573fc9a commit 28c2166

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.1.0](https://github.com/riligar/agents-sdk/compare/v2.0.0...v2.1.0) (2025-09-06)
2+
3+
4+
### Features
5+
6+
* add HTTP endpoint support to expose agents as REST APIs ([573fc9a](https://github.com/riligar/agents-sdk/commit/573fc9a38249919fc74364d4110dc4f6cea09146))
7+
18
# [2.0.0](https://github.com/riligar/agents-sdk/compare/v1.2.0...v2.0.0) (2025-09-05)
29

310

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": "2.1.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)