mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
8ba6749932
First memories extension implementation Based on memories-mcp tools
7 lines
129 B
Python
7 lines
129 B
Python
load("//:defs.bzl", "codex_rust_crate")
|
|
|
|
codex_rust_crate(
|
|
name = "memories",
|
|
crate_name = "codex_memories_extension",
|
|
)
|