-
Notifications
You must be signed in to change notification settings - Fork 100
[agent-sdk-j2s] agent-server runtime LLM switching #1544
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
enyst
wants to merge
10
commits into
OpenHands:agent-sdk-26-llm-switch
Choose a base branch
from
enyst:llm-server-switch
base: agent-sdk-26-llm-switch
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e6574f6 to
a7a9326
Compare
f5d6265 to
d49bf26
Compare
a7a9326 to
90d0456
Compare
7b3f8f0 to
ff31fd7
Compare
bec3c43 to
fe9f0c7
Compare
9e0ef19 to
89ea3d7
Compare
Collaborator
Author
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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