climate-displacement-agent

Shafiya0101/climate-displacement-agent
★ 0 stars Python AI/LLM Updated today
Production AI research agent for climate displacement analysis — hybrid RAG (BM25+dense+RRF), cross-encoder reranking, custom MCP server, L1/L4 guardrails, self-consistency CoT, critic agent. AIVANCITY PGE5.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "climate-displacement": {
      "command": "uvx",
      "args": [
        "climate-displacement-agent"
      ]
    }
  }
}

Or install with pip: pip install climate-displacement-agent

README Excerpt

A production-oriented research agent for humanitarian programme officers who must justify climate-displacement funding decisions in writing. It retrieves from a document corpus (IDMC, World Bank Groundswell, IPCC AR6, UNHCR, regional case studies), reasons in an auditable format, and passes its own answer through a

Tools (4)

recall_memorysearch_displacement_corpusstore_findingweb_search