From 621d7fee0ace729f8d44126032d2c6e13f72ee7f Mon Sep 17 00:00:00 2001 From: t Date: Tue, 7 Jul 2026 11:29:23 -0600 Subject: Move libpanto projects to libpantograph dependency Remove the in-repo libpanto sources and binding projects from pantograph. Consume libpantograph through the Zig package URL at code.tjp.lol/libpantograph.git, including the Lua module artifact used by CLI extensions. --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index de4c962..fda389f 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,8 @@ adds nothing of its own. - **Core in Zig.** One binary, small footprint, fast startup. The agent loop and nothing else. -- **`libpanto`.** The same loop behind a C ABI, so other programs can - embed it instead of shelling out. +- **`libpanto`.** The same loop lives in `code.tjp.lol/libpantograph.git`, + with C/Lua/Go bindings for embedders. - **Two provider shapes.** Anthropic-shaped and OpenAI-shaped APIs at arbitrary base URLs. Both work all the way through, or they aren't shipped. @@ -109,6 +109,5 @@ Extensions are how `pantograph` stays small without becoming useless. ## Status -Early. The thinking lives in `ideas.md`; the staged plan lives in -`docs/phase-1.md` through `docs/phase-4.md`. Source is under `src/` for -the CLI and `libpanto/` for the embeddable library. +Early. The CLI source is under `src/`; the embeddable library and bindings +live at `code.tjp.lol/libpantograph.git`. -- cgit v1.3