WIP: feature: Add before Guardrail #26

Draft
A8080816 wants to merge 16 commits from feature/before-guardrail into main
Showing only changes of commit 7d5309c9d0 - Show all commits

View File

@@ -23,6 +23,7 @@ agent = Agent(
name=settings.agent_name, name=settings.agent_name,
instruction=settings.agent_instructions, instruction=settings.agent_instructions,
tools=[toolset], tools=[toolset],
before_model_callback=governance.before_model_callback,
after_model_callback=governance.after_model_callback, after_model_callback=governance.after_model_callback,
) )