Multi-agent pipeline: Query → Evidence → Researcher → Adversary → Critic → Judge → Confidence Score.
ANTHROPIC_API_KEY— Anthropic API keyTAVILY_API_KEY— Tavily web search API key (required for evidence gathering)
pip install -r sydyn/requirements.txt
cp .env.example .env # fill in API keyspython -m sydyn "What is the capital of France?"
python -m sydyn "Your query here" --mode strict --verboseuvicorn sydyn.api:app --host 0.0.0.0 --port 8002 --reload- fast: Researcher → Adversary → Judge (~30-45s)
- strict: Researcher → Adversary → Critic → Judge (~60-90s)
- liability: Same as strict with stricter thresholds