routa-core 0.15.2

Routa.js core domain — models, stores, protocols, and JSON-RPC (transport-agnostic)
Documentation
pub mod acp_session_store;
pub mod agent_store;
pub mod artifact_store;
pub mod codebase_store;
pub mod conversation_store;
pub mod kanban_store;
pub mod note_store;
pub mod schedule_store;
pub mod task_store;
pub mod workspace_store;
pub mod worktree_store;

pub use acp_session_store::AcpSessionStore;
pub use agent_store::AgentStore;
pub use artifact_store::ArtifactStore;
pub use codebase_store::CodebaseStore;
pub use conversation_store::ConversationStore;
pub use kanban_store::KanbanStore;
pub use note_store::NoteStore;
pub use schedule_store::ScheduleStore;
pub use task_store::TaskStore;
pub use workspace_store::WorkspaceStore;
pub use worktree_store::WorktreeStore;