Build latest book artifacts / build (push) Canceled after 0s
dependency resolution / resolve (3.11) (push) Canceled after 0s
dependency resolution / resolve (3.13) (push) Canceled after 0s
deploy-pages / build (push) Canceled after 0s
deploy-pages / deploy (push) Canceled after 0s
i18n consistency check / check (push) Canceled after 0s
provider adoption tests / test (chapter2/context-compression) (push) Canceled after 0s
provider adoption tests / test (chapter2/prompt-injection) (push) Canceled after 0s
provider adoption tests / test (chapter2/system-hint) (push) Canceled after 0s
provider adoption tests / test (chapter3/log-sanitization) (push) Canceled after 0s
web-search-agent tests / test (push) Canceled after 0s
web-search-agent tests / agentbook (push) Canceled after 0s
24 lines
436 B
Plaintext
24 lines
436 B
Plaintext
# User Memory System Requirements
|
|
|
|
# Core dependencies
|
|
openai>=1.35.0
|
|
python-dotenv>=1.0.0
|
|
|
|
# Logging and utilities
|
|
colorama>=0.4.6
|
|
rich>=13.0.0
|
|
pyyaml>=6.0.0
|
|
pydantic>=2.0.0
|
|
|
|
# Optional: For Dify integration (vector search)
|
|
requests>=2.31.0
|
|
|
|
# Optional: For advanced embedding search (if not using Dify)
|
|
# sentence-transformers>=2.2.2
|
|
# numpy>=1.24.0
|
|
# faiss-cpu>=1.7.4
|
|
|
|
# Development dependencies
|
|
pytest>=7.4.0
|
|
pytest-asyncio>=0.21.0
|