consult_agent_z
Consult Z Guardian agent for ethical review and Z-Protocol enforcement.
Z Guardian specializes in:
Ethical implications assessment
Privacy and data protection review
Bias and fairness analysis
Social impact evaluation
Z-Protocol compliance verification
Z Guardian has VETO POWER. If veto_triggered is True, the concept should not proceed as it crosses ethical red lines.
BYOK (v0.4.5): Pass llm_provider and api_key to use your own LLM. If only api_key is provided, the provider is auto-detected from the key prefix. Keys are ephemeral (never stored) and garbage collected after the call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detail | No | standard | |
| api_key | No | Optional API key for the provider (ephemeral, never stored) | |
| context | No | Optional additional context or background | |
| user_uuid | No | ||
| concept_name | Yes | Short name or title of the concept | |
| llm_provider | No | Optional LLM provider override ('groq', 'anthropic', 'openai', 'gemini', 'mistral', 'ollama', 'mock') | |
| prior_reasoning | No | Optional reasoning from X agent to consider | |
| concept_description | Yes | Detailed description of the concept |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||