$ 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.4
HEAD
2026-06-26update the content summarization
v1.0.32026-06-26
update the answering prompt
v1.0.22026-06-26
update summarize model
v1.0.12026-05-25
remove country default
v1.0.02026-05-25