pub struct AgentGraphServer { /* private fields */ }Implementations§
Source§impl AgentGraphServer
impl AgentGraphServer
Sourcepub fn graph_create_tool_attr() -> Tool
pub fn graph_create_tool_attr() -> Tool
Generated tool metadata function for graph_create
Sourcepub fn graph_execute_tool_attr() -> Tool
pub fn graph_execute_tool_attr() -> Tool
Generated tool metadata function for graph_execute
Sourcepub fn graph_source_witness_capture_tool_attr() -> Tool
pub fn graph_source_witness_capture_tool_attr() -> Tool
Generated tool metadata function for graph_source_witness_capture
Sourcepub fn graph_source_witness_get_tool_attr() -> Tool
pub fn graph_source_witness_get_tool_attr() -> Tool
Generated tool metadata function for graph_source_witness_get
Sourcepub fn graph_status_tool_attr() -> Tool
pub fn graph_status_tool_attr() -> Tool
Generated tool metadata function for graph_status
Sourcepub fn graph_list_tool_attr() -> Tool
pub fn graph_list_tool_attr() -> Tool
Generated tool metadata function for graph_list
Sourcepub fn graph_inspect_tool_attr() -> Tool
pub fn graph_inspect_tool_attr() -> Tool
Generated tool metadata function for graph_inspect
Sourcepub fn graph_approval_request_tool_attr() -> Tool
pub fn graph_approval_request_tool_attr() -> Tool
Generated tool metadata function for graph_approval_request
Sourcepub fn graph_approval_list_tool_attr() -> Tool
pub fn graph_approval_list_tool_attr() -> Tool
Generated tool metadata function for graph_approval_list
Sourcepub fn graph_approval_get_tool_attr() -> Tool
pub fn graph_approval_get_tool_attr() -> Tool
Generated tool metadata function for graph_approval_get
Sourcepub fn graph_run_start_tool_attr() -> Tool
pub fn graph_run_start_tool_attr() -> Tool
Generated tool metadata function for graph_run_start
Sourcepub fn graph_run_checkpoint_tool_attr() -> Tool
pub fn graph_run_checkpoint_tool_attr() -> Tool
Generated tool metadata function for graph_run_checkpoint
Sourcepub fn graph_run_resume_tool_attr() -> Tool
pub fn graph_run_resume_tool_attr() -> Tool
Generated tool metadata function for graph_run_resume
Sourcepub fn graph_run_wait_tool_attr() -> Tool
pub fn graph_run_wait_tool_attr() -> Tool
Generated tool metadata function for graph_run_wait
Sourcepub fn graph_run_cancel_tool_attr() -> Tool
pub fn graph_run_cancel_tool_attr() -> Tool
Generated tool metadata function for graph_run_cancel
Sourcepub fn graph_run_get_tool_attr() -> Tool
pub fn graph_run_get_tool_attr() -> Tool
Generated tool metadata function for graph_run_get
Sourcepub fn graph_run_state_tool_attr() -> Tool
pub fn graph_run_state_tool_attr() -> Tool
Generated tool metadata function for graph_run_state
Sourcepub fn graph_run_events_tool_attr() -> Tool
pub fn graph_run_events_tool_attr() -> Tool
Generated tool metadata function for graph_run_events
Sourcepub fn graph_run_receipt_tool_attr() -> Tool
pub fn graph_run_receipt_tool_attr() -> Tool
Generated tool metadata function for graph_run_receipt
Sourcepub fn graph_policy_check_tool_attr() -> Tool
pub fn graph_policy_check_tool_attr() -> Tool
Generated tool metadata function for graph_policy_check
Sourcepub fn graph_render_tool_attr() -> Tool
pub fn graph_render_tool_attr() -> Tool
Generated tool metadata function for graph_render
Sourcepub fn graph_template_list_tool_attr() -> Tool
pub fn graph_template_list_tool_attr() -> Tool
Generated tool metadata function for graph_template_list
Sourcepub fn graph_template_instantiate_tool_attr() -> Tool
pub fn graph_template_instantiate_tool_attr() -> Tool
Generated tool metadata function for graph_template_instantiate
Sourcepub fn graph_template_candidates_tool_attr() -> Tool
pub fn graph_template_candidates_tool_attr() -> Tool
Generated tool metadata function for graph_template_candidates
Sourcepub fn graph_template_outcomes_tool_attr() -> Tool
pub fn graph_template_outcomes_tool_attr() -> Tool
Generated tool metadata function for graph_template_outcomes
Trait Implementations§
Source§impl ServerHandler for AgentGraphServer
impl ServerHandler for AgentGraphServer
Source§async fn call_tool(
&self,
request: CallToolRequestParams,
context: RequestContext<RoleServer>,
) -> Result<CallToolResult, ErrorData>
async fn call_tool( &self, request: CallToolRequestParams, context: RequestContext<RoleServer>, ) -> Result<CallToolResult, ErrorData>
tools/call request from a client. Read more