What problem does it solve?
This Skill provides a deterministic, highly-scalable agentic framework for production environments, moving beyond "black box" agent loops to explicit state machines and strict schema enforcement.
Core Features & Use Cases
- State Machine Orchestration: Leverages LangGraph for explicit control over agent execution, memory checkpointing, and Human-In-The-Loop (HITL) pausing.
- Strict Schema Enforcement: Utilizes native model tool-calling with flattened Pydantic schemas to minimize LLM hallucinations.
- HITL Safeguards: Automatically pauses "Write" operations for user approval, routing rejections back to the LLM for course correction.
- Enterprise-Grade Memory: Employs a dual-layer memory architecture (SQLite and Zvec) for fast, semantic context retrieval.
- Skill Auto-Loader: Dynamically binds Python tools from
SKILL.md files in the /skills directory.
Quick Start
Use the EnterpriseClaw skill to define and execute a new agentic workflow.