mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08:00
* refactor: expand acp core package * chore: drop acp core package symlink * fix: keep acp core dependency graph stable * fix: add acp core tsconfig subpaths * fix: sync acp core boundary path artifacts * fix: use kysely for cron run-log queries * fix: resolve acp core subpaths in loaders
10 lines
322 B
TypeScript
10 lines
322 B
TypeScript
export type { AcpProvenanceMode, AcpServerOptions, AcpSession } from "@openclaw/acp-core/types";
|
|
export { normalizeAcpProvenanceMode } from "@openclaw/acp-core/types";
|
|
import { VERSION } from "../version.js";
|
|
|
|
export const ACP_AGENT_INFO = {
|
|
name: "openclaw-acp",
|
|
title: "OpenClaw ACP Gateway",
|
|
version: VERSION,
|
|
};
|