Skip to content

0.1.0

Latest

Choose a tag to compare

@limbwizard limbwizard released this 06 Sep 23:20
· 6 commits to main since this release

First release under The Wizard's Ecosystem.

The agent is the same one that has been in use; what is new is the name, a working
install path, CI, and an honest statement of the trust model.

Install

git clone https://github.com/wizards-ecosystem/wizards-familiar
cd wizards-familiar
pip install .

That provides familiar and familiar-serve. There are no runtime dependencies, and CI
fails if one is ever added. Requires macOS on Apple Silicon and Python 3.11 or newer.

Renamed from orinth-sidekick

The old name misspelled Ornith, the third-party model it launches. Nothing is kept for
backward compatibility. SIDEKICK.md becomes FAMILIAR.md, ~/.sidekick_history
becomes ~/.familiar_history, and the SIDEKICK_* environment variables take a
FAMILIAR_ prefix. The full table is in the changelog.

Read before running it

Familiar executes shell commands chosen by a language model, as you, with no sandbox and
no approval prompt. Git is limited to a read-only allowlist and /plan disables the
editing tools, but neither limit constrains bash. See SECURITY.md.