Empryoempryo.beta
Docs

Quickstart

Launch Empryo, build the live code graph, and run your first AST-backed refactor in five minutes. Ask, rename a symbol, lint, and commit from the terminal.

  1. 1
    Launch
    cd your-project
    empryo

    The first launch scans your codebase to build a live graph (a few seconds). Press Ctrl+L to pick a model.

  2. 2
    Ask something

    Type any question. The agent already knows your file layout.

    > what does the auth middleware do?
  3. 3
    Make a change

    Describe the change in plain English.

    > rename UserService to AccountService across the project

    Watch the agent run rename_symbol - one tool call updates every file.

  4. 4
    Commit

    Press Ctrl+G, then c. Empryo writes the commit message and runs lint + typecheck before committing. Or just say:

    > commit my changes

Essential shortcuts

KeyDoes
Ctrl+LSwitch model
Ctrl+EToggle editor panel (Neovim)
Ctrl+GGit menu
Ctrl+KCommand palette
Ctrl+B / Ctrl+FBrowse prev / next checkpoint
Ctrl+XStop the agent
Ctrl+T / Ctrl+WNew tab / close tab

Common tasks

Next

  • Browse the recipes for copy-paste workflows.
  • Skim commands - type / to see them all in the app.
  • Tune ~/.empryo/config.json - see configuration.