Skip to content

teddygcodes/sydyn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sydyn: Adversarial Deep Search Engine

Multi-agent pipeline: Query → Evidence → Researcher → Adversary → Critic → Judge → Confidence Score.

Requirements

  • ANTHROPIC_API_KEY — Anthropic API key
  • TAVILY_API_KEY — Tavily web search API key (required for evidence gathering)

Setup

pip install -r sydyn/requirements.txt
cp .env.example .env  # fill in API keys

Run CLI

python -m sydyn "What is the capital of France?"
python -m sydyn "Your query here" --mode strict --verbose

Run API Server

uvicorn sydyn.api:app --host 0.0.0.0 --port 8002 --reload

Modes

  • fast: Researcher → Adversary → Judge (~30-45s)
  • strict: Researcher → Adversary → Critic → Judge (~60-90s)
  • liability: Same as strict with stricter thresholds

About

Adversarial multi-agent governance engine with constitutional constraints

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages