mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-08-28 05:25:04 +00:00
* feat: add unified TypeScript agent integrations * fix: normalize endpoints without regex backtracking * fix: address TypeScript integration review feedback * fix: preserve original OpenClaw prompts * fix: bound pending OpenClaw prompts |
||
|---|---|---|
| .. | ||
| claude_code | ||
| hermes_agent | ||
| README.md | ||
Agent Integrations
This directory contains host-specific adapters that connect external agents to ReMe. An integration may use the host's
plugin API, hooks, MCP configuration, or client interface, but it does not extend ReMe's runtime through the
reme.plugins entry-point group.
The shared TypeScript client and the DeepSeek Harness and OpenClaw adapters live in
../packages/typescript.
Installable extensions of ReMe itself belong in ../plugins.