mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-23 03:45:13 +00:00
Update SKILL.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -478,7 +478,7 @@ def governed_crew_run(crew: Crew, policy: GovernancePolicy):
|
|||||||
for agent in crew.agents:
|
for agent in crew.agents:
|
||||||
for tool in agent.tools:
|
for tool in agent.tools:
|
||||||
original = tool.func
|
original = tool.func
|
||||||
tool.func = govern(policy, audit_trail=audit._entries)(original)
|
tool.func = govern(policy, audit_trail=audit)(original)
|
||||||
result = crew.kickoff()
|
result = crew.kickoff()
|
||||||
return result, audit
|
return result, audit
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user