add axon-events: typed event schema for the full neuron-technologies stack

This commit is contained in:
2026-04-27 20:01:39 -05:00
parent 745278c902
commit 7a81bb11a7
17 changed files with 2115 additions and 36 deletions
+2 -1
View File
@@ -3,5 +3,6 @@ pub mod handler;
pub mod sse;
pub mod tools;
pub use axon::{AxonMessage, AxonResponse};
pub use axon::{AxonEvent, AxonMessage, AxonMethod, AxonResponse};
pub use handler::AxonHandler;
pub use tools::ProjectType;