Combine agentspan cli to conductor#89
Open
kowser-orkes wants to merge 1 commit into
Open
Conversation
- Dropped tui, credentials, login, logout
mp-orkes
requested changes
Jul 3, 2026
Contributor
There was a problem hiding this comment.
Do not merge to main
These commands hit /api/agent/* endpoints that neither Conductor OSS nor Orkes Conductor implement yet, and they're registered unconditionally with no capability check. In any current server every the command produces 404s with a cryptic error, exactly like conductor-oss/conductor#1197.
If Agentspan needs this, release it from its own branch. To land on main it needs capability detection or a config/feature flag plus a clear error when the server doesn't support it.
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
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.
What
Folds the standalone AgentSpan CLI into the
conductorbinary as first‑class subcommands, talking to the single merged Conductor server. The old AgentSpan runtime on:6767is retired and never referenced — the server comes only from--server/CONDUCTOR_SERVER_URL.conductor agent—compile,delete,execution,get,init,list,prune,respond,run(SSE),status,stream.conductor skill—delete,get,list,pull,register,load,run(streams),serve.Not migrated
login/logout,configure→ Conductor auth (config save, key/secret→JWT) and the existingsecretstore;version→ root--version.server(start/stop/logs/ps) andupdate— these managed the retired:6767runtime / JAR. AgentSpan's data-opserver prunesurvives, rehomed asagent prune.tui,credentials(+set/bind/bindings)Followups
tuicredentials(+set/bind/bindings)