Skip to content

Commit 73213f4

Browse files
docs: clarify settings guidance in AGENTS
Co-authored-by: openhands <openhands@all-hands.dev>
1 parent bba46af commit 73213f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ Note: This is separate from `persistence_dir` which is used for conversation sta
303303
- Build agent-server: `make build-server` (output: `dist/agent-server/`)
304304
- Clean caches: `make clean`
305305
- Run SDK examples: see [openhands-sdk/openhands/sdk/AGENTS.md](openhands-sdk/openhands/sdk/AGENTS.md).
306-
- Programmatic settings schemas should annotate the canonical SDK model fields (for example `LLM`) and export only those annotated fields, instead of introducing duplicate subset config models that can drift from the source of truth.
306+
- Programmatic settings live in `openhands-sdk/openhands/sdk/settings.py`. Treat `AgentSettings` and `AgentSettings.export_schema()` as the canonical SDK settings surface, and annotate existing SDK model fields (for example `LLM`) instead of maintaining a second, separately curated settings surface for the same values.
307307

308308
</QUICK_COMMANDS>
309309

0 commit comments

Comments
 (0)