Skip to content

Latest commit

 

History

History
84 lines (52 loc) · 673 Bytes

countingAgent.md

File metadata and controls

84 lines (52 loc) · 673 Bytes

countingAgent

Description

Counting agent

Schema

inputs

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "description": "",
  "type": "object",
  "properties": {},
  "required": []
}

Input example of the next node

[
  ":agentId",
  ":agentId.list",
  ":agentId.list.$0",
  ":agentId.list.$1",
  ":agentId.list.$2",
  ":agentId.list.$3"
]

Samples

Sample0

inputs

{}

params

{"count":4}

result

{
  "list": [
    0,
    1,
    2,
    3
  ]
}

Author

Receptron team

Repository

https://github.com/receptron/graphai

License

MIT