ReMe/integrations
jinliyl 8416fd3ac9
feat: add unified TypeScript agent integrations (#483)
* 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
2026-08-21 13:57:14 +08:00
..
claude_code feat: add DSH memory integration and organize extensions (#461) 2026-08-20 15:31:51 +08:00
hermes_agent feat: add DSH memory integration and organize extensions (#461) 2026-08-20 15:31:51 +08:00
README.md feat: add unified TypeScript agent integrations (#483) 2026-08-21 13:57:14 +08:00

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.