← 全部工具

caty-ai/context-kit

AI Agent
热度 65 更新于 AI 与 Agent

Context hygiene kit for a single AI agent — pruning, scratch persistence, delegation-brief validation, safety hooks, memory recall

githubauto-collected

安装

暂未验证可直接使用的安装命令,请查看项目官方文档或 Release。

context-kit

<div align="center"

🇺🇸 English | 🇯🇵 日本語 | 🇨🇳 简体中文 | 🇹🇭 ไทย

[](https://github.com/caty-ai/context-kit/actions/workflows/test-lint.yml)

Hand real work to an AI agent and small accidents follow: one giant log floods its working memory,<br a risky delete is one keystroke away, an API key almost lands in a file.<br context-kit is a six-piece equipment set that stops these accidents mechanically, right where tools run.

Six pieces of equipment for your agent's desk.

🔧 Engineering guide | 📘 Reference

</div <!-- repo-state:begin (generated; do not edit) -- <p align="center"<subgeneration: <codeb9507e8</code (2026-09-07T06:16:19Z) · verify: <a href="https://api.github.com/repos/caty-ai/context-kit/commits/main"API HEAD</a · <a href="./status.json"status.json</a</sub</p <!-- repo-state:end --

Contents

  • Sound familiar?
  • What it does
  • What you need
  • Get started
  • Why it's safe to adopt
  • Learn more
  • Project status
  • License

---

<a id="pain"</a

Sound familiar?

If you let an AI agent do real work on your machine, you have probably met at least one of these:

  • One build or search command prints thousands of lines, and older context gets pushed out of the agent's memory
  • A subagent receives a one-line "please fix it" and comes back with something unrelated
  • The agent almost runs a destructive delete, or almost creates a repository as public
  • An API key nearly ends up inside a command line or a committed file

context-kit is a six-piece equipment set for a single agent that prevents exactly these four accidents — by mechanism, not by asking the agent to be careful.

---