Commit 293778a
File tree
3 files changed
+20
-5
lines changed- benchmarks/utils
- vendor
3 files changed
+20
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
| 443 | + | |
443 | 444 | | |
444 | 445 | | |
445 | 446 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Submodule software-agent-sdk updated 51 files
- .github/scripts/check_deprecations.py+397
- .github/workflows/assign-reviews.yml+9-4
- .github/workflows/deprecation-check.yml+23
- .github/workflows/integration-runner.yml+8-3
- .github/workflows/run-examples.yml+11-1
- examples/01_standalone_sdk/02_custom_tools.py+18-16
- examples/03_github_workflows/02_pr_review/agent_script.py+4
- openhands-agent-server/openhands/agent_server/config.py+1-1
- openhands-agent-server/openhands/agent_server/conversation_service.py+12-12
- openhands-agent-server/pyproject.toml+1-1
- openhands-sdk/openhands/sdk/agent/base.py+10-7
- openhands-sdk/openhands/sdk/context/prompts/prompt.py+3-1
- openhands-sdk/openhands/sdk/conversation/conversation_stats.py+27-27
- openhands-sdk/openhands/sdk/conversation/impl/remote_conversation.py+2-2
- openhands-sdk/openhands/sdk/llm/llm.py+21-17
- openhands-sdk/openhands/sdk/llm/llm_registry.py+15-19
- openhands-sdk/openhands/sdk/llm/message.py+5-2
- openhands-sdk/openhands/sdk/llm/utils/verified_models.py+2-1
- openhands-sdk/openhands/sdk/tool/tool.py+3-3
- openhands-sdk/openhands/sdk/utils/__init__.py+8
- openhands-sdk/openhands/sdk/utils/deprecation.py+118
- openhands-sdk/openhands/sdk/utils/github.py+44
- openhands-sdk/pyproject.toml+2-1
- openhands-tools/openhands/tools/terminal/README.md+4-2
- openhands-tools/openhands/tools/terminal/__init__.py+7-1
- openhands-tools/openhands/tools/terminal/definition.py+57-10
- openhands-tools/openhands/tools/terminal/impl.py+38-14
- openhands-tools/openhands/tools/terminal/terminal/interface.py+4-4
- openhands-tools/openhands/tools/terminal/terminal/terminal_session.py+13-13
- openhands-tools/pyproject.toml+1-1
- openhands-workspace/pyproject.toml+1-1
- tests/agent_server/test_terminal_router.py
- tests/agent_server/test_terminal_service.py
- tests/agent_server/test_webhook_subscriber.py+128-16
- tests/cross/test_agent_secrets_integration.py+28-28
- tests/cross/test_stuck_detector.py+15-15
- tests/sdk/conversation/test_conversation_stats.py+4-3
- tests/sdk/llm/test_thinking_blocks.py+184-16
- tests/sdk/utils/test_deprecation.py+83
- tests/sdk/utils/test_github.py+129
- tests/tools/terminal/test_conversation_cleanup.py+38-28
- tests/tools/terminal/test_observation_truncation.py+13-13
- tests/tools/terminal/test_secrets_masking.py+13-13
- tests/tools/terminal/test_shell_path_configuration.py+4-4
- tests/tools/terminal/test_terminal_parsing.py
- tests/tools/terminal/test_terminal_ps1_metadata.py+5-5
- tests/tools/terminal/test_terminal_reset.py+39-39
- tests/tools/terminal/test_terminal_session.py+34-34
- tests/tools/terminal/test_terminal_tool.py+8-8
- tests/tools/terminal/test_terminal_tool_auto_detection.py+13-13
- uv.lock+18-4
0 commit comments