feat(agent): add typed server API tools

This commit is contained in:
2026-07-15 10:44:07 +08:00
parent f3f873e3c4
commit 8a21908785
30 changed files with 3119 additions and 15 deletions
@@ -9,4 +9,6 @@ export const frontendActionCallIdPlugin: Plugin = async () => ({
},
});
export const server = frontendActionCallIdPlugin;
export default frontendActionCallIdPlugin;