summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authort <t@tjp.lol>2026-07-07 11:29:23 -0600
committert <t@tjp.lol>2026-07-07 12:15:28 -0600
commit621d7fee0ace729f8d44126032d2c6e13f72ee7f (patch)
treea2938b0a9e5c0930e8644721abbe94875df9ff08 /README.md
parent0fa6d4209ff9b4a95e7d1955887aa4c73ee3423c (diff)
Move libpanto projects to libpantograph dependencyHEADmain
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.md9
1 files changed, 4 insertions, 5 deletions
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`.