From c76ddc2f8320d8fba3b77f9f57a2a3afc09d776e Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Mon, 10 Nov 2025 15:04:44 -0500 Subject: [PATCH] Add TypeScript Agent SDK reference documentation - Introduced comprehensive API reference for the TypeScript Agent SDK. - Documented key functions including `query()`, `tool()`, and `createSdkMcpServer()`. - Detailed types such as `Options`, `Query`, `AgentDefinition`, and various tool input/output types. - Included examples and descriptions for configuration options and permission handling. - Added sections for hook types, tool input/output types, and permission types. --- context/agent-sdk-ts-reference.md | 1797 +++++++++++++++++++++++++++++ 1 file changed, 1797 insertions(+) create mode 100644 context/agent-sdk-ts-reference.md diff --git a/context/agent-sdk-ts-reference.md b/context/agent-sdk-ts-reference.md new file mode 100644 index 00000000..ea7710be --- /dev/null +++ b/context/agent-sdk-ts-reference.md @@ -0,0 +1,1797 @@ +# Agent SDK reference - TypeScript + +> Complete API reference for the TypeScript Agent SDK, including all functions, types, and interfaces. + +