Skip to content
Open
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
38 changes: 0 additions & 38 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -229,43 +229,6 @@ jobs:
run: npm run dev &
working-directory: examples/image-gen-with-workflow

agents-researcher-local-build:
needs:
- local-tests
runs-on: ubuntu-latest
name: Cross Reference Agent Local Build
steps:
- name: Setup repo
uses: actions/checkout@v4

- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest

- name: Install Dependencies
run: bun install

- name: Build
run: bun run build

- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20

- name: Install Dependencies
run: npm install
working-directory: examples/agents-researcher

- name: Install local package
run: npm install @upstash/workflow@file:../../dist
working-directory: examples/agents-researcher

- name: Run example
run: npm run dev &
working-directory: examples/agents-researcher

nestjs-local-build:
needs:
- local-tests
Expand Down Expand Up @@ -614,7 +577,6 @@ jobs:
- express-local-build
- hono-local-build
- image-gen-with-workflow-local-build
- agents-researcher-local-build
- nextjs-local-build
- nextjs12-node18-local-build
- nextjs-pages-local-build
Expand Down
2,429 changes: 2,429 additions & 0 deletions bun.lock

Large diffs are not rendered by default.

Binary file removed bun.lockb
Binary file not shown.
8 changes: 0 additions & 8 deletions examples/agents-instagram-post-generator/.env.example

This file was deleted.

41 changes: 0 additions & 41 deletions examples/agents-instagram-post-generator/.gitignore

This file was deleted.

13 changes: 0 additions & 13 deletions examples/agents-instagram-post-generator/.prettierrc

This file was deleted.

36 changes: 0 additions & 36 deletions examples/agents-instagram-post-generator/README.md

This file was deleted.

This file was deleted.

Binary file not shown.
187 changes: 0 additions & 187 deletions examples/agents-instagram-post-generator/app/generate/route.ts

This file was deleted.

Loading
Loading