First Version

This commit is contained in:
2026-07-10 15:02:09 +01:00
commit 38494a85a9
562 changed files with 196313 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
/// Application name, sent as `X-Title` HTTP header to LLM/image/audio providers.
pub const APP_NAME: &str = "Skald";
pub mod approval;
pub mod bus;
pub mod system_bus;
pub mod chatbot;
pub mod chat_hub;
pub mod command;
pub mod events;
pub mod image_generate;
pub mod inbox;
pub mod interface_tool;
pub mod location;
pub mod memory;
pub mod message_meta;
pub mod plugin;
pub mod provider;
pub mod remote;
pub mod tool;
pub mod secrets;
pub mod transcribe;
pub mod tts;
pub mod config_property;
pub use config_property::{ConfigProperty, ConfigSet, PropertyType};