Skip to content

Commit 731c7df

Browse files
chore(release): 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2025-04-12) ### Bug Fixes * Add error handling for null output and improve agent handoff workflow ([47c8d8e](47c8d8e))
1 parent 47c8d8e commit 731c7df

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+
## [1.0.1](https://github.com/riligar/agents-sdk/compare/v1.0.0...v1.0.1) (2025-04-12)
2+
3+
4+
### Bug Fixes
5+
6+
* Add error handling for null output and improve agent handoff workflow ([47c8d8e](https://github.com/riligar/agents-sdk/commit/47c8d8e56344a442532f106ce3bf584727f7add3))
7+
18
# 1.0.0 (2025-04-12)
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": "1.0.0",
3+
"version": "1.0.1",
44
"description": "The RiLiGar Agents SDK is a robust JavaScript library designed to streamline the development of AI-powered applications through seamless integration with various Large Language Model (LLM) providers such as OpenAI, Google, and Anthropic, as well as Meta's Llama and ModelContext.",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)