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 - the full StepRequestBody should be passed to the execute step handler #5

hackgoofer opened this issue · comments

The internal step handler is only passing the input text to the step which means it can't access the missing additional_input properties in AI-Engineer-Foundation/agent-protocol-sdk-js#4. The full request body should be passed to the handler.

The link to the original issue.
AI-Engineer-Foundation/agent-protocol-sdk-js#5