docs: add missing examples to Python and Node bindings#1290
Merged
Conversation
Python examples: - data_pipeline.py: CSV processing, JSON transformation, log analysis, VFS intermediate files, async pipeline, report generation - llm_tool.py: BashTool metadata, system prompt, simulated tool-call loop, error handling, generic adapter pattern Node example: - k8s_orchestrator.mjs: 12 mock K8s API tools via ScriptedTool, cluster health report, pod diagnosis, scaling, namespace inventory CI: added new examples to smoke test jobs in python.yml and js.yml. Closes #1266
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
data_pipeline.pyandllm_tool.pyPython examplesk8s_orchestrator.mjsNode exampleDetails
Python examples:
data_pipeline.py— CSV processing with awk/sort/uniq, JSON transformation with jq, VFS intermediate files, async pipelinellm_tool.py— BashTool metadata, system_prompt(), simulated tool-call loop, error handlingNode example:
k8s_orchestrator.mjs— ScriptedTool with 12 mock K8s API tools, mirrors Python k8s_orchestrator.pyCI updates:
python.ymlandjs.ymlTest plan
Closes #1266