Sasha Dog
Sasha Dog
Hi, Keras 1 and Keras 2 don't really have compatible API. Cleaned it up to use Keras2 API. Let me know what you think. :) ### Interesting Facts: * keras...
# Thank you for contributing an eval! ♥️ 🚨 Please make sure your PR follows these guidelines, __failure to follow the guidelines below will result in the PR being closed...
https://github.com/AI-Engineer-Foundation/agent-protocol, and join our discord: https://discord.gg/cXKrtegQrZ Curious if you'd consider using the Agent Protocol we have developed. This OSS project resides under a non-profit called "AI Engineer Foundation". The mission...
Does this library support linux?
Command ran: `npm start` after `npm install` Device: Azure Kinect DK This was run on ubuntu18.04 ``` > [email protected] start /home/sasha/github/kinect-azure/examples/node > node . Kinect Opened # # Fatal error...
Device: Azure Kinect DK ``` > [email protected] start /home/sasha/github/kinect-azure/examples/electron > electron . [31060:1215/224126.819113:ERROR:gpu_memory_buffer_support_x11.cc(44)] dri3 extension not supported. Opening in existing browser session. ``` Here is the screenshot: 
Link wasn't working.
# Is your feature request related to a problem? Please describe. You can't scale out an Agent because tasks and artifacts are only ever stored in memory. # Describe the...
The typing for [StepInput](https://github.com/AI-Engineer-Foundation/agent-protocol-sdk-js/blob/main/src/models.ts#L20) and [StepOutput](https://github.com/AI-Engineer-Foundation/agent-protocol-sdk-js/blob/main/src/models.ts#L25) doesn't match the current protocol spec which is a nullable string. These should be typed as string|undefined not any. Original Link: https://github.com/AI-Engineer-Foundation/agent-protocol-sdk-js/issues/3
If you look at the [StepRequestBody](https://github.com/AI-Engineer-Foundation/agent-protocol-sdk-js/blob/main/src/models.ts#L66) interface its missing the [additional_input](https://github.com/AI-Engineer-Foundation/agent-protocol/blob/1e5db59849cfce5f2210aaf49f753e99f7ce5e1e/schemas/openapi.json#L759) property. This should probably be typed as Record. Same goes for the step response and task level request &...