- Add .hypothesis/ to .gitignore for test framework artifacts - Remove outdated comment from EndUser model memory_config_id field - Update memory config extraction methods to return tuple with legacy format flag - Add detection for legacy int-formatted memory_config_id in Agent and Workflow configs - Implement workspace default memory config fallback when legacy int format detected - Add _get_workspace_default_memory_config_id method to retrieve default or earliest active config - Update return types from Optional[uuid.UUID] to Tuple[Optional[uuid.UUID], bool] for extraction methods - Add comprehensive logging for legacy format detection and fallback behavior - Improve backward compatibility for applications with old int-based memory configuration data
42 lines
489 B
Plaintext
42 lines
489 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
logs/
|
|
api/res/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|
|
docs/
|
|
examples/
|
|
|
|
# Environment variables
|
|
.env
|
|
.kiro
|
|
.vscode
|
|
.idea
|
|
|
|
# Temporary outputs
|
|
.DS_Store
|
|
.hypothesis/
|
|
time.log
|
|
celerybeat-schedule.db
|
|
search_results.json
|
|
|
|
api/migrations/versions
|
|
tmp
|
|
files
|
|
|
|
# Exclude dep files
|
|
huggingface.co/
|
|
nltk_data/
|
|
tika-server*.jar*
|
|
cl100k_base.tiktoken
|
|
libssl*.deb
|
|
|
|
sandbox/lib/seccomp_python/target
|
|
sandbox/lib/seccomp_nodejs/target
|