Advanced Topics
Guardrails + Retry
run_reasoning(goal, retries=2, fallback_action="noop")
Dynamic Dispatch
context.agent.trigger("skill_name", payload)
LLM Trace Export
Includes memory used, prompt sent, and LLM response
run_reasoning(goal, retries=2, fallback_action="noop")
context.agent.trigger("skill_name", payload)
Includes memory used, prompt sent, and LLM response