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.dev5.tar.gz
(107.8 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.dev5.tar.gz.
File metadata
- Download URL: nimbie_shell-0.0.3.dev5.tar.gz
- Upload date:
- Size: 107.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ee54e18df313cb722902ef12aced57b0b047a799b015b0ac5e53307778fcc3f
|
|
| MD5 |
35b4839f4aa1d4d68b2a20766740038c
|
|
| BLAKE2b-256 |
ee6718abd4a7840725836e8470231857756511b86c4e57d99d69c2c2bad5736c
|
File details
Details for the file nimbie_shell-0.0.3.dev5-py3-none-any.whl.
File metadata
- Download URL: nimbie_shell-0.0.3.dev5-py3-none-any.whl
- Upload date:
- Size: 126.2 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 |
6868fe8d60a4fca0ff564347b7ce17749b7eb972d167f9952878a7f0f188ba76
|
|
| MD5 |
69a27c9ac68a949988f4e34e878fdb22
|
|
| BLAKE2b-256 |
f1f96010cfbc9bd15b5b814824ee210a03a779605ebb302ce906bb12054ba2d2
|