Adapters

Wrap agent-framework tools without replacing the framework

RuleOak Core v2.0.1 includes dependency-free LangGraph-style and CrewAI-style adapter samples that place Tool Guard around tool execution.

npm run adapter:demo
npm run langgraph:demo
npm run crewai:demo

LangGraph-style

Wrap a tool function and receive RuleOak policy decisions before execution.

CrewAI-style

Wrap a tool object with governed run behavior and audit output.