This repository contains the official implementation of the paper
“ORCA: Orchestrating Causal Agent”, which proposes an interactive multi-agent framework for end-to-end causal analysis on relational databases.
conda create -n ORCA python=3.11 -y
conda activate ORCAzsh setup_server.shCreate a .env file in the project root with PostgreSQL, Redis, and API key settings.
cp env.example .envpython main.py \
--query "Estimate the causal effect of coupon usage on total order amount" \
--db-id reef_db \Optional flags:
--interactive: enable human-in-the-loop checkpoints
python main.py --db-id reef_db --interactiveMIT License