theater 0.3.8

A WebAssembly actor system for AI agents
Documentation
1
2
3
4
5
6
7
8
// Unit tests for Theater components
// pub mod actor_handle_tests; // Disabled - API changed significantly
// pub mod actor_runtime_tests; // Disabled - API changed significantly
// pub mod actor_store_tests; // Disabled - API changed significantly
pub mod chain_tests;
pub mod messages_tests;
pub mod permission_enforcement_tests;
pub mod store_tests;