Skip to content

solomonsjoseph/RePORT-agent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RePORT-agent

A multi-agent framework for RePORT India studies.

Orchestrator-driven workflow

The LangGraph workflow is orchestrator-driven: a lightweight planning node chooses the next specialized agent based on the current state, recent observations, and any human feedback. This makes the graph flexible and easy to extend with new agents without hard-coding a strict pipeline.

Planner mode

The orchestrator runs in hybrid mode by default: it lets the LLM propose the next action and falls back to deterministic rules when the LLM response is not usable.

Available specialist nodes

  • Code Generator: produces Python analysis code.
  • Executor: runs generated code on the dataset.
  • Error Handler: fixes code issues and retries execution.
  • Q&A: answers general questions without code.
  • Human-in-the-loop: review checkpoints before and after execution.
  • Tool Handler: executes MCP tools requested by agents.

Experimental tools

Tool integrations are under active development and may change frequently. The documentation intentionally omits tool-specific setup details until the interface stabilizes.

About

LangGraph multi-agent workflow for secure research analysis with orchestrated agents and human-in-the-loop checkpoints.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 92.9%
  • Jupyter Notebook 7.1%