mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-07-12 21:02:17 +02:00
Built-in agent identity moves to agents/registry.ts: a table of definitions with builders, an alias (rowboatx → copilot) expressed as shared entries, and declared traits. One prompt-file loader replaces the five copy-pasted frontmatter-parsing blocks, and the stringly "copilot" || "rowboatx" comparisons in the resolver and the legacy runtime become hasWorkspaceContext(agentId) trait lookups. loadAgent keeps its signature and its legacy import path via re-export; the user-agents repo fallback resolves the container lazily so the registry adds no static edge into the DI graph. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| docs | ||
| scripts | ||
| src | ||
| .gitignore | ||
| package.json | ||
| tsconfig.build.json | ||
| tsconfig.json | ||
| vitest.config.ts | ||