@agentpulselabs/agentforce-review-client
v0.1.0
Published
Typed AppBridge client for the agentforce-review app.
Readme
@agentpulselabs/agentforce-review-client
Typed AppBridge client for the agentforce-review app. Bridge-injected — no runtime dependency on agentforce-review or @agentpulse/platform.
Install
npm i @agentpulselabs/agentforce-review-clientUsage
import { createClient } from '@agentpulselabs/agentforce-review-client';
const agentforce_review = createClient(Platform.Bridge);
const result = await agentforce_review.agentsClassify(payload);Operations (AgentforceReview)
| Method | Op | Summary |
| --- | --- | --- |
| agentsClassify | agents-classify | Classify one of the acting team's connected agents (by dev name) as agentscript | planner | legacy. |
