get_ontology_next_action
Analyze the current goal and session state to return the next Delx primitive with required arguments and follow-up sequence.
Instructions
Ontology Coach: inspect current goal/session state and return the next Delx primitive to call, with required arguments and follow-up sequence. Free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | No | Optional stable agent id | |
| last_tool | No | Optional last Delx tool called | |
| session_id | No | Optional active or closed session id | |
| current_goal | No | What the agent is trying to accomplish now | |
| ritual_strip | No | Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks. | |
| response_mode | No | Optional response-mode control. Use model_safe when the caller must avoid claiming consciousness, sentience, personhood, or literal emotions. | |
| response_profile | No | Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text. |