vibe-ready 0.1.1

This is the project framework for vibe coding, with multiple optional modules, aiming to quickly build vibe coding projects
Documentation
1
2
3
4
5
6
7
8
9
pub mod capabilities;
pub mod connection_status;
pub mod engine;
pub mod engine_config;
pub mod engine_context;
pub mod engine_error;
pub mod engine_executor;
pub mod platform_type;
pub mod scheduler;