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: all request & response interfaces are missing additional_input and additional_output properties.

hackgoofer opened this issue · comments

If you look at the StepRequestBody interface its missing the additional_input property. This should probably be typed as Record<string,unknown>. Same goes for the step response and task level request & response objects.

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