diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96f91e8d..476413d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,9 +92,8 @@ jobs: strategy: matrix: project: - # - JavaScript/chatbot-nextjs + - JavaScript/jest-replays - JavaScript/langchain - # - JavaScript/novel-ai-text-editor - JavaScript/openai-automated - JavaScript/openai-manual diff --git a/README.md b/README.md index fe46adfc..7d0edebb 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ | Name | Description | | -------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | | [chatbot-nextjs](/JavaScript/chatbot-nextjs) | A Next.js app that uses openai and Autoblocks to power and monitor a chatbot | +| [jest-replays](/JavaScript/jest-replays) | Run Autoblocks replays from within a jest test suite | | [langchain](/JavaScript/langchain) | Automatic tracing of a LangChain pipeline | | [novel-ai-text-editor](/JavaScript/novel-ai-text-editor) | A Next.js app that uses [Novel](https://github.com/steven-tey/novel) and Autoblocks to power an AI-enabled text editor | | [openai-automated](/JavaScript/openai-automated) | Automatic tracing of openai calls |