Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion auto-codex/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tomli>=2.0.0; python_version < "3.11"

# Memory Integration (highly recommended) but can be disabled by commenting out the line below
# NOTE: graphiti-core requires Python 3.10+; keep core features working on older Python 3 by gating it.
graphiti-core[falkordb]>=0.5.0; python_version >= "3.10"
graphiti-core[falkordb]>=0.29.0; python_version >= "3.10"

# Google AI (optional - for Gemini LLM and embeddings)
google-generativeai>=0.8.0
Loading