Back to Home
rajrounak21 icon

Cerina-Foundry

by rajrounak21

Overview

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.

Installation

Run Command
python main.py

Environment Variables

  • POSTGRES_URL
  • OPENAI_API_KEY
  • GROQ_API_KEY
  • LANGSMITH_API_KEY
  • LANGSMITH_PROJECT

Security Notes

The Flask server runs with `debug=True` and listens on `0.0.0.0`, which are critical security vulnerabilities for production or network-exposed environments. `debug=True` exposes a debugger that can lead to remote code execution. API keys and database credentials are properly managed via environment variables, which is good practice. The project's README explicitly states it's a 'sprint assignment project' and lists production-ready enhancements (error handling, rate limiting, authentication, etc.) that are currently missing.

Similar Servers

Stats

Interest Score55
Security Score6
Cost ClassMedium-High
Avg Tokens5000
Stars1
Forks0
Last Update2025-12-13

Tags

Multi-agentLangGraphCBTAIPostgreSQL