-
Notifications
You must be signed in to change notification settings - Fork 0
Release 0.8.21-beta1: Add agents support in SDK #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| process.stderr.write( | ||
| `\n${RED}Received signal ${signum}, cancelling Evaluation and shutting down threads...${RESET}\n`, | ||
| `\n${RED}Received signal ${signum}, cancelling the Evaluation...${RESET}\n`, | ||
| ); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(non-blocking) would love helpers for this like you did in python
| } else { | ||
| // TODO: trigger run when updated API is available | ||
| console.log( | ||
| `${CYAN}\nRunning ${hlFile.name} over the Dataset ${hlDataset.name}${RESET}`, | ||
| ); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this a functional change?
| console.warn( | ||
| `${YELLOW}No \`file\` type specified, defaulting to flow.${RESET}\n`, | ||
| ); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need this in line 484 as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure what would error in the try/catch
| case "evaluator": | ||
| hlFile = await client.evaluators.upsert(fileDict as EvaluatorRequest); | ||
| break; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same q as python -- intentional?
| const fileDict = { ...fileConfig, ...version }; | ||
| const type = fileConfig.type; | ||
|
|
||
| let hlFile: PromptResponse | FlowResponse | ToolResponse | EvaluatorResponse; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same q as python -- no agent?
jamesbaskerville
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nothing blocking -- same questions as python mostly.
e8cc087 to
ba6d2f7
Compare
No description provided.