From a4639dde16e02c07ceb153857a74582a4113c068 Mon Sep 17 00:00:00 2001 From: Henry Heng Date: Tue, 17 Sep 2024 16:38:47 +0100 Subject: [PATCH] Bugfix/CodeInterpreter E2B Credential (#3206) * Base changes for ServerSide Events (instead of socket.io) * lint fixes * adding of interface and separate methods for streaming events * lint * first draft, handles both internal and external prediction end points. * lint fixes * additional internal end point for streaming and associated changes * return streamresponse as true to build agent flow * 1) JSON formatting for internal events 2) other fixes * 1) convert internal event to metadata to maintain consistency with external response * fix action and metadata streaming * fix for error when agent flow is aborted * prevent subflows from streaming and other code cleanup * prevent streaming from enclosed tools * add fix for preventing chaintool streaming * update lock file * add open when hidden to sse * Streaming errors * Streaming errors * add fix for showing error message * add code interpreter * add artifacts to view message dialog * Update pnpm-lock.yaml * uncomment e2b credential --------- Co-authored-by: Vinod Paidimarry --- packages/components/credentials/E2B.credential.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/components/credentials/E2B.credential.ts b/packages/components/credentials/E2B.credential.ts index 9228c6cbe..810ae071f 100644 --- a/packages/components/credentials/E2B.credential.ts +++ b/packages/components/credentials/E2B.credential.ts @@ -1,5 +1,3 @@ -/* -* TODO: Implement codeInterpreter column to chat_message table import { INodeParams, INodeCredential } from '../src/Interface' class E2BApi implements INodeCredential { @@ -23,4 +21,3 @@ class E2BApi implements INodeCredential { } module.exports = { credClass: E2BApi } -*/