Skip to main content

Crate agent_doc

Crate agent_doc 

Source
Expand description

agent-doc library — shared components for CLI, FFI, and editor plugins.

Re-exports the core document manipulation modules that are shared between the CLI binary and native plugin bindings (JNI, napi-rs).

Modules§

component
crdt
ffi
C ABI exports for editor plugin native bindings.
frontmatter
merge
3-way merge with append-friendly conflict resolution.
template
Template-mode support for in-place response documents.

Constants§

BOUNDARY_ID_LEN
Default number of hex characters for boundary IDs.

Functions§

format_boundary_marker
Format a boundary marker comment.
new_boundary_id
Generate a new boundary ID (short hex string from UUID v4).