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.dev6.tar.gz
(107.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.dev6.tar.gz.
File metadata
- Download URL: nimbie_shell-0.0.3.dev6.tar.gz
- Upload date:
- Size: 107.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 |
78c12850467c98b5571a14eeccf7efa62b3e0ded1d6cc0653abe2f24a1ae2e2a
|
|
| MD5 |
76223e070645914d39e015108541cc64
|
|
| BLAKE2b-256 |
4f40117c6697a3a9fb2a41877481eb7473400188e4fcd2d6ace7e810c0f6e809
|
File details
Details for the file nimbie_shell-0.0.3.dev6-py3-none-any.whl.
File metadata
- Download URL: nimbie_shell-0.0.3.dev6-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 |
dd118a6f91accb028a73aa7429fc2e446401d90f2be33f54869e00cf32a72d9a
|
|
| MD5 |
0b31f2b0c60a47f953bfbe9c2cb1e647
|
|
| BLAKE2b-256 |
6a761e878732a303f404a9dfa76c7ebda5238068254ea0fcabdca1656983b491
|