@keel-agent/adapters
v0.2.1
Published
Host adapters for exporting keel-agent canonical assets to Codex and other agent hosts.
Readme
@keel-agent/adapters
Host adapters for exporting keel-agent canonical assets to Codex and other agent hosts.
Use this package when you already have .keel-agent/ canonical assets and need to export them to a supported host.
import { exportHost } from "@keel-agent/adapters";
await exportHost(process.cwd(), "codex");Normal project setup should go through @keel-agent/cli:
ka export --host codex