Skip to content

Add TrustLoop SDK - governance and audit layer for CrewAI agents#87

Open
SMJAI wants to merge 1 commit into
crewAIInc:mainfrom
SMJAI:add-trustloop-sdk
Open

Add TrustLoop SDK - governance and audit layer for CrewAI agents#87
SMJAI wants to merge 1 commit into
crewAIInc:mainfrom
SMJAI:add-trustloop-sdk

Conversation

@SMJAI

@SMJAI SMJAI commented Jul 2, 2026

Copy link
Copy Markdown

Adds TrustLoop to the Integrations section.

TrustLoop wraps CrewAI tool calls to log every action, mask PII before it leaves the agent, and hold sensitive operations for human sign-off. The integration ships in the open-source Python SDK (MIT licensed, maintained by an individual developer).

Setup:
pip install trustloop-sdk
then in your crew:
python from trustloop import TrustLoop, wrap_tools tl = TrustLoop(api_key='...') crew = Crew(agents=[...], tasks=[...], tools=wrap_tools(tools, tl))

SDK repo: https://github.com/SMJAI/trustloop-python-sdk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant