pctx_code_mode 0.5.0

TypeScript code execution engine for AI agents with tool schemas, sandboxed Deno runtime, and Rust callbacks
1
2
3
4
5
6
7
Get detailed TypeScript definitions for specific functions.

Provide function names in 'namespace.functionName' format (e.g., 'Notion.apiPostSearch').
Returns full type signatures, parameter schemas, and return types.

Note: Functions showing Promise<any> return type have no schema - the actual runtime
value is a parsed JavaScript object (never a JSON string).