docs: README for condenser module
#680
api-breakage.yml
on: pull_request
SDK programmatic API (Griffe)
31s
Annotations
2 errors, 2 warnings, and 3 notices
|
SemVer
Breaking changes detected (1); require at least minor version bump from 1.11.x, but new is 1.11.5
|
|
SemVer
Breaking changes detected (1); require at least minor version bump from 1.11.x, but new is 1.11.5
|
|
DockerDevWorkspace.server_image:
openhands-workspace/openhands/workspace/docker/dev_workspace.py#L33
Attribute value was changed: `Field(default='ghcr.io/openhands/agent-server:latest-python', description='Pre-built agent server image to use.')` -> `Field(default=None, description='Pre-built agent server image. Mutually exclusive with base_image.')`
|
|
LLM.top_p:
openhands-sdk/openhands/sdk/llm/llm.py#L190
Attribute value was changed: `Field(default=1.0, ge=0, le=1)` -> `Field(default=None, ge=0, le=1, description='Nucleus sampling parameter. Defaults to None (uses provider default). Set to a value between 0 and 1 to control diversity of outputs.')`
|
|
openhands-tools API
Skipping breakage check; previous release has no statically-evaluable openhands.tools.__all__: Expected __all__ to be defined on the public module
|
|
openhands-sdk API
Ignoring Field metadata-only change (non-breaking): temperature
|
|
openhands-sdk API
Ignoring Field metadata-only change (non-breaking): load_public_skills
|