Cerina-Protocol
Verified Safeby sachinlathiya
Overview
Collaboratively drafts, critiques, and finalizes Cognitive Behavioral Therapy (CBT) exercises using a multi-agent LangGraph backend with a mandatory human-approval gate.
Installation
docker-compose up --buildEnvironment Variables
- OPENAI_API_KEY
- CHECKPOINT_PATH
Security Notes
The code does not use 'eval' or other direct code execution vulnerabilities. Hardcoded secrets are not present; API keys are expected via environment variables. The primary security considerations for this type of application are related to potential LLM prompt injection (where the LLM might generate undesirable content if the 'intent' is adversarial, though the system includes safety and clinical review agents to mitigate this) and the default permissive CORS setting (`allow_origins=['*']`) which should be tightened for production deployments.
Similar Servers
mcpstore
Orchestrate Microservice Context Protocol (MCP) services and adapt them for integration with various AI frameworks like LangChain, managing tools and their lifecycle.
Cerina-Foundry
An autonomous multi-agent system for generating and refining safe, empathetic Cognitive Behavioral Therapy (CBT) exercises with human-in-the-loop approval and PostgreSQL persistence.
Enterprise-Multi-AI-Agent-Systems-
Orchestrates multiple AI agents for complex reasoning and real-time information retrieval, integrating large language models with web search capabilities.
ai-agent-mcp-server
This project implements an MCP (Model Context Protocol) server and client using AMQP (RabbitMQ) for communication, enabling an LLM-powered agent to interact with internal tools and data resources.