diff options
| author | t <t@tjp.lol> | 2026-07-07 11:29:23 -0600 |
|---|---|---|
| committer | t <t@tjp.lol> | 2026-07-07 12:15:28 -0600 |
| commit | 621d7fee0ace729f8d44126032d2c6e13f72ee7f (patch) | |
| tree | a2938b0a9e5c0930e8644721abbe94875df9ff08 /README.md | |
| parent | 0fa6d4209ff9b4a95e7d1955887aa4c73ee3423c (diff) | |
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.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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`. |
