opencowork 0.0.1

OpenCoWork - Open-source AI collaborative assistant with sandboxed execution
Documentation
1
2
3
4
5
6
7
8
9
10
//! OpenCoWork - Open-source AI collaborative assistant with sandboxed execution.
//!
//! 🚧 Under Development 🚧
//!
//! Visit <https://openco.work> for updates.

/// Placeholder function
pub fn hello() {
    println!("OpenCoWork is under development. Visit https://openco.work for updates.");
}