mirror of
https://bitbucket.org/siakitem/my-pi.git
synced 2026-08-28 08:35:57 +00:00
610 B
610 B
description, memory, tools, expect_tools_present, expect_tools_absent, expect_prompt_contains, expect_prompt_absent
| description | memory | tools | expect_tools_present | expect_tools_absent | expect_prompt_contains | expect_prompt_absent |
|---|---|---|---|---|---|---|
| memory read-only — an agent without write tools gets a read-only memory block. | project | read, grep | read, grep | write, edit | Agent Memory (read-only), Memory scope: project | persistent memory directory |
A read-only memory agent. Per the README, agents without write/edit tools
auto-get a read-only memory fallback: existing memory is injected, no write
access is granted, and no memory directory is created (so project scope is
safe here — nothing is written into the repo).