Add LangChain vm_run wrapper example
This commit is contained in:
parent
f7c8a4366b
commit
a5cde71b37
4 changed files with 153 additions and 0 deletions
|
|
@ -83,6 +83,10 @@ Recommended pattern:
|
|||
- map framework tool input directly onto `vm_run`
|
||||
- avoid exposing lifecycle tools unless the framework truly needs them
|
||||
|
||||
Concrete example:
|
||||
|
||||
- [examples/langchain_vm_run.py](/home/thales/projects/personal/pyro/examples/langchain_vm_run.py)
|
||||
|
||||
## Selection Rule
|
||||
|
||||
Choose the narrowest integration that matches the host environment:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue