Commit Graph

17 Commits

Author SHA1 Message Date
Ariel Weinberger 15348506fd fix generate table 2024-12-09 17:15:53 -06:00
Ariel Weinberger 8e6491b271 feat: enhanced deployment outputs (#1051)
* add print cdk outputs

* fix typo

* define lgc js in infra

* fix typo
2024-12-09 16:58:25 -06:00
Ariel Weinberger 912a264bf9 chore: remove package lock files (we use pnpm lock instead) 2024-12-06 14:27:28 -06:00
Ariel Weinberger 3741778973 chore(previews): temporarily disable eventbridge 2024-11-27 16:25:43 -06:00
Ran Shemtov f6fab281ae feat: langgraph cloud (#918)
* feat(runtime): rename remoteActions argument to remoteEndpoints

* feat(remote-actions): integrate langgraph-cloud as a remote action for CoAgents

* feat(runtime): rename remoteActions argument to remoteEndpoints

* feat(remote-actions): integrate langgraph-cloud as a remote action for CoAgents

* feat(sdk-js): add SDK for LangGraph JS support

---------

Co-authored-by: Markus Ecker <markus.ecker@gmail.com>
Co-authored-by: Ariel Weinberger <weinberger.ariel@gmail.com>
2024-11-27 13:31:58 +01:00
Ariel Weinberger e6f80bcff0 feat(e2e): add next-openai project (#963) 2024-11-21 20:49:09 -06:00
Suhas Deshpande 738e51d299 enhance report (#957)
Co-authored-by: Ariel Weinberger <weinberger.ariel@gmail.com>
2024-11-21 09:38:51 -08:00
Suhas Deshpande ae695b4fc0 connect the flow (#943) 2024-11-20 09:13:42 -08:00
Ariel Weinberger 713c82ecb2 chore(previews): add API keys for Anthropic and Google 2024-11-20 09:42:42 -06:00
Ariel Weinberger a176debcee feat(demos): add coagents-routing to preview envs setup, remove perplexity clone (#945)
* add coagents-routing to preview envs setup, remove perplexity clone

* fix comment
2024-11-19 16:55:18 -06:00
Ariel Weinberger 162a279396 feat(e2e): run against preview envs (#938)
Run E2E tests against preview environments
2024-11-19 08:43:30 -08:00
Ariel Weinberger e378e18019 Versioned & Local Deps for E2E Preview Envs (#933)
* initial

* update deploy

* test

* fix

* fix artifact sharing

* fix workflow

* push stuff

* dynamic trigger e2e

* add permissions

* trigger

* trigger

* trigger

* test ci

* update dir

* add dockerize.sh

* with shared artifacts

* with artifact upload

* test variant

* debug

* test again

* try-at-once

* one more try

* add dockerfiles

* test

* add turbo build

* progress

* fix build

* progress

* version

* test with follow up action

* progress

* progress

* update

* update

* update

* with provenance false

* multiple deployments

* fix issuez

* update

* update

* fix

* more envs

* deploy two

* oopdate

* better yaml

* unleash

* update infra

* fix + comment

* cleanup

* update deprecated Checkout version

* remove commented code

* WITH_LOCAL_DEPS arg for python

* update

* iteration

* change to poetry

* with deploy

* update

* iteration

* with pnpm

* with Pr number

* test matrix

* update workflow

* with app installation for ui

* consolidate dockerfiles

* more changes

* with monorepo install

* fix dockerfile path

* with linking

* with deploy step

* rewire

* fix type errors

* fix

* fix typo

* lots of good stuff

* with all demos

* better stuff

* array

* remove temp matrix in deploy

* better table

* update workflow name
2024-11-18 21:49:25 -06:00
Ariel Weinberger 93269f61ae feat(ci): parallel preview env deployments
* initial

* update deploy

* test

* fix

* fix artifact sharing

* fix workflow

* push stuff

* dynamic trigger e2e

* add permissions

* trigger

* trigger

* trigger

* test ci

* update dir

* add dockerize.sh

* with shared artifacts

* with artifact upload

* test variant

* debug

* test again

* try-at-once

* one more try

* add dockerfiles

* test

* add turbo build

* progress

* fix build

* progress

* version

* test with follow up action

* progress

* progress

* update

* update

* update

* with provenance false

* multiple deployments

* fix issuez

* update

* update

* fix

* more envs

* deploy two

* oopdate

* better yaml

* unleash

* update infra

* fix + comment

* cleanup

* update deprecated Checkout version

* remove commented code
2024-11-15 18:30:16 -06:00
Ariel Weinberger 0856fc6ffe chore(previews): better infra setup for flexibility (#915)
* test better infra setup

* fix project names

* fix table generation

* fix build secrets

* test fix aws account

* deploy fix attempt

* test

* test

* with print aws config

* get caller identity

* add -stack suffix

* test

* test

* fix ci

* fix build issue

* test

* test

* test

* test with ci fix

* set default account id cdk

* test fix

* set account explicitly

* update with env

* fix ci more

* add data test ids for canvas researcher demo

* prep for tests

* improvements

* add auto warmup for apps

* add more stuff to workflow

* add concurrency group

* only deploy two demos for now
2024-11-14 15:15:03 -06:00
Ariel Weinberger 342f39814c chore(previews): use local python sdk (#909)
* update dockerfile

* update cdk
2024-11-12 20:29:55 -06:00
Ariel Weinberger 02ded536a5 chore(ci): preview environments (#903)
* update ci

* wip

* modify workflow

* wip

* update workflow

* cdk destroy

* update workflow

* update yaml file

* update yaml

* add concurrency for deployments

* rename tag
2024-11-12 18:14:34 -06:00
Ariel Weinberger ea636fccb3 Feat/preview envs demos 1 (#886)
* previews

* wip

* with preview env

* fix aws region

* redo

* fix

* remove-branch

* test

* update workflow

* update

* wip

* test

* add cdk deploy step

* test

* all stacks

* use doppler

* test api key

* fix build

* fix comment

* add paths

* test something

* install pnpm

* pnpm i

* reorder

* new comment

* generate table

* fix

* test

* test

* add generate table script

* update

* get PR name

* with pr number

* include pr number

* with log groups

* update ci

* add label

* add additional demo to preview

* disable one project

* test

* with doppler api keys

* wip

* fix

* add support for coagents-qa-text

* qa native demo

* add more outputs

* more granular
2024-11-03 15:40:24 -08:00