Skip to content

fix: update test imports to perseus_agent_core, install deps in CI#19

Merged
tcconnally merged 1 commit into
mainfrom
fix/test-imports-and-ci-deps
Jun 18, 2026
Merged

fix: update test imports to perseus_agent_core, install deps in CI#19
tcconnally merged 1 commit into
mainfrom
fix/test-imports-and-ci-deps

Conversation

@tcconnally

Copy link
Copy Markdown
Collaborator

Fixes 2 CI failures on main:

1. Test import errors

tests/test_engram_backend.py imported from agent.memory.* but those modules were extracted to perseus_agent_core. Updated imports to from perseus_agent_core.memory.*.

2. Missing dependency install in CI

.github/workflows/test.yml only ran pip install pytest — never installed requirements.txt which contains perseus-agent-core>=0.2.0. Added pip install -r requirements.txt step.

Both issues were causing ModuleNotFoundError on main.

- tests/test_engram_backend.py: agent.memory.* → perseus_agent_core.memory.*
- .github/workflows/test.yml: add pip install -r requirements.txt
Both fixes address CI failures on main.
@tcconnally tcconnally merged commit cf45a6e into main Jun 18, 2026
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant