Skip to content

Repository files navigation

kuku

English Docs | 中文文档 | Docs Portal

A file-native Rust agent SDK. Sessions, Memory, Skills, and config stay on disk as readable files.

Warning

kuku is in active development. APIs and file formats may change.

kuku is the runtime behind a terminal coding agent and related host apps. It keeps runtime state in files instead of a database or hidden process state, so you can inspect what happened, diff it, and version it.

Why kuku

  • File-native runtime: sessions, Memory, config, permissions, and Skills live on disk.
  • Readable architecture: the SDK owns runtime facts; host apps own presentation and transport.
  • Low hidden state: every turn is rebuilt from files and persisted events.
  • Cache-first prompt design: small stable prelude, dynamic state added only where needed.

Quick Start

cargo install --git https://github.com/Cloud370/kuku
kuku run say hello

Set a provider API key with ANTHROPIC_API_KEY or OPENAI_API_KEY, or configure it in ~/.kuku/config.toml.

Docs

Recommended path:

  1. Install
  2. Quickstart
  3. Configuration
  4. Guides
  5. Reference

Repo Map

License

Licensed under either of:

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

The agent explained — a readable Rust agent SDK. No database, no black box.

Topics

Resources

Contributing

Security policy

Stars

4 stars

Watchers

0 watching

Forks

Releases

Used by

Contributors

Languages