Skip to content

imperalcloud/webbee-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

55 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Webbee 🐝 β€” the coding agent in your terminal

PyPI Python License: MIT Docs

Webbee is the Imperal Cloud coding agent, in your terminal. It reads, writes, and runs code in your working directory β€” while the brain runs in the cloud on ICNLI, the open protocol behind Webbee. No model keys on your machine. Swap the model underneath and it behaves the same, because the safety was never in the model.

The model proposes. The kernel decides. The key β€” delete, drop, wipe β€” stays with you.

Install

pipx install webbee          # recommended β€” or:  uv tool install webbee

Plain pip works too, inside a virtualenv:

python3 -m venv .venv && . .venv/bin/activate && pip install webbee

On Ubuntu/Debian a global pip install is blocked by the system (that's PEP 668, not webbee) β€” use pipx or a venv. No Python on the box? curl -LsSf https://webbee.imperal.io/install.sh | sh.

Use

webbee            # start the agent in the current directory
webbee login      # sign in β€” shows a code + URL to open in any browser

Type in plain English. Webbee reads your files, runs commands, and reaches your connected Imperal apps β€” mail, notes, tasks, and more β€” to get the job done. /help lists the commands: /login /logout /mode /cost /status /clear /exit.

Modes β€” you hold the key

Cycle with Shift + TAB:

  • default β€” Webbee does the small, reversible stuff herself. Anything she can't undo, she stops and asks you first.
  • plan β€” read-only. She plans and reads; she touches nothing.
  • autopilot β€” she acts without asking. (Spending money always needs a browser approval β€” no terminal reply can release it.)

How it works

Your machine runs the hands β€” read, write, edit, run. The brain runs in the Imperal Cloud and reasons over your files, your history, and your connected apps through ICNLI. The model is a replaceable proposer at the edge; the kernel resolves, grounds, and decides. Webbee reads your facts. She doesn't invent them.

Links


MIT Β© Imperal, Inc.

About

Webbee Code 🐝 β€” the imperal.io Cloud coding ultra-agent in your terminal

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors