Leeway

data-ai MCP Server

A workflow-driven AI agent framework that executes YAML-defined decision trees.

Verified
data-aidata-ai
5 views111 stars20 forksMIT

Why This Matters

Discovered via agent-topic:ai-agent and last synced 2mo ago.

Verified
Source
agent-topic:ai-agent
Stars
111
Last synced
2mo ago
Install
Check source

Install

Install instructions not detected yet

Check the source repository for the latest setup steps.

View source instructions
12
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (12)

5

**Auto-compaction (microcompact + LLM summary)**

LLM

Whatever the LLM decides

Web

MCP

3

**Progressive skill loading, per node**

1

**Agent loop per node**

Graph

Any kind of node (API call, transform, AI Agent subflow)

Topic

Docs

tool_use

T[Tool Registry, 21+ tools] T --> P[Permissions + Hooks] P --> X["Files

2

**Per-node scoping**

4

**Turn budget with urgency injection**

Feature

What it does

_json_

_stream--json-blueviolet" alt="Output"> </p> --- ## Why Leeway? **You want to automate the same multi-step task. A skill or system prompt can guide the agent, but it can't pin the order: every run reads different files, uses different tools, reaches different conclusions. Nothing you can repeat, nothing you can audit.** Leeway enforces the graph. You write a YAML decision tree; the same nodes run in the same order every time. Each node picks its own tools and runs a full agent loop: the LLM iterates and emits a `workflow_signal` when done. The graph transitions on those signals. ### Tools comparison