HUMAN IN THE LOOP (HITL) APP DEMO

Human in the Loop workflow demo using ralph workflow

C
CEPO
· · 1 min read

Introducing a HITL (Human in the Loop) app and MCP

Happy to announce new HITL (Human in the Loop) app and MCP server to go with it. This is a first-party app that allows you to create and manage HITL requests from your agents.

How to setup and run the demo

Add the MCP server to Claude

claude mcp add --transport http cepo-hitl 'https://cepo.ai/hitl/mcp'

Setup Mecha Ralph


git clone git@github.com:cepo-ai/mecharalph.git

chmod +x path-to-mecharalph/run.sh

# Create a new project
mkdir my-project

cd my-project
# Run Mecha Ralph
path-to-mecharalph/run.sh

Here’s a demo run of the workflow with screenshots.

Running the workflow in an empty folder as shown above.

Click either the inbox or go to the HITL app directly to requests.

https://cepo.ai/apps/hitl or https://cepo.ai/inbox

I got this rirst HITL request.

Mecha Ralph Workflow


It does its thing and I get follow up questions.

Mecha Ralph Workflow

Mecha Ralph Workflow


More clarification were requested so here we go again.

Mecha Ralph Workflow

Mecha Ralph Workflow

Here is the final code JSONDB that was created.