Add lib target to poc-agent, make poc-memory depend on it

Split poc-agent into lib + bin so its API client, types, and tool
dispatch can be imported by poc-memory. This is the foundation for
replacing claude CLI subprocess calls with direct API calls to
vllm/OpenAI-compatible endpoints.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Kent Overstreet 2026-03-18 22:56:48 -04:00
parent 57fcfb472a
commit 55326a1c47
4 changed files with 20 additions and 4 deletions

View file

@ -21,7 +21,6 @@ peg = "0.8"
paste = "1"
jobkit = { git = "https://evilpiepirate.org/git/jobkit.git/" }
jobkit-daemon = { git = "https://evilpiepirate.org/git/jobkit-daemon.git/" }
reqwest = { version = "0.12", features = ["blocking", "json"] }
poc-agent = { path = "../poc-agent" }
redb = "2"
log = "0.4"