Auth and Permissions Delegation Layer for LangGraph AI Agents #5715
imaxxs
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I’m building DeepTrail (Berkeley SkyDeck-backed). At Deeptrail, we are building open source auth and delegation layer for AI agents. With Deepsecure (Open source), developers effortlessly integrate authorization, agent-to-agent delegation, policy enforcement, and secure proxying - across any model, platform, or framework - with just a few lines of code.
Technology: Split-key architecture, gateway/proxy, separate control/data plane, policy engine, and macaroons for agent-agent delegation.
Deepsecure open source: https://github.com/DeepTrail/deepsecure.
Technical overview: https://github.com/DeepTrail/deepsecure/blob/dev/docs/design/deepsecure-technical-overview.md
I have also built some simple examples and integrations for Langchain/LangGraph:
Secure Multi-agent workflows with fine grained access controls -
https://github.com/DeepTrail/deepsecure/blob/dev/examples/05_langchain_secure_tools.py
Delegation Workflow - https://github.com/DeepTrail/deepsecure/blob/dev/examples/09_langchain_delegation_workflow.py
Advanced Delegation Patterns -
https://github.com/DeepTrail/deepsecure/blob/dev/examples/11_advanced_delegation_patterns.py
Platform Agent Bootstrapping -
https://github.com/DeepTrail/deepsecure/blob/dev/examples/12_platform_expansion_bootstrap.py
I would love to see if this is something founders and core contributors would be interesting in discussing and exploring together.
Mahendra Kutare
https://github.com/imaxxs/
https://www.linkedin.com/in/imaxxs/
Beta Was this translation helpful? Give feedback.
All reactions