jamjet-worker 0.3.2

JamJet worker process — task execution, heartbeat, lease renewal
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod a2a_task;
pub mod agent_discovery;
pub mod agent_tool;
pub mod coordinator;
pub mod eval;
pub mod mcp_tool;
pub mod model_node;

pub use a2a_task::A2aTaskExecutor;
pub use agent_discovery::AgentDiscoveryExecutor;
pub use agent_tool::AgentToolExecutor;
pub use coordinator::CoordinatorExecutor;
pub use eval::EvalExecutor;
pub use mcp_tool::McpToolExecutor;
pub use model_node::ModelNodeExecutor;