ramabana
The brain of a coding agent: policy, tools, memory, and routing, with no editor attached. Hosts speak one protocol. Models arrive through rishi (LiteRT, MLX, llama.cpp, Cursor, hosted APIs). A terminal app and an MCP server ship as frontends on that same host.
pip install 'ramabana[cli]'
ramabana --root . --model gemma-e4b
ramabana --root . --model gemma-e2b --approve auto 'Reply with exactly: pong'
rishi fetches a model on first use. On CPU-only machines set RAMABANA_LITERT_BACKEND=cpu.
LocalHost indexes the folders you open. The harness never offers a tool the host cannot perform.
from ramabana import Agent
from ramabana.tools import LocalHost
agent = Agent(LocalHost(['..'], web=True), extensions=False)
agent.ready, agent.note
(False, 'not started')
from ramabana.testing import fake_agent
a, _ = fake_agent(replies=['in `ramabana/runtime.py`'])
a.ask('where is the compaction threshold?')
'in `ramabana/runtime.py`'
One notebook per module: the page you read is the module you import.
core · runtime · tools · agent · cli · mcp · vault · pyrepl · docs
uv sync --all-extras --group dev
uv run nbdev-export && uv run pytest
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 ramabana-0.1.10.tar.gz.
File metadata
- Download URL: ramabana-0.1.10.tar.gz
- Upload date:
- Size: 487.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41e72f784f46cec1aab67dc2b8d9bf63224ca6abac39f240b7e9b4444501f262
|
|
| MD5 |
e5f73ce3302bcf97eed73472c6f93d41
|
|
| BLAKE2b-256 |
b1699074b68d48270f79c50e027c7e0da3482aadd7e9700ce2d9fbaf76d09afb
|
File details
Details for the file ramabana-0.1.10-py3-none-any.whl.
File metadata
- Download URL: ramabana-0.1.10-py3-none-any.whl
- Upload date:
- Size: 183.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
196cc88cb616973583bb9836550714933316dbcb42040216acf1c8339c3c314a
|
|
| MD5 |
bba70252e63b063f0127d11db3d3cf1f
|
|
| BLAKE2b-256 |
ca6f5098e287af71b3fefe026eb1f06240af6c3956aa8a6af107d91c8a4110ab
|