routa-core 0.15.1

Routa.js core domain — models, stores, protocols, and JSON-RPC (transport-agnostic)
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! JSON-RPC method implementations, organized by domain.
//!
//! Each sub-module exposes typed param/result structs and an async `handle`
//! function that takes `AppState` + params and returns a `serde_json::Value`.

pub mod agents;
pub mod kanban;
pub mod notes;
pub mod skills;
pub mod tasks;
pub mod workspaces;