Metadata-Version: 2.4
Name: tsukikage
Version: 0.1.0
Summary: TSUKIKAGE Execution Engine SDK
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: httpx>=0.27.0
Dynamic: license-file

# TSUKIKAGE (月影)

**Fix failing systems with execution, not guesswork.**

TSUKIKAGE is an execution engine SDK that turns broken workflows into:
- structured diagnosis
- recovery plans
- reusable lessons

**Not a chatbot. It runs.**

---

## ⚡ Why TSUKIKAGE

Modern systems don’t fail cleanly.

They fail like this:
- retries sometimes work
- auth errors mix with timeouts
- logs contradict each other
- fixes are guesswork

So you end up:
- grepping logs
- retrying blindly
- hoping it stabilizes

---

## 🧠 What TSUKIKAGE does

You give it a real problem:

```text
Webhook retries failing with mixed auth and timeout behavior
