mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 21:01:43 +03:00
refactor: rename to openclaw
This commit is contained in:
@@ -4,7 +4,7 @@ Adds an **optional** agent tool `llm-task` for running **JSON-only** LLM tasks
|
||||
(drafting, summarizing, classifying) with optional JSON Schema validation.
|
||||
|
||||
Designed to be called from workflow engines (for example, Lobster via
|
||||
`clawd.invoke --each`) without adding new Clawdbot code per workflow.
|
||||
`openclaw.invoke --each`) without adding new OpenClaw code per workflow.
|
||||
|
||||
## Enable
|
||||
|
||||
@@ -89,9 +89,9 @@ Returns `details.json` containing the parsed JSON (and validates against
|
||||
|
||||
## Bundled extension note
|
||||
|
||||
This extension depends on Clawdbot internal modules (the embedded agent runner).
|
||||
It is intended to ship as a **bundled** Clawdbot extension (like `lobster`) and
|
||||
This extension depends on OpenClaw internal modules (the embedded agent runner).
|
||||
It is intended to ship as a **bundled** OpenClaw extension (like `lobster`) and
|
||||
be enabled via `plugins.entries` + tool allowlists.
|
||||
|
||||
It is **not** currently designed to be copied into
|
||||
`~/.clawdbot/extensions` as a standalone plugin directory.
|
||||
`~/.openclaw/extensions` as a standalone plugin directory.
|
||||
|
||||
Reference in New Issue
Block a user