01 FRAMEWORK AGNOSTIC
Works with your app stack.
React-first with support for existing app architecture. Wrap existing functions without rewiring your app.
Act-SDK is an open source SDK that makes any React app agentic. Wrap your existing app functions with act.action() and your functions become AI-callable without changing how they work in the app.
# run without installing globally
npx @act-sdk/cli init
# scaffold into current project
npx @act-sdk/cli init --skip-install01 FRAMEWORK AGNOSTIC
React-first with support for existing app architecture. Wrap existing functions without rewiring your app.
02 FUNCTION WRAPPING
Use act.action({ id, description, input }) to make current functions AI-callable with typed schemas without changing how they work in your app.
03 CLI WORKFLOW
Run npx @act-sdk/cli init, add agent, and sync to upload your action manifest to cloud. No need to change your app code.
04 LOCAL EXECUTION
LLM returns action id + payload only. The SDK intercepts tool calls and runs registered functions in your app.
05 AI SDK
Production-ready streaming and tool-calling foundations power the cloud runtime and action orchestration.
06 OPEN SOURCE CORE
Act-SDK is open source under the MIT license so you can inspect, extend, and ship with confidence.