We need a basic model-like plug with custom messages "protocol" to drive it through
e.g.
send "ping: blah" -- the model replies with "pong: blah"
send "call: tool_name" -- the model replies with "return: <json>"
Context: examples need to be tested and writing proper functional end-to-end (well, the "end" will be our test model, not anthropic)
We need a basic model-like plug with custom messages "protocol" to drive it through
e.g.
Context: examples need to be tested and writing proper functional end-to-end (well, the "end" will be our test model, not anthropic)