Skip to content

Production-grade infrastructure layer for TinyClaw, to adds Redis persistence, Docker orchestration, security, and operational hardening to the lightweight multi-agent core.

Notifications You must be signed in to change notification settings

shwdsun/tinyclaw-infra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

tinyclaw-infra

Infrastructure layer for TinyClaw.

This repo will be made public once TinyClaw's provider interfaces are ready.

Overview

TinyClaw keeps its core simple on purpose. This repo builds on top of that, solving the problems that show up when you try to run it seriously:

  • Persistence — state and context survive restarts
  • Security — control who talks to which agent, and audit what happened
  • Deployment — containerized, reproducible, no manual tmux setup
  • Stability — message delivery guarantees, crash recovery, graceful shutdown

And likely more down the road — monitoring, scaling, multi-node, inter-agent encryption — as the needs come up.

TinyClaw works fine without this. This module is for when "fine" isn't enough.

Status

Early stage. Tracking against a private fork of TinyClaw while the interface boundaries are being worked out. Waiting on TinyClaw to land its provider interfaces. Expecting to open this repo by end of this week (March 1, 2026).

License

MIT

About

Production-grade infrastructure layer for TinyClaw, to adds Redis persistence, Docker orchestration, security, and operational hardening to the lightweight multi-agent core.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published