Lightweight agent loop and context manager (standalone)
Project description
nimbie
nimbie is a terminal-first coding assistant shell.
This repository now contains two main parts:
nimbie(root package): REPL/UI, command tools, shell execution flow, session UXoturn(sub-package): standalone async orchestration/runtime core for agent turns
Repository Layout
src/nimbie: CLI app and terminal UIoturn/src/oturn: reusable orchestration packagechron: chronml package used for message/config templatingflash: shell runtime bridge and executor components
Requirements
- Python
>=3.10 uv(recommended)
Install (Root CLI)
uv sync
uv pip install -e .
Run:
nimbie --help
uv run nimbie --help
Install (oturn only)
If you only want the orchestration package:
cd oturn
uv sync
uv pip install -e .
Build
Root package:
uv build
oturn package:
cd oturn
uv build
Config
The CLI loads config from (first match wins by runtime path logic):
~/.nimbie/config.py~/.nimbie/config.json~/.openclaw/openclaw.json.nimbie_config.py.nimbie_config.json
Session and History
- Session artifacts are stored under
.nimbie/in the workspace/global locations used by CLI. - The UI supports continue/list/export workflows via CLI flags and REPL commands.
Notes
- Flash runtime is expected for shell parsing/execution flow.
oturndoes not use global auto tool registry; tools are injected explicitly at runtime.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nimbie_shell-0.0.3.dev1.tar.gz
(101.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nimbie_shell-0.0.3.dev1.tar.gz.
File metadata
- Download URL: nimbie_shell-0.0.3.dev1.tar.gz
- Upload date:
- Size: 101.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ccf1759d6dcd88cc63f88cca785e29d3ed751e6afcc20d88a72933f3cee09802
|
|
| MD5 |
6ee2ed15e02546b1ecb82d1b5c38f006
|
|
| BLAKE2b-256 |
694cbee1b485f10c9f136dc9582ac82384855a0281bc2931b3f15b4b5990c756
|
File details
Details for the file nimbie_shell-0.0.3.dev1-py3-none-any.whl.
File metadata
- Download URL: nimbie_shell-0.0.3.dev1-py3-none-any.whl
- Upload date:
- Size: 116.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc92b65ae000edbedfba7413193ae8217faf6cf3b454a8f4a44af31a5c28cb7f
|
|
| MD5 |
8b9c74cab079fd8eec3887ad0ee59fec
|
|
| BLAKE2b-256 |
0d7370c8692ab9cb0699eeedc3a83f532d3dd1fa7edd664709adc822e9494540
|