1. Python Agent Frameworks
Creduent seamlessly drops into existing Python orchestration tools. By injecting our verification middleware, you can ensure that your Swarm, LangGraph, or CrewAI agents only interact with cryptographically authenticated external peers.
- LangGraph: Add a
verify_agent_nodebefore executing external tool calls. - CrewAI: Pass the
CreduentVerificationToolto security-focused agents in your crew. - AutoGen: Extend
ConversableAgentwith our strict identity validation wrapper.
2. JavaScript / TypeScript Frameworks
For edge computing and full-stack applications, the Node/JS ecosystem is fully supported.
- Vercel AI SDK: Define custom tools using our identity schema definition to parse and verify incoming agent payloads in Next.js apps.
- LangChain.js / LangGraph JS: Use
@idevsec/creduentnodes in state graphs.
3. Model Context Protocol (MCP)
Creduent natively supports the Model Context Protocol. Provide the @idevsec/creduent-mcp server to Claude Desktop or any MCP client to allow human operators to manually query, verify, and resolve agent identities directly from their chat interface.
