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
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Publish to npm
run: |
for pkg in commons commons-testing sql-decorators openai-utils tavily-utils agentic-workflows; do
for pkg in commons commons-testing sql-decorators openai-utils tavily-utils agentic-workflows docling-utils; do
npm publish "dist/packages/$pkg" --access public || true
done
env:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Reusable TypeScript infrastructure libraries by [Zeroshot Builders](https://www.
| `@zeroshotbuilders/openai-utils` | OpenAI client factory and service |
| `@zeroshotbuilders/tavily-utils` | Tavily search client and tool definitions |
| `@zeroshotbuilders/agentic-workflows` | AI agent orchestration — @Agent decorator, session management |
| `@zeroshotbuilders/docling-utils` | Docling document conversion client and service |

## Prerequisites

Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4338,8 +4338,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@zeroshotbuilders/agent-experiments@workspace:packages/agent-experiments"
dependencies:
"@zeroshotbuilders/commons-testing": "npm:^0.0.3"
"@zeroshotbuilders/docling-utils": "npm:^0.0.3"
"@zeroshotbuilders/commons-testing": "npm:^0.0.4"
"@zeroshotbuilders/docling-utils": "npm:^0.0.4"
pdfkit: "npm:^0.16.0"
peerDependencies:
"@nestjs/common": ">=10.0.0"
Expand All @@ -4362,7 +4362,7 @@ __metadata:
languageName: unknown
linkType: soft

"@zeroshotbuilders/commons-testing@npm:^0.0.3, @zeroshotbuilders/commons-testing@workspace:packages/commons-testing":
"@zeroshotbuilders/commons-testing@npm:^0.0.4, @zeroshotbuilders/commons-testing@workspace:packages/commons-testing":
version: 0.0.0-use.local
resolution: "@zeroshotbuilders/commons-testing@workspace:packages/commons-testing"
dependencies:
Expand Down Expand Up @@ -4399,7 +4399,7 @@ __metadata:
languageName: unknown
linkType: soft

"@zeroshotbuilders/docling-utils@npm:^0.0.3, @zeroshotbuilders/docling-utils@workspace:packages/docling-utils":
"@zeroshotbuilders/docling-utils@npm:^0.0.4, @zeroshotbuilders/docling-utils@workspace:packages/docling-utils":
version: 0.0.0-use.local
resolution: "@zeroshotbuilders/docling-utils@workspace:packages/docling-utils"
peerDependencies:
Expand Down
Loading