-
Notifications
You must be signed in to change notification settings - Fork 27
refactor: delegate memory models and table creation to memu-py #19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
a7ea375
feat(models): implement SQLModel BaseModel and Memory data models
SparkZou c3eac38
fix(models): resolve all critical issues and test failures
SparkZou 8db1fd6
test(memory): verify actual index configuration instead of attribute …
SparkZou a9e721c
fix(models): address remaining Copilot review feedback
SparkZou fdfd3da
refactor(models): remove redundant index and add timezone to happened_at
SparkZou 61c8ac2
chore(alembic): add migration to create memories table
SparkZou 2403a7f
fix(alembic): ensure pgvector extension before creating memories table
SparkZou 6d39b94
fix(tests): correct docstring to match list[Any] type for links field
SparkZou 3834ab1
docs(alembic): document pgvector extension prerequisite and downgrade…
SparkZou c007586
refactor(models): extract EMBEDDING_DIM constant and fix type: ignore…
SparkZou 58bfc8d
refactor(tests): assert indexes via SQLAlchemy table metadata and fix…
SparkZou e13f562
fix(tests): validate KSUID as hex string instead of alphanumeric
SparkZou d0e6d62
refactor: delegate memory models and table creation to memu-py
SparkZou 9b068af
fix: configure deptry and mypy to scan config/ directory
SparkZou 9cee540
refactor: wire main.py to Settings + create_memory_service factory
SparkZou 521eddb
fix: address Copilot review - URL-encode creds, remove dead code, har…
SparkZou 0c54bd3
fix: CI test failure and add design rationale comments
SparkZou b3a3164
fix: make OPENAI_API_KEY and EMBEDDING_API_KEY required fields
SparkZou 582e793
fix: use empty defaults for API keys, add config/ to coverage
SparkZou 5cab98c
fix: align defaults with docker-compose, harden settings and endpoints
SparkZou c299008
fix: replace traceback.print_exc with logger.exception
SparkZou 622db30
fix: document alembic metadata, harden tests, improve dependency comm…
SparkZou 136e872
fix: correct Settings docstring precedence, include config in wheel
SparkZou 3de8aae
fix: deduplicate lifespan error message string
SparkZou 086935d
refactor: reuse Settings in alembic/env.py for consistent env vars
SparkZou 1c972b9
fix: preserve RFC 3986 sub-delimiters in DATABASE_URL to avoid config…
SparkZou File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.