| 开发者 |
jboydston
botcreds |
|---|---|
| 更新时间 | 2026年6月23日 02:51 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
botcreds-agent-memory folder to /wp-content/plugins/./wp-json/botcreds-memory/v1/ with Basic Auth.No. Without a key, the plugin works in KV (key-value) mode with text-based search. An OpenAI key enables semantic vector search via embeddings.
The plugin uses WordPress Application Passwords. Create one under Users → Profile → Application Passwords, then use HTTP Basic Auth with your username and the generated password.
Yes. Go to Users → Edit User → Agent Memory Access and set allowed key prefixes. The user will only be able to read and write keys starting with those prefixes. Leave blank for full access.
MCP (Model Context Protocol) is a standard for AI agents to discover and use tools. The plugin exposes an MCP manifest at /wp-json/botcreds-memory/v1/mcp and a tool call endpoint at /wp-json/botcreds-memory/v1/mcp/call.
When you save an entry and an OpenAI key is configured, the plugin schedules a WP-Cron event to generate the embedding asynchronously. Existing entries can be backfilled from the Settings page.
By default, text-embedding-3-small (1536 dimensions). You can change this in the Settings page.
GET /entries/revisions?key= REST endpoint — full audit trail per entryget_revisions(key) — ask who changed what and when/-delimited paths (e.g. project/clawpress/brief), auto-indexedGET /namespaces REST endpoint — browse namespace tree with entry countsGET /tags REST endpoint — list all tags with counts?namespace= and ?tag= filter params on GET /entriesget_by_tag, list_namespaces, list_tagsnamespace and tag params on list_memory and search_memory MCP tools?tag= query param (single tag) alongside existing ?tags= (CSV)botcreds_memory_hardened option registered via Settings API (sanitized, integer, default 0).botcreds contributor (not a WordPress.org username)./wp-json/botcreds-memory/v1/.