cvkg-cli 0.1.22

Cyber Viking Kvasir Graph (CVKG) - High-fidelity agentic UI framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod agent_replay;
pub mod build_pipeline;
pub mod dev_runtime;
pub mod devtools;
pub mod native_shell;
pub mod patch_engine;
pub mod runtime_connection;
pub mod ws_server;

// Re-exports for convenient access to key types
pub use devtools::{
    DevToolWidget, DevToolsDashboard, LogEntry, LogLevel, Panel, PanelContent, PerfMetrics,
    capture_metrics, current_timestamp, format_log_entry,
};
pub use native_shell::{
    NativeShell, ShellBackend, ShellError, ShellWindow, WindowEvent, create_window, poll_events,
};