MCPcopy Create free account
hub / github.com/InfinitiBit/graphbit / execute

Method execute

tests/rust_unit_tests/agent_tests.rs:42–47  ·  view source on GitHub ↗
(
        &self,
        _message: graphbit_core::types::AgentMessage,
    )

Source from the content-addressed store, hash-verified

40 }
41
42 async fn execute(
43 &self,
44 _message: graphbit_core::types::AgentMessage,
45 ) -> GraphBitResult<serde_json::Value> {
46 unimplemented!()
47 }
48
49 async fn validate_output(
50 &self,

Calls

no outgoing calls

Tested by

no test coverage detected