Refactor public API around environments
This commit is contained in:
parent
57dae52cc2
commit
5d5243df23
41 changed files with 1301 additions and 459 deletions
|
|
@ -29,7 +29,7 @@ Recommended surface:
|
|||
|
||||
Canonical example:
|
||||
|
||||
- [examples/openai_responses_vm_run.py](/home/thales/projects/personal/pyro/examples/openai_responses_vm_run.py)
|
||||
- [examples/openai_responses_vm_run.py](../examples/openai_responses_vm_run.py)
|
||||
|
||||
## MCP Clients
|
||||
|
||||
|
|
@ -45,9 +45,9 @@ Recommended entrypoint:
|
|||
|
||||
Starter config:
|
||||
|
||||
- [examples/mcp_client_config.md](/home/thales/projects/personal/pyro/examples/mcp_client_config.md)
|
||||
- [examples/claude_desktop_mcp_config.json](/home/thales/projects/personal/pyro/examples/claude_desktop_mcp_config.json)
|
||||
- [examples/cursor_mcp_config.json](/home/thales/projects/personal/pyro/examples/cursor_mcp_config.json)
|
||||
- [examples/mcp_client_config.md](../examples/mcp_client_config.md)
|
||||
- [examples/claude_desktop_mcp_config.json](../examples/claude_desktop_mcp_config.json)
|
||||
- [examples/cursor_mcp_config.json](../examples/cursor_mcp_config.json)
|
||||
|
||||
## Direct Python SDK
|
||||
|
||||
|
|
@ -63,8 +63,8 @@ Recommended default:
|
|||
|
||||
Examples:
|
||||
|
||||
- [examples/python_run.py](/home/thales/projects/personal/pyro/examples/python_run.py)
|
||||
- [examples/python_lifecycle.py](/home/thales/projects/personal/pyro/examples/python_lifecycle.py)
|
||||
- [examples/python_run.py](../examples/python_run.py)
|
||||
- [examples/python_lifecycle.py](../examples/python_lifecycle.py)
|
||||
|
||||
## Agent Framework Wrappers
|
||||
|
||||
|
|
@ -87,7 +87,7 @@ Recommended pattern:
|
|||
|
||||
Concrete example:
|
||||
|
||||
- [examples/langchain_vm_run.py](/home/thales/projects/personal/pyro/examples/langchain_vm_run.py)
|
||||
- [examples/langchain_vm_run.py](../examples/langchain_vm_run.py)
|
||||
|
||||
## Selection Rule
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue