- Add end_user_controller with unauthenticated endpoint for creating end users - Implement get_or_create_end_user logic to handle duplicate end users by other_id - Register end_user_controller router in main controller initialization - Add list_memory_configs endpoint to retrieve all workspace memory configurations - Update MemoryWriteRequest and MemoryReadRequest to make config_id required field - Refactor memory API endpoints to parse request body directly instead of using Body parameter - Add CreateEndUserRequest and CreateEndUserResponse schemas for end user creation - Add ListConfigsResponse schema for configs listing endpoint - Remove unused config_id and llm_model_id parameters from Neo4j write operation - Update .gitignore to exclude redbear-mem-metrics and pitch-deck directories
44 lines
498 B
Plaintext
44 lines
498 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
|
|
redbear-mem-metrics/
|
|
pitch-deck/
|
|
|
|
api/migrations/versions
|
|
tmp
|
|
files
|
|
powers/
|
|
|
|
# Exclude dep files
|
|
huggingface.co/
|
|
nltk_data/
|
|
tika-server*.jar*
|
|
cl100k_base.tiktoken
|
|
libssl*.deb
|
|
|
|
sandbox/lib/seccomp_redbear/target
|