openclaw-amem@1.2.1
Patch Changes
-
#51
79075a6Thanks @heichaowo! - Declare the OpenAI-provider capability surface in the plugin manifest.0.3.0
added an OpenAI-compatible LLM path (readingAMEM_LLM_PROVIDERand
OPENAI_API_KEY, and able to reachapi.openai.comor any compatible gateway),
butopenclaw.plugin.jsonstill only declared the Anthropic surface. The two new
env vars and anopenaiendpoint class are now declared, so the manifest matches
what the code actually does — and ClawHub's scan can adjudicate the bundled
openaiSDK's env/network access against a declared capability instead of
holding the release. -
#53
51dca27Thanks @heichaowo! - Document the multi-provider LLM support prominently. The OpenAI-compatible
provider was only described in the configuration reference and the README's
security section; the plugin README's Requirements line and the docs
getting-started page still framed the LLM as Anthropic-only. Both now point at
a dedicated LLM provider section coveringAMEM_LLM_PROVIDER=anthropic|openai
and the OpenAI-compatible endpoints (OpenAI, DeepSeek, OpenRouter, Groq, Together,
Ollama, vLLM, LM Studio).