AI-Engineer-Foundation / agent-protocol

Common interface for interacting with AI agents. The protocol is tech stack agnostic - you can use it with any framework for building agents.

Home Page:https://agentprotocol.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JS SDK - Bug: StepInput and StepOutput should be typed as string|undefined #3

hackgoofer opened this issue · comments

The typing for StepInput and StepOutput doesn't match the current protocol spec which is a nullable string. These should be typed as string|undefined not any.

Original Link:
AI-Engineer-Foundation/agent-protocol-sdk-js#3