Skip to main content

Overview

Cognitive Strategy provides a short, structured conversational plan alongside the existing agent instructions, Skills and tools. It is disabled by default. It does not create campaigns, send outreach, change models or execute operations independently. Generic agents follow the business objective you configure; an absent objective does not imply selling. The internal Livia profile is selected by server identity and cannot be enabled for a customer agent. Interpretation of user language remains with the existing LLM; there are no phrase lists for guessing intent across languages.

Endpoint reference

Parameters and payloads

Configuration lives in interfaceConfig.cognitiveStrategy. A Flow tool can also declare tools[].config.cognitiveStrategy in the existing agent update payload. Preserve all existing interface fields and the full tool list when saving; these are not independent configuration endpoints. Example fragment to merge into the current configuration:

cURL

Prepare agent-update.json by merging the fragment above into the authorized GET response’s current interfaceConfig. Send only the update fields, not the complete GET response.
DASHBOARD_SESSION_COOKIE is the complete authenticated cookie pair (name=value) for the dashboard environment. This administration route intentionally rejects API-key authentication.

TypeScript

This example uses an already authenticated dashboard session.

Best practices

  • Start in shadow mode: decisions are observed without modifying model messages. Control experiments also remain observational.
  • Configure a real business objective. Keep persona, factual knowledge and procedural Skills in their existing settings.
  • Flow declarations apply only after a successful trigger, to the current agent turn. They cannot override an explicit agent objective, weaken constraints, enable a disabled layer or replace the experiment assignment.
  • Deployment operators control COGNITIVE_STRATEGY_MODE, the emergency switch and an optional organization allowlist. Global disabled overrides agent settings, while global shadow prevents an agent setting from promoting itself to enabled. No UI redesign is required; authoring uses the existing authenticated agent configuration API.

Troubleshooting

If nothing changes, check global shutdown, organization rollout, agent mode and experiment control status. For dashboard Livia also check PERSONAL_ASSISTANT_COGNITIVE_STRATEGY_MODE and existing Personal Assistant rollout/canary gates. An invalid version or mismatched scope is rejected or skipped safely at runtime. Missing Customer360 or conversation intelligence degrades to available context. A strategy failure does not fail the conversation. Outcome telemetry measures observed response generation and successful delegation. It does not claim that a generated response was delivered, that a Flow finished, or that a commercial conversion happened. Commercial effectiveness and ROI require the later experiment phase.