From f0cd86e8039e6baa7bc1f444728b4aec345656f7 Mon Sep 17 00:00:00 2001 From: Thomas Connally Date: Fri, 12 Jun 2026 19:25:45 -0500 Subject: [PATCH] chore: switch perseus-agent-core to PyPI package Now that perseus-agent-core v0.2.0 is published on PyPI, switch from git URL install to standard pip dependency. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a619f04..58eb667 100755 --- a/requirements.txt +++ b/requirements.txt @@ -13,4 +13,4 @@ elasticsearch>=8.0 anyio>=4.0 # Shared memory + tool layer (extracted from this repo and perseus-qwen-memory) -perseus-agent-core @ git+https://github.com/tcconnally/perseus-agent-core.git +perseus-agent-core>=0.2.0