This use case demonstrates how cortx enables a hybrid research workflow by orchestrating both external public LLMs and internal private LLMs, along with human-in-the-loop reviews for compliance. It’s ideal for scenarios where research must be validated and refined before internal use, especially in sectors requiring high accuracy, such as Healthcare, Finance, or Education.
What This Use Case Covers
- Coordinating external + internal research using agents
- Scraping and compiling insights from public LLMs into structured reports
- Sequencing multiple agents with maker-checker approvals
- Ensuring compliance through human validations
Phases Involved
- Phase 1: Workflow Initialization
- User logs in to cortx.
- Navigates to the Agent Center via the left-hand navigation bar.
- Starts a new conversation and selects the Workflow Builder Agent.
- User prompts:
- “Build a workflow with two nodes—first is a Deep Research Agent to analyze sales of office supplies globally, second is an Internal Research Agent to extract supporting insights from internal databases and create a final report.”
- The Workflow Builder Agent:
- Interprets the prompt.
- Designs a 2-node agent workflow with:
- Node 1: Deep Research Agent (external research)
- Node 2: Internal Research Agent (private data extraction)
- Generates a sequence diagram and shares it with the user.
- Seeks user approval via maker-checker format for each node.

- Phase 2: Execution (Human-in-the-Loop Enabled)
- Node 1: Deep Research Agent
- Pulls sales data on office supplies from global public sources via external LLM (e.g., OpenAI).
- Summarizes insights.
- User acts as checker, reviews the output, and approves it.
- Node 2: Internal Research Agent
- Uses prior summary and queries internal LLMs and private databases.
- Creates a consolidated report combining external and internal insights.
- User reviews and approves final output.
- Node 1: Deep Research Agent
- Human-in-the-Loop Compliance Layer
- This workflow enforces a 2-phase maker-checker validation:
- Maker: Agent performs the task.
- Checker: Human user reviews and validates before progressing.
- Ensures compliance, traceability, and data integrity in critical research scenarios.
- This workflow enforces a 2-phase maker-checker validation:
Agents Involved
Node | Agent Name | Role | Checker |
1 | Deep Research Agent | External open-web research | User |
2 | Internal Research Agent | Internal LLM & DB queries | User |
Outcome
- Final report includes vetted insights from both external and internal sources.
- All steps reviewed and approved by the user.
- Ensures compliance in regulated domains through controlled automation.
Best Practices
- Use this workflow when merging public knowledge with internal intelligence.
- Always include human review loops for research validation.
- Ideal for teams that need multi-source synthesis with auditability.