01
Prepare a commit
Turn the changes already in your repository into a reviewable commit plan.
kb commit generate
A plan to inspect before Git history changes.
Open setupThe launcher asks only for what this outcome needs. You can add the rest later.
01
Turn the changes already in your repository into a reviewable commit plan.
kb commit generate
A plan to inspect before Git history changes.
Open setup02
Calculate what the next release contains without publishing a package.
kb release plan
A release plan to review before publishing.
Open setup03
Scaffold one focused command for a workflow unique to your team or agent.
kb my-command hello
A discoverable plugin ready for your implementation.
Open setupGive your agent only the tools you explicitly allow. A plugin without access is simply unavailable.
Workflows in YAML. The engine tracks execution, writes logs, and retries on failure.
Plugins call platform.llm.complete(). OpenAI, Claude, Mistral — swap the adapter in config, not a single line in your plugins changes.
Commit, review, release, deploy — one workflow, one platform, one place to look.
Releases, reviews, QA gates, AI agents — all described as code, running on one engine. Version them in git, run them from CLI or CI, inspect every step.
Write a plugin — the agent gets a set of commands. Keys, access rights, audit — inside the plugin. The agent doesn't know how GitHub works — it just calls kb github create-pr.
KB Labs native agents go further — every step is traced, analytics calculated automatically, nothing is lost.
Every external dependency — LLM, database, vector store, cache, storage — is behind a typed contract. Change the implementation without touching your code.
LLM
Implement ILLM — any provider works
Databases
Vector
Storage
Comms
Observability
Don't see what you need? Write your own adapter — same contract, loads identically.
Releases, code review, commit policy, QA gates, dependency management — all running as plugins on the same engine you'll install.
I build on KB Labs every day. Every release, every review gate, every QA check. It's the same engine you install.