[agent-sdk-j2s] agent-server runtime LLM switching#1544
[agent-sdk-j2s] agent-server runtime LLM switching#1544enyst wants to merge 10 commits intoOpenHands:agent-sdk-26-llm-switchfrom
Conversation
e6574f6 to
a7a9326
Compare
f5d6265 to
d49bf26
Compare
a7a9326 to
90d0456
Compare
7b3f8f0 to
ff31fd7
Compare
bec3c43 to
fe9f0c7
Compare
9e0ef19 to
89ea3d7
Compare
|
Rebased onto updated agent-sdk-26-llm-switch (which now includes latest upstream/main via profile branch). Only remaining failing check is check-examples, pending OpenHands/docs#219. |
fe9f0c7 to
31ddf42
Compare
89ea3d7 to
d3a8fcb
Compare
31ddf42 to
e475956
Compare
d3a8fcb to
30c0007
Compare
12e3643 to
31ea0dd
Compare
6eb0d14 to
dba84fb
Compare
- Remove agent immutability + diff enforcement\n- Add agent-server LLM update endpoints (/llm, /llm/switch)\n- Persist LLM swaps across restart; add tests and examples
31ea0dd to
b6e47cc
Compare
|
[Automatic Post]: It has been a while since there was any activity on this PR. @enyst, are you still working on it? If so, please go ahead, if not then please request review, close it, or request that someone else follow up. |
|
[Automatic Post]: It has been a while since there was any activity on this PR. @enyst, are you still working on it? If so, please go ahead, if not then please request review, close it, or request that someone else follow up. |
1 similar comment
|
[Automatic Post]: It has been a while since there was any activity on this PR. @enyst, are you still working on it? If so, please go ahead, if not then please request review, close it, or request that someone else follow up. |
|
[Automatic Post]: It has been a while since there was any activity on this PR. @enyst, are you still working on it? If so, please go ahead, if not then please request review, close it, or request that someone else follow up. |
|
[Automatic Post]: It has been a while since there was any activity on this PR. @enyst, are you still working on it? If so, please go ahead, if not then please request review, close it, or request that someone else follow up. |
1 similar comment
|
[Automatic Post]: It has been a while since there was any activity on this PR. @enyst, are you still working on it? If so, please go ahead, if not then please request review, close it, or request that someone else follow up. |
Implements runtime LLM switching end-to-end for remote clients (VS Code extension) without agent immutability/diff enforcement.
Key changes:
Docs: docs/llm_switching.md
Example: examples/02_remote_agent_server/07_llm_switch_and_restore.py
Docs: check-examples uses matching OpenHands/docs branches; docs PR OpenHands/docs#219 is optional follow-up for landing docs on main.
Beads: agent-sdk-j2s