-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
31 changed files
with
568 additions
and
202 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,32 @@ | ||
# Changelog | ||
|
||
## v1.3.1 | ||
|
||
[compare changes](https://github.com/zAlweNy26/ts-cat/compare/v1.3.0...v1.3.1) | ||
|
||
### 🚀 Enhancements | ||
|
||
- Improve HTTP errors ([9205a66](https://github.com/zAlweNy26/ts-cat/commit/9205a66)) | ||
- Add `afterSendMessage` hook ([7d54491](https://github.com/zAlweNy26/ts-cat/commit/7d54491)) | ||
- Add batch files uploading endpoint ([e5f6074](https://github.com/zAlweNy26/ts-cat/commit/e5f6074)) | ||
- Add models interactions and update hooks ([4f73bc0](https://github.com/zAlweNy26/ts-cat/commit/4f73bc0)) | ||
|
||
### 🩹 Fixes | ||
|
||
- Update deps, docker compose and some fixes ([c61cd24](https://github.com/zAlweNy26/ts-cat/commit/c61cd24)) | ||
|
||
### 🌊 Types | ||
|
||
- Fix typechecks ([f188791](https://github.com/zAlweNy26/ts-cat/commit/f188791)) | ||
|
||
### 🏡 Chore | ||
|
||
- Export AgentManager and VectorMemory ([4d2b0bd](https://github.com/zAlweNy26/ts-cat/commit/4d2b0bd)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Dany <[email protected]> | ||
|
||
## v1.3.0 | ||
|
||
[compare changes](https://github.com/zAlweNy26/ts-cat/compare/v1.2.6...v1.3.0) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "ts-cat", | ||
"type": "module", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"private": true, | ||
"description": "TypeScript version of the Cheshire Cat AI project", | ||
"author": "zAlweNy26 & Contributors", | ||
|
@@ -50,22 +50,22 @@ | |
"@elysiajs/static": "^1.0.3", | ||
"@elysiajs/stream": "^1.0.3", | ||
"@elysiajs/swagger": "^1.0.5", | ||
"@langchain/anthropic": "^0.2.3", | ||
"@langchain/anthropic": "^0.2.6", | ||
"@langchain/azure-openai": "^0.0.11", | ||
"@langchain/cohere": "^0.1.0", | ||
"@langchain/community": "^0.2.17", | ||
"@langchain/core": "^0.2.13", | ||
"@langchain/google-genai": "^0.0.21", | ||
"@langchain/mistralai": "^0.0.25", | ||
"@langchain/openai": "^0.2.1", | ||
"@langchain/cohere": "^0.2.1", | ||
"@langchain/community": "^0.2.19", | ||
"@langchain/core": "^0.2.17", | ||
"@langchain/google-genai": "^0.0.23", | ||
"@langchain/mistralai": "^0.0.26", | ||
"@langchain/openai": "^0.2.4", | ||
"@mgcrea/pino-pretty-compact": "^1.3.0", | ||
"@qdrant/js-client-rest": "^1.9.0", | ||
"@qdrant/js-client-rest": "^1.10.0", | ||
"callsites": "^4.2.0", | ||
"cheerio": "1.0.0-rc.12", | ||
"chokidar": "^3.6.0", | ||
"consola": "^3.2.3", | ||
"console-table-printer": "^2.12.1", | ||
"croner": "8.0.2", | ||
"croner": "8.1.0", | ||
"d3-dsv": "^2.0.0", | ||
"date-fns": "^3.6.0", | ||
"defu": "^6.1.4", | ||
|
@@ -77,39 +77,40 @@ | |
"html-to-text": "^9.0.5", | ||
"is-docker": "^3.0.0", | ||
"js-tiktoken": "^1.0.12", | ||
"langchain": "^0.2.8", | ||
"langchain": "^0.2.10", | ||
"lodash": "^4.17.21", | ||
"logestic": "1.2.0", | ||
"lowdb": "^7.0.1", | ||
"mammoth": "^1.8.0", | ||
"nodemon": "^3.1.0", | ||
"ofetch": "^1.3.4", | ||
"officeparser": "^4.1.1", | ||
"pdf-parse": "^1.1.1", | ||
"pkg-types": "^1.1.3", | ||
"qs": "^6.12.2", | ||
"qs": "^6.12.3", | ||
"scule": "^1.3.0", | ||
"turbowatch": "^2.29.4", | ||
"uncrypto": "^0.1.3", | ||
"zod": "^3.23.8", | ||
"zod-to-json-schema": "^3.23.1" | ||
}, | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^2.21.2", | ||
"@antfu/eslint-config": "^2.23.0", | ||
"@total-typescript/ts-reset": "^0.5.1", | ||
"@types/bun": "^1.1.6", | ||
"@types/lodash": "^4.17.6", | ||
"@types/lodash": "^4.17.7", | ||
"@types/nodemon": "^1.19.6", | ||
"@types/qs": "^6.9.15", | ||
"@types/ws": "^8.5.10", | ||
"@vitest/ui": "^1.6.0", | ||
"@types/ws": "^8.5.11", | ||
"@vitest/ui": "^2.0.3", | ||
"changelogen": "^0.5.5", | ||
"eslint": "^8.57.0", | ||
"magicast": "^0.3.4", | ||
"nodemon": "^3.1.0", | ||
"typescript": "^5.4.5", | ||
"vite-tsconfig-paths": "^4.3.2", | ||
"vitest": "^1.6.0" | ||
"vitest": "^2.0.3" | ||
}, | ||
"patchedDependencies": { | ||
"[email protected].8": "patches/[email protected].8.patch" | ||
"[email protected].10": "patches/[email protected].10.patch" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.