$ cat node-template.py
W
Web search Macro
// Macro for web search, take a search arguments and generate a summary of the search result
Input
Document
template.py
1import json2import sys34def main():5 print(json.dumps({"error": "Macro nodes are executed by the macro executor, not directly."}), file=sys.stderr)6 sys.exit(1)78if __name__ == "__main__":9 main()$ git log --oneline
v1.0.1
HEAD
2026-05-25remove country default
v1.0.02026-05-25