summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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`.