Skip to content

Restructure modules: conductor-client-ai[-spring] rename, agent-examples/e2e rename, drop shim modules#129

Merged
v1r3n merged 2 commits into
mainfrom
rename-conductor-ai-modules
Jul 16, 2026
Merged

Restructure modules: conductor-client-ai[-spring] rename, agent-examples/e2e rename, drop shim modules#129
v1r3n merged 2 commits into
mainfrom
rename-conductor-ai-modules

Conversation

@manan164

@manan164 manan164 commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Renames the agent SDK modules conductor-aiconductor-client-ai and conductor-ai-springconductor-client-ai-spring (via git mv, history preserved); published coordinates become org.conductoross:conductor-client-ai[-spring]
  • Renames conductor-ai-examplesagent-examples and conductor-ai-e2ee2e; neither applies maven-publish, so neither is ever published to Maven Central
  • Removes the source-less publishing shim modules java-sdk (org.conductoross:java-sdk), orkes-client (io.orkes.conductor:orkes-conductor-client), and orkes-spring (io.orkes.conductor:orkes-conductor-client-spring) — consumers should depend on conductor-client / conductor-client-spring directly (CHANGELOG entry added)
  • The SDK guides that lived in java-sdk/ (worker_sdk.md, workflow_sdk.md, testing_framework.md) move to docs/; README links updated
  • harness drops its redundant :orkes-client dependency (the shim only re-exported :conductor-client, which harness already depends on)
  • Docs, README, unreleased CHANGELOG entries, and the agent-e2e workflow updated to the new names; java package org.conductoross.conductor.ai[.spring] unchanged

Test plan

  • ./gradlew :conductor-client-ai:compileJava :conductor-client-ai-spring:compileJava :agent-examples:compileJava :e2e:compileTestJava :harness:compileJava passes
  • ./gradlew projects shows the expected module set
  • git grep finds no stale references to any old module name

…ring to conductor-client-ai-spring

Aligns the agent SDK module names (and their published artifactIds,
org.conductoross:conductor-client-ai[-spring]) with the conductor-client-*
naming used by the rest of the repo. Directories moved with git mv; the
java package org.conductoross.conductor.ai is unchanged, and the
conductor-ai-e2e / conductor-ai-examples modules keep their names.
@codecov

codecov Bot commented Jul 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ Complexity Δ
...ss/conductor/ai/spring/AgentAutoConfiguration.java 100.00% <ø> (ø) 4.00 <0.00> (?)
...conductoross/conductor/ai/spring/AgentCatalog.java 92.30% <ø> (ø) 19.00 <0.00> (?)
...ductoross/conductor/ai/spring/AgentProperties.java 100.00% <ø> (ø) 5.00 <0.00> (?)
...main/java/org/conductoross/conductor/ai/Agent.java 72.24% <ø> (ø) 68.00 <0.00> (?)
...ava/org/conductoross/conductor/ai/AgentConfig.java 90.00% <ø> (ø) 30.00 <0.00> (?)
...va/org/conductoross/conductor/ai/AgentRuntime.java 22.83% <ø> (ø) 54.00 <0.00> (?)
...org/conductoross/conductor/ai/CallbackHandler.java 0.00% <ø> (ø) 0.00 <0.00> (?)
...ava/org/conductoross/conductor/ai/RunSettings.java 81.25% <ø> (ø) 12.00 <0.00> (?)
...g/conductoross/conductor/ai/enums/AgentStatus.java 100.00% <ø> (ø) 1.00 <0.00> (?)
...org/conductoross/conductor/ai/enums/EventType.java 88.23% <ø> (ø) 2.00 <0.00> (?)
... and 66 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

…i-e2e to e2e; drop shim modules

Removes the source-less publishing shims java-sdk
(org.conductoross:java-sdk), orkes-client
(io.orkes.conductor:orkes-conductor-client) and orkes-spring
(io.orkes.conductor:orkes-conductor-client-spring) — consumers should
depend on conductor-client / conductor-client-spring directly. The SDK
guides that lived in java-sdk/ move to docs/. harness drops its
redundant :orkes-client dependency (it already depends on
:conductor-client, which the shim merely re-exported).
@manan164 manan164 changed the title Rename conductor-ai to conductor-client-ai and conductor-ai-spring to conductor-client-ai-spring Restructure modules: conductor-client-ai[-spring] rename, agent-examples/e2e rename, drop shim modules Jul 16, 2026
@v1r3n
v1r3n merged commit e5ef092 into main Jul 16, 2026
10 checks passed
@v1r3n
v1r3n deleted the rename-conductor-ai-modules branch July 16, 2026 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants