nested Agent
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "",
"type": "object",
"properties": {
"message": {
"type": "string",
"minLength": 1
}
},
"required": [
"message"
]
}
[
":agentId",
":agentId.test",
":agentId.test.$0"
]
{
"message": "hello"
}
{}
{
"test": [
"hello"
]
}
Receptron team
https://github.com/receptron/graphai
MIT