Skip to content

orkait/superclaw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

superclaw

Superclaw is the master-agent layer.

It is the top-level agent in the system.

Role In The Architecture

Superclaw acts as:

  • controller
  • dispatcher
  • planner
  • direct solver

It can solve work directly or decide whether subagents should be called.

Subagent Control

Inside Superclaw lives the subagent-controller and dispatcher logic.

That logic decides:

  • should we call or don't call?
  • if we do call, what task boundary do need to solve

Responsibilities

  • receive work from the interaction plane
  • decide direct solve vs delegated solve
  • allocate task boundaries
  • coordinate subagents
  • use GraphStore as shared cognitive state

Connected Layers

  • power
  • graphstore
  • regate
  • temporal
  • forge

Why It Exists

Superclaw is the top-level control layer that binds human intent, shared cognition, tools, and delegated worker execution together.

About

Master-agent layer for control, dispatch, planning, and optional subagent delegation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors