Skip to content
 
 

Repository files navigation

Kleio Framework

Modular TypeScript framework for building LLM-powered apps. From raw streaming to a full coding agent.

Kleio Coder npm version Kleio Manager npm version MIT License Source on GitHub

Each package works on its own. Stack them together and you get a full coding agent—or a manager that drives many agents at once.

Package What it does README
@kleio/ai Unified LLM streaming API across four providers packages/gg-ai
@kleio/agent Agent loop with multi-turn tool execution packages/gg-agent
@kleio/coder Kleio Coder CLI with OAuth, tools, and TUI packages/ggcoder
@kleio/manager Kleio Manager orchestration for many Kleio Coder workers packages/gg-boss
@kleio/ai (standalone)
  └─► @kleio/agent
        └─► @kleio/coder
              └─► @kleio/manager (orchestrates many Kleio Coder workers)

Which package do I need?

You want to... Use
Stream LLM responses across providers with one API @kleio/ai
Build an agent that calls tools and loops autonomously @kleio/agent
Use a ready-made CLI coding agent @kleio/coder
Drive many coding agents across multiple projects from one chat @kleio/manager

Install only what you need:

npm i @kleio/ai           # Streaming layer
npm i @kleio/agent        # Streaming + agent loop
npm i -g @kleio/coder     # Kleio Coder CLI
npm i -g @kleio/manager   # Kleio Manager CLI

The preferred commands are kleio-coder and kleio-manager.


Command compatibility

The legacy ggcoder and ggboss executables remain compatibility aliases for existing scripts and installations. They run the same entry points and use the same .gg state as kleio-coder and kleio-manager. Use the Kleio commands in new documentation and automation.

Repository directories remain packages/ggcoder and packages/gg-boss to preserve the upstream-sync seam.


For developers

git clone https://github.com/fmckie/gg-framework.git
cd gg-framework
pnpm install
pnpm build

TypeScript 5.9 + pnpm workspaces + Ink 6 + React 19 + Vitest 4 + Zod v4


Support and provenance


License

MIT


Less bloat. More coding. One Kleio framework.

Install Kleio Coder Install Kleio Manager

About

Modular TypeScript framework for building LLM-powered apps. Unified streaming API, agent loop, and CLI coding agent. Four providers. Zero bloat.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages