sim-lib-agent 0.1.2

Agent runtime surfaces for SIM.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod lookup;
mod runtime;
mod swarm;
mod swarm_sites;
mod swarm_support;
mod types;

pub(crate) use lookup::{
    agent_from_value, connection_from_value, fabric_from_value, register_started_agent,
    resolve_agent_address, site_from_value,
};
pub(crate) use swarm::{swarm_explain_expr, swarm_realize_expr, swarm_status_value_for_table};
pub use types::{Agent, AgentFabric, AgentManifest, AgentRef, Budget, ComponentRef, TopologyRef};
pub(crate) use types::{LoopbackStream, NEXT_SWARM_ID, RuntimeValueSite, SwarmRegistry};